kernel: bump 6.6 to 6.6.53
authorJohn Audia <therealgraysky@proton.me>
Mon, 30 Sep 2024 19:58:56 +0000 (15:58 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 1 Oct 2024 22:05:38 +0000 (00:05 +0200)
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.53

All patches automatically rebased.

Build system: x86/64
Build-tested: x86/64/AMD Cezanne, flogic/glinet_gl-mt6000, flogic/xiaomi_redmi-router-ax6000-ubootmod
Run-tested: x86/64/AMD Cezanne, flogic/glinet_gl-mt6000, flogic/xiaomi_redmi-router-ax6000-ubootmod

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/16554
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
include/kernel-6.6
target/linux/bcm27xx/patches-6.6/950-0070-spi-spidev-Completely-disable-the-spidev-warning.patch
target/linux/bcm27xx/patches-6.6/950-0320-spi-spidev-Restore-loading-from-Device-Tree.patch
target/linux/generic/pending-6.6/701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch

index 094066fe77e9b814ba235e5e06909c3ef6d6e8a1..d096bfabd063f568fb73aeeb1c68570b0262162d 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-6.6 = .52
-LINUX_KERNEL_HASH-6.6.52 = 1591ab348399d4aa53121158525056a69c8cf0fe0e90935b0095e9a58e37b4b8
+LINUX_VERSION-6.6 = .53
+LINUX_KERNEL_HASH-6.6.53 = 285d181d1b252b0bf905f040d094215cf183ac98c31a17f9cce9f3537ef4d779
index 47d727af5ba0db1e51b259d830c7e60d5946b14b..a83a51eae2d0989a2cf92492cc9eed706523c602 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
 
 --- a/drivers/spi/spidev.c
 +++ b/drivers/spi/spidev.c
-@@ -720,7 +720,7 @@ MODULE_DEVICE_TABLE(spi, spidev_spi_ids)
+@@ -721,7 +721,7 @@ MODULE_DEVICE_TABLE(spi, spidev_spi_ids)
   */
  static int spidev_of_check(struct device *dev)
  {
index a45389d9ef7420dc904a8fb62e8d11cdf4e0c170..da1bbb78866182b8feacea78793eff8b5b18816c 100644 (file)
@@ -22,4 +22,4 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
 +      { .name = "spidev" },
        { .name = "bh2228fv" },
        { .name = "dh2228fv" },
-       { .name = "ltc2488" },
+       { .name = "jg10309-01" },
index 827ceff18ba15cd252e3e8c3c96d878af597e6a6..be7405c1a2dbaf86590c122df7180946a139c040 100644 (file)
@@ -18,7 +18,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/net/netfilter/nf_tables_api.c
 +++ b/net/netfilter/nf_tables_api.c
-@@ -8322,7 +8322,7 @@ static int nft_register_flowtable_net_ho
+@@ -8327,7 +8327,7 @@ static int nft_register_flowtable_net_ho
                err = flowtable->data.type->setup(&flowtable->data,
                                                  hook->ops.dev,
                                                  FLOW_BLOCK_BIND);