From 5be98d8ce5c7503bf6efb239388d2e284c69312f Mon Sep 17 00:00:00 2001 From: DHDAXCW Date: Thu, 26 Jan 2023 02:17:34 +0000 Subject: [PATCH] kernel: bump 6.1 to 6.1.8 --- include/kernel-6.1 | 4 ++-- .../generic/hack-6.1/780-usb-net-MeigLink_modem_support.patch | 2 +- target/linux/generic/hack-6.1/904-debloat_dma_buf.patch | 2 +- target/linux/generic/hack-6.1/920-device_tree_cmdline.patch | 4 ++-- .../011-v6.2-net-phy-Add-driver-for-Motorcomm-yt8521.patch | 2 +- .../182-crypto-rockchip-add-myself-as-maintainer.patch | 2 +- ...MAINTAINERS-add-new-dt-binding-doc-to-the-right-entr.patch | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/kernel-6.1 b/include/kernel-6.1 index c2fde9ffc..75cbaf08a 100644 --- a/include/kernel-6.1 +++ b/include/kernel-6.1 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.1 = .7 -LINUX_KERNEL_HASH-6.1.7 = 4ab048bad2e7380d3b827f1fad5ad2d2fc4f2e80e1c604d85d1f8781debe600f +LINUX_VERSION-6.1 = .8 +LINUX_KERNEL_HASH-6.1.8 = b60bb53ab8ba370a270454b11e93d41af29126fc72bd6ede517673e2e57b816d diff --git a/target/linux/generic/hack-6.1/780-usb-net-MeigLink_modem_support.patch b/target/linux/generic/hack-6.1/780-usb-net-MeigLink_modem_support.patch index 04eaa1fb9..99a7e3603 100644 --- a/target/linux/generic/hack-6.1/780-usb-net-MeigLink_modem_support.patch +++ b/target/linux/generic/hack-6.1/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 */ -@@ -1156,6 +1158,11 @@ static const struct usb_device_id option +@@ -1162,6 +1164,11 @@ static const struct usb_device_id option .driver_info = ZLP }, { USB_DEVICE(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_BG96), .driver_info = RSVD(4) }, diff --git a/target/linux/generic/hack-6.1/904-debloat_dma_buf.patch b/target/linux/generic/hack-6.1/904-debloat_dma_buf.patch index 9f92d1341..bbd2c7b95 100644 --- a/target/linux/generic/hack-6.1/904-debloat_dma_buf.patch +++ b/target/linux/generic/hack-6.1/904-debloat_dma_buf.patch @@ -64,7 +64,7 @@ Signed-off-by: Felix Fietkau +dma-shared-buffer-objs := $(dma-buf-objs-y) --- a/drivers/dma-buf/dma-buf.c +++ b/drivers/dma-buf/dma-buf.c -@@ -1589,4 +1589,5 @@ static void __exit dma_buf_deinit(void) +@@ -1583,4 +1583,5 @@ static void __exit dma_buf_deinit(void) kern_unmount(dma_buf_mnt); dma_buf_uninit_sysfs_statistics(); } diff --git a/target/linux/generic/hack-6.1/920-device_tree_cmdline.patch b/target/linux/generic/hack-6.1/920-device_tree_cmdline.patch index 0b98b1e76..6c18dc8ea 100644 --- a/target/linux/generic/hack-6.1/920-device_tree_cmdline.patch +++ b/target/linux/generic/hack-6.1/920-device_tree_cmdline.patch @@ -9,7 +9,7 @@ Subject: [PATCH] of/ftd: add device tree cmdline --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c -@@ -1174,6 +1174,9 @@ int __init early_init_dt_scan_chosen(cha +@@ -1187,6 +1187,9 @@ int __init early_init_dt_scan_chosen(cha p = of_get_flat_dt_prop(node, "bootargs", &l); if (p != NULL && l > 0) strscpy(cmdline, p, min(l, COMMAND_LINE_SIZE)); @@ -17,5 +17,5 @@ Subject: [PATCH] of/ftd: add device tree cmdline + if (p != NULL && l > 0) + strlcat(cmdline, p, min_t(int, strlen(cmdline) + (int)l, COMMAND_LINE_SIZE)); + handle_cmdline: /* - * CONFIG_CMDLINE is meant to be a default in case nothing else diff --git a/target/linux/rockchip/patches-6.1/011-v6.2-net-phy-Add-driver-for-Motorcomm-yt8521.patch b/target/linux/rockchip/patches-6.1/011-v6.2-net-phy-Add-driver-for-Motorcomm-yt8521.patch index dc27374f7..eabaa5e9d 100644 --- a/target/linux/rockchip/patches-6.1/011-v6.2-net-phy-Add-driver-for-Motorcomm-yt8521.patch +++ b/target/linux/rockchip/patches-6.1/011-v6.2-net-phy-Add-driver-for-Motorcomm-yt8521.patch @@ -21,7 +21,7 @@ Signed-off-by: David S. Miller --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -13949,6 +13949,7 @@ F: include/uapi/linux/meye.h +@@ -13951,6 +13951,7 @@ F: include/uapi/linux/meye.h MOTORCOMM PHY DRIVER M: Peter Geis diff --git a/target/linux/rockchip/patches-6.1/182-crypto-rockchip-add-myself-as-maintainer.patch b/target/linux/rockchip/patches-6.1/182-crypto-rockchip-add-myself-as-maintainer.patch index d5e1c454c..9e26d3649 100644 --- a/target/linux/rockchip/patches-6.1/182-crypto-rockchip-add-myself-as-maintainer.patch +++ b/target/linux/rockchip/patches-6.1/182-crypto-rockchip-add-myself-as-maintainer.patch @@ -14,7 +14,7 @@ Signed-off-by: Corentin Labbe --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -17782,6 +17782,13 @@ F: Documentation/ABI/*/sysfs-driver-hid- +@@ -17784,6 +17784,13 @@ F: Documentation/ABI/*/sysfs-driver-hid- F: drivers/hid/hid-roccat* F: include/linux/hid-roccat* diff --git a/target/linux/rockchip/patches-6.1/215-MAINTAINERS-add-new-dt-binding-doc-to-the-right-entr.patch b/target/linux/rockchip/patches-6.1/215-MAINTAINERS-add-new-dt-binding-doc-to-the-right-entr.patch index daac8b03c..edee11425 100644 --- a/target/linux/rockchip/patches-6.1/215-MAINTAINERS-add-new-dt-binding-doc-to-the-right-entr.patch +++ b/target/linux/rockchip/patches-6.1/215-MAINTAINERS-add-new-dt-binding-doc-to-the-right-entr.patch @@ -12,7 +12,7 @@ Signed-off-by: Corentin Labbe --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -17787,6 +17787,7 @@ M: Corentin Labbe +@@ -17789,6 +17789,7 @@ M: Corentin Labbe L: linux-crypto@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/crypto/rockchip,rk3288-crypto.yaml