]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: bump 6.6 to 6.6.112
authorZxl hhyccc <zxlhhy@gmail.com>
Fri, 17 Oct 2025 17:55:10 +0000 (01:55 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 28 Oct 2025 21:16:44 +0000 (22:16 +0100)
https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.112

All patches automatically rebased.

Build system: bcm4908
Build system: bcm53xx

Signed-off-by: Zxl hhyccc <zxlhhy@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20434
(cherry picked from commit 32062152a828b8d890ab3321fa93612de7942ac8)
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20551
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
13 files changed:
include/kernel-6.6
target/linux/bcm27xx/patches-6.6/950-0441-Bluetooth-hci_sync-Add-fallback-bd-address-prop.patch
target/linux/bcm27xx/patches-6.6/950-0485-usb-xhci-add-XHCI_VLI_HUB_TT_QUIRK.patch
target/linux/bcm27xx/patches-6.6/950-1218-Bluetooth-hci_sync-Fix-crash-on-NULL-parent.patch
target/linux/generic/hack-6.6/253-ksmbd-config.patch
target/linux/generic/pending-6.6/203-kallsyms_uncompressed.patch
target/linux/generic/pending-6.6/920-mangle_bootargs.patch
target/linux/mediatek/patches-6.6/855-i2c-mt65xx-allow-optional-pmic-clock.patch
target/linux/rockchip/patches-6.6/016-v6.12-hwrng-rockchip-add-hwrng-driver-for-Rockchip-RK3568-.patch
target/linux/rockchip/patches-6.6/032-04-v6.10-phy-rockchip-Fix-typo-in-function-names.patch
target/linux/rockchip/patches-6.6/033-05-v6.15-hwrng-rockchip-add-support-for-rk3588-s-standalone-T.patch
target/linux/starfive/patches-6.6/0109-usb-xhci-To-improve-performance-usb-using-lowmem-for.patch
target/linux/starfive/patches-6.6/1010-hwrng-Add-StarFive-JH7100-Random-Number-Generator-dr.patch

index 04111e01551ca41bb9995cd166c29ab3a86189c8..a489c9f12d2aadf96368c172ada7ac4b1fa296bb 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-6.6 = .111
-LINUX_KERNEL_HASH-6.6.111 = 04c470e130d659ef05217ac695422c28d817d19daa50643fe28b945e6ab646c7
+LINUX_VERSION-6.6 = .112
+LINUX_KERNEL_HASH-6.6.112 = 6c7d92bf316a56e91de41cb60da1f63d94a4f8aafaef6a13055df0c291138a22
index 5f532aa9fce14adda550fb39ddd43668720a9c22..8bcb5cccf2c914cb73fbfdb77b0e34a881634cb5 100644 (file)
@@ -20,7 +20,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
 
 --- a/net/bluetooth/hci_sync.c
 +++ b/net/bluetooth/hci_sync.c
-@@ -4934,6 +4934,7 @@ static const struct {
+@@ -4936,6 +4936,7 @@ static const struct {
   */
  static int hci_dev_setup_sync(struct hci_dev *hdev)
  {
@@ -28,7 +28,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
        int ret = 0;
        bool invalid_bdaddr;
        size_t i;
-@@ -4962,7 +4963,8 @@ static int hci_dev_setup_sync(struct hci
+@@ -4964,7 +4965,8 @@ static int hci_dev_setup_sync(struct hci
                         test_bit(HCI_QUIRK_USE_BDADDR_PROPERTY, &hdev->quirks);
        if (!ret) {
                if (test_bit(HCI_QUIRK_USE_BDADDR_PROPERTY, &hdev->quirks) &&
index 5bc3e8fda8641cf3ed3e965b1e18b6aa11697420..35bd56565e38aebd0f9573e5de9d729d55afe107 100644 (file)
@@ -75,7 +75,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
        if (pdev->vendor == PCI_VENDOR_ID_ASMEDIA &&
 --- a/drivers/usb/host/xhci-ring.c
 +++ b/drivers/usb/host/xhci-ring.c
-@@ -3736,6 +3736,48 @@ static int xhci_align_td(struct xhci_hcd
+@@ -3733,6 +3733,48 @@ static int xhci_align_td(struct xhci_hcd
        return 1;
  }
  
@@ -124,7 +124,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
  /* This is very similar to what ehci-q.c qtd_fill() does */
  int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags,
                struct urb *urb, int slot_id, unsigned int ep_index)
-@@ -3892,6 +3934,8 @@ int xhci_queue_bulk_tx(struct xhci_hcd *
+@@ -3889,6 +3931,8 @@ int xhci_queue_bulk_tx(struct xhci_hcd *
        }
  
        check_trb_math(urb, enqd_len);
@@ -133,7 +133,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
        giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id,
                        start_cycle, start_trb);
        return 0;
-@@ -4041,6 +4085,8 @@ int xhci_queue_ctrl_tx(struct xhci_hcd *
+@@ -4038,6 +4082,8 @@ int xhci_queue_ctrl_tx(struct xhci_hcd *
                        /* Event on completion */
                        field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state);
  
index 50b09c744e8fe25d0708e17f8b0491bf5cad84f3..a14c5389c00b1f654ca4b608dabbdbcc0c688085 100644 (file)
@@ -15,7 +15,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
 
 --- a/net/bluetooth/hci_sync.c
 +++ b/net/bluetooth/hci_sync.c
-@@ -4934,7 +4934,8 @@ static const struct {
+@@ -4936,7 +4936,8 @@ static const struct {
   */
  static int hci_dev_setup_sync(struct hci_dev *hdev)
  {
index d54b48895ea36984f8bd8456b7225344f48a4503..3d642e2b65e57339dc531faf5bb2e256f10ea827 100644 (file)
@@ -10,7 +10,7 @@ Subject: [PATCH] Kconfig: add tristate for OID and ASNI string
 
 --- a/init/Kconfig
 +++ b/init/Kconfig
-@@ -2002,7 +2002,7 @@ config PADATA
+@@ -2003,7 +2003,7 @@ config PADATA
        bool
  
  config ASN1
index 94b22603d8c261d4db30285cdb8d8eb29704832e..b067d5736273c29f30837a3d7add943824903a81 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/init/Kconfig
 +++ b/init/Kconfig
-@@ -1460,6 +1460,17 @@ config SYSCTL_ARCH_UNALIGN_ALLOW
+@@ -1461,6 +1461,17 @@ config SYSCTL_ARCH_UNALIGN_ALLOW
          the unaligned access emulation.
          see arch/parisc/kernel/unaligned.c for reference
  
index 36e7c18324bdfbbe68b5ad08560a2235043f7ea8..8bf618304486b5148e18fb0a5b509d191aa83f08 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
 
 --- a/init/Kconfig
 +++ b/init/Kconfig
-@@ -1820,6 +1820,15 @@ config DEBUG_RSEQ
+@@ -1821,6 +1821,15 @@ config DEBUG_RSEQ
  
          If unsure, say N.
  
index 544bd4cce0016b9b7eb0ac099b89e900bb7239b2..ba46b8671a78ec9e8f933422a34121611a3711d3 100644 (file)
@@ -19,7 +19,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
 
 --- a/drivers/i2c/busses/i2c-mt65xx.c
 +++ b/drivers/i2c/busses/i2c-mt65xx.c
-@@ -1442,15 +1442,19 @@ static int mtk_i2c_probe(struct platform
+@@ -1445,15 +1445,19 @@ static int mtk_i2c_probe(struct platform
        if (IS_ERR(i2c->clocks[I2C_MT65XX_CLK_ARB].clk))
                return PTR_ERR(i2c->clocks[I2C_MT65XX_CLK_ARB].clk);
  
index 7eed8cc877446df5f5c3328ce2b210da9d275377..94b76b18ec473f4d34c10136befb823d85769052 100644 (file)
@@ -30,7 +30,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
 
 --- a/drivers/char/hw_random/Kconfig
 +++ b/drivers/char/hw_random/Kconfig
-@@ -573,6 +573,20 @@ config HW_RANDOM_JH7110
+@@ -574,6 +574,20 @@ config HW_RANDOM_JH7110
          To compile this driver as a module, choose M here.
          The module will be called jh7110-trng.
  
index 08620d66ecfd4c4ee6dac83b43e2e34b5dd0bd51..b2f5460d0166889a7afb94ee36d0c9170a041244 100644 (file)
@@ -17,7 +17,7 @@ Signed-off-by: Vinod Koul <vkoul@kernel.org>
 
 --- a/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c
 +++ b/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c
-@@ -248,7 +248,7 @@ static int rockchip_combphy_exit(struct
+@@ -250,7 +250,7 @@ static int rockchip_combphy_exit(struct
        return 0;
  }
  
@@ -26,7 +26,7 @@ Signed-off-by: Vinod Koul <vkoul@kernel.org>
        .init = rockchip_combphy_init,
        .exit = rockchip_combphy_exit,
        .owner = THIS_MODULE,
-@@ -367,7 +367,7 @@ static int rockchip_combphy_probe(struct
+@@ -369,7 +369,7 @@ static int rockchip_combphy_probe(struct
                return ret;
        }
  
index 9ae621a54a20a8c4f305cca6a205127f91f3f31a..1ad406cd6fe46b2784271800021ecafce7392007 100644 (file)
@@ -52,7 +52,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
 
 --- a/drivers/char/hw_random/Kconfig
 +++ b/drivers/char/hw_random/Kconfig
-@@ -580,7 +580,8 @@ config HW_RANDOM_ROCKCHIP
+@@ -581,7 +581,8 @@ config HW_RANDOM_ROCKCHIP
        default HW_RANDOM
        help
          This driver provides kernel-side support for the True Random Number
index e514e4e47b17382a26d76e9e6408bceee904df51..95d83d46bbedea7d203e5cf303250c39c6b4abb7 100644 (file)
@@ -160,7 +160,7 @@ Signed-off-by: minda.chen <minda.chen@starfivetech.com>
        }
 --- a/drivers/usb/host/xhci-ring.c
 +++ b/drivers/usb/host/xhci-ring.c
-@@ -3729,7 +3729,8 @@ int xhci_queue_bulk_tx(struct xhci_hcd *
+@@ -3726,7 +3726,8 @@ int xhci_queue_bulk_tx(struct xhci_hcd *
  
        full_len = urb->transfer_buffer_length;
        /* If we have scatter/gather list, we use it. */
index b625014dd93ac0fdf9a00686043c314f1e22ff70..47c1237bf811ef4778e2650519bcc9357d04d26b 100644 (file)
@@ -16,7 +16,7 @@ Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
 
 --- a/drivers/char/hw_random/Kconfig
 +++ b/drivers/char/hw_random/Kconfig
-@@ -322,6 +322,19 @@ config HW_RANDOM_POWERNV
+@@ -323,6 +323,19 @@ config HW_RANDOM_POWERNV
  
          If unsure, say Y.