kernel: bump 6.6 to 6.6.118

Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.118

All patches auto-refreshed.

Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21022
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Goetz Goerisch 2025-12-02 17:10:46 +01:00 committed by Hauke Mehrtens
parent 13226471ef
commit b1528735da
5 changed files with 8 additions and 8 deletions

View file

@ -1,2 +1,2 @@
LINUX_VERSION-6.6 = .117 LINUX_VERSION-6.6 = .118
LINUX_KERNEL_HASH-6.6.117 = 643b31079222fdbda70cfdd0b68c514f05a3926104be4762a4685f62818b43d1 LINUX_KERNEL_HASH-6.6.118 = 4bdddce35474afc8d26f74ebfbcd0e1045ecd15f69e60f53529dba143374b17d

View file

@ -21,7 +21,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
clocks { clocks {
--- a/drivers/bcma/main.c --- a/drivers/bcma/main.c
+++ b/drivers/bcma/main.c +++ b/drivers/bcma/main.c
@@ -331,14 +331,6 @@ static int bcma_register_devices(struct @@ -337,14 +337,6 @@ static int bcma_register_devices(struct
} }
#endif #endif
@ -36,7 +36,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
#ifdef CONFIG_BCMA_NFLASH #ifdef CONFIG_BCMA_NFLASH
if (bus->drv_cc.nflash.present) { if (bus->drv_cc.nflash.present) {
err = platform_device_register(&bcma_nflash_dev); err = platform_device_register(&bcma_nflash_dev);
@@ -418,6 +410,14 @@ int bcma_bus_register(struct bcma_bus *b @@ -424,6 +416,14 @@ int bcma_bus_register(struct bcma_bus *b
bcma_register_core(bus, core); bcma_register_core(bus, core);
} }

View file

@ -128,7 +128,7 @@ Signed-off-by: Kees Cook <keescook@chromium.org>
#ifdef __BIG_ENDIAN #ifdef __BIG_ENDIAN
--- a/include/linux/kernel.h --- a/include/linux/kernel.h
+++ b/include/linux/kernel.h +++ b/include/linux/kernel.h
@@ -38,14 +38,6 @@ @@ -39,14 +39,6 @@
#define STACK_MAGIC 0xdeadbeef #define STACK_MAGIC 0xdeadbeef

View file

@ -23,7 +23,7 @@ Signed-off-by: Kees Cook <keescook@chromium.org>
--- a/include/linux/kernel.h --- a/include/linux/kernel.h
+++ b/include/linux/kernel.h +++ b/include/linux/kernel.h
@@ -32,6 +32,8 @@ @@ -33,6 +33,8 @@
#include <linux/sprintf.h> #include <linux/sprintf.h>
#include <linux/static_call_types.h> #include <linux/static_call_types.h>
#include <linux/instruction_pointer.h> #include <linux/instruction_pointer.h>
@ -32,7 +32,7 @@ Signed-off-by: Kees Cook <keescook@chromium.org>
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include <uapi/linux/kernel.h> #include <uapi/linux/kernel.h>
@@ -57,34 +59,6 @@ @@ -52,34 +54,6 @@
} \ } \
) )

View file

@ -54,7 +54,7 @@ Subject: [PATCH] ssb_sprom: add generic kernel support for Broadcom Fallback SP
--- a/drivers/bcma/main.c --- a/drivers/bcma/main.c
+++ b/drivers/bcma/main.c +++ b/drivers/bcma/main.c
@@ -671,6 +671,14 @@ static int __init bcma_modinit(void) @@ -677,6 +677,14 @@ static int __init bcma_modinit(void)
{ {
int err; int err;