kernel: bump 6.6 to 6.6.118
authorGoetz Goerisch <ggoerisch@gmail.com>
Tue, 2 Dec 2025 16:10:46 +0000 (17:10 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 3 Dec 2025 20:28:27 +0000 (21:28 +0100)
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>
include/kernel-6.6
target/linux/bcm53xx/patches-6.6/905-BCM53573-minor-hacks.patch
target/linux/generic/backport-6.6/301-v6.9-kernel.h-removed-REPEAT_BYTE-from-kernel.h.patch
target/linux/generic/backport-6.6/302-v6.9-kernel.h-Move-upper_-_bits-and-lower_-_bits-to-wordp.patch
target/linux/generic/hack-6.6/810-bcma-ssb-fallback-sprom.patch

index 3a848b96e588e85f1662d4c6b700e0b829d46ad9..e5c3c5c302f34111138794a07d928a5457fd47a7 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-6.6 = .117
-LINUX_KERNEL_HASH-6.6.117 = 643b31079222fdbda70cfdd0b68c514f05a3926104be4762a4685f62818b43d1
+LINUX_VERSION-6.6 = .118
+LINUX_KERNEL_HASH-6.6.118 = 4bdddce35474afc8d26f74ebfbcd0e1045ecd15f69e60f53529dba143374b17d
index 44573cb46ab13caaa53802e106f700b525eea29e..afb0a1b8a3630cf1adc147d171ff33ffbc041130 100644 (file)
@@ -21,7 +21,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
        clocks {
 --- a/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
  
@@ -36,7 +36,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  #ifdef CONFIG_BCMA_NFLASH
        if (bus->drv_cc.nflash.present) {
                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);
        }
  
index adc924c09a6268556d0266235917d6e2d3e6e772..d76c5629400aff1247ce1169d40a3bc3fa7e8907 100644 (file)
@@ -128,7 +128,7 @@ Signed-off-by: Kees Cook <keescook@chromium.org>
  #ifdef __BIG_ENDIAN
 --- a/include/linux/kernel.h
 +++ b/include/linux/kernel.h
-@@ -38,14 +38,6 @@
+@@ -39,14 +39,6 @@
  
  #define STACK_MAGIC   0xdeadbeef
  
index b9c40e6206a8c8c93ee47b59709a54b7d85843ec..48c58c1ca2fbfb8dc54253565fb5154b7bb0a1eb 100644 (file)
@@ -23,7 +23,7 @@ Signed-off-by: Kees Cook <keescook@chromium.org>
 
 --- a/include/linux/kernel.h
 +++ b/include/linux/kernel.h
-@@ -32,6 +32,8 @@
+@@ -33,6 +33,8 @@
  #include <linux/sprintf.h>
  #include <linux/static_call_types.h>
  #include <linux/instruction_pointer.h>
@@ -32,7 +32,7 @@ Signed-off-by: Kees Cook <keescook@chromium.org>
  #include <asm/byteorder.h>
  
  #include <uapi/linux/kernel.h>
-@@ -57,34 +59,6 @@
+@@ -52,34 +54,6 @@
  }                                     \
  )
  
index a011cf8ffa6d0e03237a7d43c045be165959e65c..73e25f45cd42e732f210989ed32a04346b420d04 100644 (file)
@@ -54,7 +54,7 @@ Subject: [PATCH] ssb_sprom: add generic kernel support for Broadcom  Fallback SP
  
 --- a/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;