[openwrt/openwrt] kernel: bump 6.6 to 6.6.116

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 9 05:22:58 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/9837ae40023b22bcbd03ae823a5b3ce5c41005fa

commit 9837ae40023b22bcbd03ae823a5b3ce5c41005fa
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Wed Nov 5 12:17:27 2025 +0100

    kernel: bump 6.6 to 6.6.116
    
    Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.116
    
    All patches auto-refreshed.
    
    Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20598
    (cherry picked from commit 099633be82ee8a75a2f271b90f3a07e6e2c01ffc)
    Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20701
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 include/kernel-6.6                                                    | 4 ++--
 .../950-0130-serial-sc16is7xx-Don-t-spin-if-no-data-received.patch    | 2 +-
 .../950-0475-serial-sc16is7xx-Read-modem-line-state-at-startup.patch  | 2 +-
 ...50-1464-serial-sc16is7xx-announce-support-for-SER_RS485_RTS_.patch | 2 +-
 .../880-v6.14-gpio-regmap-Use-generic-request-free-ops.patch          | 2 +-
 .../800-gpio-regmap-Bypass-cache-for-shadowed-outputs.patch           | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/kernel-6.6 b/include/kernel-6.6
index 706c50ef7b..6bedc40098 100644
--- a/include/kernel-6.6
+++ b/include/kernel-6.6
@@ -1,2 +1,2 @@
-LINUX_VERSION-6.6 = .115
-LINUX_KERNEL_HASH-6.6.115 = 0a98c05e8d0f6b49fad71b8d779410a0811ea5ae17d81744fe30718633fd9047
+LINUX_VERSION-6.6 = .116
+LINUX_KERNEL_HASH-6.6.116 = a9a59742c29be284c205dc87cbe9b065f9688488132c8f5a6057a5539230a51d
diff --git a/target/linux/bcm27xx/patches-6.6/950-0130-serial-sc16is7xx-Don-t-spin-if-no-data-received.patch b/target/linux/bcm27xx/patches-6.6/950-0130-serial-sc16is7xx-Don-t-spin-if-no-data-received.patch
index 4ef34aeffc..45f65cd475 100644
--- a/target/linux/bcm27xx/patches-6.6/950-0130-serial-sc16is7xx-Don-t-spin-if-no-data-received.patch
+++ b/target/linux/bcm27xx/patches-6.6/950-0130-serial-sc16is7xx-Don-t-spin-if-no-data-received.patch
@@ -15,7 +15,7 @@ Signed-off-by: Phil Elwell <phil at raspberrypi.com>
 
 --- a/drivers/tty/serial/sc16is7xx.c
 +++ b/drivers/tty/serial/sc16is7xx.c
-@@ -777,6 +777,8 @@ static bool sc16is7xx_port_irq(struct sc
+@@ -820,6 +820,8 @@ static bool sc16is7xx_port_irq(struct sc
  
  		if (rxlen)
  			sc16is7xx_handle_rx(port, rxlen, iir);
diff --git a/target/linux/bcm27xx/patches-6.6/950-0475-serial-sc16is7xx-Read-modem-line-state-at-startup.patch b/target/linux/bcm27xx/patches-6.6/950-0475-serial-sc16is7xx-Read-modem-line-state-at-startup.patch
index 932e4264b0..2921ca4816 100644
--- a/target/linux/bcm27xx/patches-6.6/950-0475-serial-sc16is7xx-Read-modem-line-state-at-startup.patch
+++ b/target/linux/bcm27xx/patches-6.6/950-0475-serial-sc16is7xx-Read-modem-line-state-at-startup.patch
@@ -16,7 +16,7 @@ Signed-off-by: Phil Elwell <phil at raspberrypi.com>
 
 --- a/drivers/tty/serial/sc16is7xx.c
 +++ b/drivers/tty/serial/sc16is7xx.c
-@@ -1200,6 +1200,9 @@ static int sc16is7xx_startup(struct uart
+@@ -1197,6 +1197,9 @@ static int sc16is7xx_startup(struct uart
  	      SC16IS7XX_IER_MSI_BIT;
  	sc16is7xx_port_write(port, SC16IS7XX_IER_REG, val);
  
diff --git a/target/linux/bcm27xx/patches-6.6/950-1464-serial-sc16is7xx-announce-support-for-SER_RS485_RTS_.patch b/target/linux/bcm27xx/patches-6.6/950-1464-serial-sc16is7xx-announce-support-for-SER_RS485_RTS_.patch
index 2d408eddfd..24072ba888 100644
--- a/target/linux/bcm27xx/patches-6.6/950-1464-serial-sc16is7xx-announce-support-for-SER_RS485_RTS_.patch
+++ b/target/linux/bcm27xx/patches-6.6/950-1464-serial-sc16is7xx-announce-support-for-SER_RS485_RTS_.patch
@@ -31,7 +31,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
 
 --- a/drivers/tty/serial/sc16is7xx.c
 +++ b/drivers/tty/serial/sc16is7xx.c
-@@ -1470,7 +1470,7 @@ static int sc16is7xx_setup_mctrl_ports(s
+@@ -1467,7 +1467,7 @@ static int sc16is7xx_setup_mctrl_ports(s
  }
  
  static const struct serial_rs485 sc16is7xx_rs485_supported = {
diff --git a/target/linux/generic/backport-6.6/880-v6.14-gpio-regmap-Use-generic-request-free-ops.patch b/target/linux/generic/backport-6.6/880-v6.14-gpio-regmap-Use-generic-request-free-ops.patch
index f9299f9733..d696acfea4 100644
--- a/target/linux/generic/backport-6.6/880-v6.14-gpio-regmap-Use-generic-request-free-ops.patch
+++ b/target/linux/generic/backport-6.6/880-v6.14-gpio-regmap-Use-generic-request-free-ops.patch
@@ -19,7 +19,7 @@ Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski at linaro.org>
 
 --- a/drivers/gpio/gpio-regmap.c
 +++ b/drivers/gpio/gpio-regmap.c
-@@ -262,6 +262,8 @@ struct gpio_regmap *gpio_regmap_register
+@@ -276,6 +276,8 @@ struct gpio_regmap *gpio_regmap_register
  	chip->label = config->label ?: dev_name(config->parent);
  	chip->can_sleep = regmap_might_sleep(config->regmap);
  
diff --git a/target/linux/realtek/patches-6.6/800-gpio-regmap-Bypass-cache-for-shadowed-outputs.patch b/target/linux/realtek/patches-6.6/800-gpio-regmap-Bypass-cache-for-shadowed-outputs.patch
index b4dbf320b2..fd73b162f8 100644
--- a/target/linux/realtek/patches-6.6/800-gpio-regmap-Bypass-cache-for-shadowed-outputs.patch
+++ b/target/linux/realtek/patches-6.6/800-gpio-regmap-Bypass-cache-for-shadowed-outputs.patch
@@ -37,7 +37,7 @@ Signed-off-by: Sander Vanheule <sander at svanheule.net>
 
 --- a/drivers/gpio/gpio-regmap.c
 +++ b/drivers/gpio/gpio-regmap.c
-@@ -74,7 +74,15 @@ static int gpio_regmap_get(struct gpio_c
+@@ -80,7 +80,15 @@ static int gpio_regmap_get(struct gpio_c
  	if (ret)
  		return ret;
  




More information about the lede-commits mailing list