diff options
author | John Audia <therealgraysky@proton.me> | 2023-05-01 03:54:24 -0400 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-03 16:32:26 +0200 |
commit | 4fa9ec125ac5b4dfbccdf440e156feb18fb896d0 (patch) | |
tree | f83bd592da439cec7c4accb56eaa1f418b460b71 | |
parent | 3cac52f9a134cb2317660596d0cefe1c419c3220 (diff) | |
download | upstream-4fa9ec125ac5b4dfbccdf440e156feb18fb896d0.tar.gz upstream-4fa9ec125ac5b4dfbccdf440e156feb18fb896d0.tar.bz2 upstream-4fa9ec125ac5b4dfbccdf440e156feb18fb896d0.zip |
kernel: bump 5.15 to 5.15.110
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, ramips/tplink_archer-a6-v3, filogic/xiaomi_redmi-router-ax6000-ubootmod
Run-tested: bcm2711/RPi4B, ramips/tplink_archer-a6-v3, filogic/xiaomi_redmi-router-ax6000-ubootmod
Signed-off-by: John Audia <therealgraysky@proton.me>
3 files changed, 4 insertions, 4 deletions
diff --git a/include/kernel-5.15 b/include/kernel-5.15 index 6bc20e7ff8..78aeee04fa 100644 --- a/include/kernel-5.15 +++ b/include/kernel-5.15 @@ -1,2 +1,2 @@ -LINUX_VERSION-5.15 = .109 -LINUX_KERNEL_HASH-5.15.109 = 066c4bbcbe3c480068a2e302f52b1708f340ecaaf633ec43d7f791bbeac5771a +LINUX_VERSION-5.15 = .110 +LINUX_KERNEL_HASH-5.15.110 = 9829fcc77b9978dce97a26980dec445caf2410024696625dbb2314ead4830b5b diff --git a/target/linux/generic/backport-5.15/020-v6.1-17-mm-add-dummy-pmd_young-for-architectures-not-having-.patch b/target/linux/generic/backport-5.15/020-v6.1-17-mm-add-dummy-pmd_young-for-architectures-not-having-.patch index c91252eb6b..1c10c168a5 100644 --- a/target/linux/generic/backport-5.15/020-v6.1-17-mm-add-dummy-pmd_young-for-architectures-not-having-.patch +++ b/target/linux/generic/backport-5.15/020-v6.1-17-mm-add-dummy-pmd_young-for-architectures-not-having-.patch @@ -40,7 +40,7 @@ Signed-off-by: Andrew Morton <akpm@linux-foundation.org> return !!(pmd_val(pmd) & _PAGE_ACCESSED); --- a/arch/riscv/include/asm/pgtable.h +++ b/arch/riscv/include/asm/pgtable.h -@@ -531,6 +531,7 @@ static inline int pmd_dirty(pmd_t pmd) +@@ -535,6 +535,7 @@ static inline int pmd_dirty(pmd_t pmd) return pte_dirty(pmd_pte(pmd)); } diff --git a/target/linux/generic/hack-5.15/780-usb-net-MeigLink_modem_support.patch b/target/linux/generic/hack-5.15/780-usb-net-MeigLink_modem_support.patch index f8f91b2267..367d66fc66 100644 --- a/target/linux/generic/hack-5.15/780-usb-net-MeigLink_modem_support.patch +++ b/target/linux/generic/hack-5.15/780-usb-net-MeigLink_modem_support.patch @@ -29,7 +29,7 @@ Subject: [PATCH] net/usb/qmi_wwan: add MeigLink modem support #define QUECTEL_VENDOR_ID 0x2c7c /* These Quectel products use Quectel's vendor ID */ -@@ -1164,6 +1166,11 @@ static const struct usb_device_id option +@@ -1169,6 +1171,11 @@ static const struct usb_device_id option .driver_info = ZLP }, { USB_DEVICE(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_BG96), .driver_info = RSVD(4) }, |