浏览代码

kernel: bump 6.12 to 6.12.57

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

All patches automatically rebased.

Build system: x86/64
Build-tested: mediatek/filogic
Run-tested: mediatek/filogic

Signed-off-by: Edoardo Pinci <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20589
Signed-off-by: Hauke Mehrtens <[email protected]>
Edoardo Pinci 1 月之前
父节点
当前提交
5db6185f2f

+ 1 - 1
target/linux/generic/backport-6.12/810-v6.14-gpio-regmap-Use-generic-request-free-ops.patch

@@ -19,7 +19,7 @@ Signed-off-by: Bartosz Golaszewski <[email protected]>
 
 --- 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);
  

+ 2 - 2
target/linux/generic/kernel-6.12

@@ -1,2 +1,2 @@
-LINUX_VERSION-6.12 = .56
-LINUX_KERNEL_HASH-6.12.56 = 55432b2af352f7bf3053c348d8549df2f2deeaa4a361c65d638c2f3b2ca7ec96
+LINUX_VERSION-6.12 = .57
+LINUX_KERNEL_HASH-6.12.57 = 165ca1c37c4607b90e731996b7c1e3311285167d13deeedf08f3f1f0b9d2541a

+ 1 - 1
target/linux/realtek/patches-6.12/800-gpio-regmap-Bypass-cache-for-shadowed-outputs.patch

@@ -37,7 +37,7 @@ Signed-off-by: Sander Vanheule <[email protected]>
 
 --- 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;