From ff0465b26e6365a5c9e55eaa706c77667b25fb34 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Wed, 7 Jun 2023 14:33:35 +0200 Subject: [PATCH] kernel: qca-ssdk: renumber patches Lets reexport the patches in order to have them renumbered from 0 again. Signed-off-by: Robert Marko --- ...0001-SSDK-replace-ioremap_nocache-with-ioremap.patch} | 4 ++-- ...-platform-use-of_mdio_find_bus-to-get-MDIO-bus.patch} | 4 ++-- ....patch => 0003-SSDK-dts-fix-of_get_mac_address.patch} | 4 ++-- ...atch => 0004-qca8081-convert-to-5.11-IRQ-model.patch} | 4 ++-- ...0005-qca807x-add-a-LED-quirk-for-Xiaomi-AX9000.patch} | 4 ++-- ...0006-qca807x-add-a-LED-quirk-for-Xiaomi-AX3600.patch} | 4 ++-- ...ude-fix-compilation-error-for-parse_uci_option.patch} | 4 ++-- ...patch => 0008-QSDK-config-Avoid-Werror-heroics.patch} | 2 +- ...-qca-ssdk-remove-bridge-fdb-entry-for-the-auth.patch} | 4 ++-- ... => 0010-Support-Linux-Style-Makefile-for-SSDK.patch} | 9 ++------- ...-fix-compilation-issue-in-Linux-Style-Makefile.patch} | 5 ++--- ...h => 0012-fix-compilation-issue-in-Miami-yocto.patch} | 4 ++-- ...l-6.1.patch => 0013-SSDK-config-add-kernel-6.1.patch} | 2 +- ....patch => 0014-SSDK-qca808x-use-get_random_u32.patch} | 4 ++-- 14 files changed, 26 insertions(+), 32 deletions(-) rename package/kernel/qca-ssdk/patches/{0002-SSDK-replace-ioremap_nocache-with-ioremap.patch => 0001-SSDK-replace-ioremap_nocache-with-ioremap.patch} (96%) rename package/kernel/qca-ssdk/patches/{0003-SSDK-platform-use-of_mdio_find_bus-to-get-MDIO-bus.patch => 0002-SSDK-platform-use-of_mdio_find_bus-to-get-MDIO-bus.patch} (91%) rename package/kernel/qca-ssdk/patches/{0004-SSDK-dts-fix-of_get_mac_address.patch => 0003-SSDK-dts-fix-of_get_mac_address.patch} (91%) rename package/kernel/qca-ssdk/patches/{0006-qca8081-convert-to-5.11-IRQ-model.patch => 0004-qca8081-convert-to-5.11-IRQ-model.patch} (94%) rename package/kernel/qca-ssdk/patches/{0007-qca807x-add-a-LED-quirk-for-Xiaomi-AX9000.patch => 0005-qca807x-add-a-LED-quirk-for-Xiaomi-AX9000.patch} (95%) rename package/kernel/qca-ssdk/patches/{0008-qca807x-add-a-LED-quirk-for-Xiaomi-AX3600.patch => 0006-qca807x-add-a-LED-quirk-for-Xiaomi-AX3600.patch} (89%) rename package/kernel/qca-ssdk/patches/{0009-include-fix-compilation-error-for-parse_uci_option.patch => 0007-include-fix-compilation-error-for-parse_uci_option.patch} (78%) rename package/kernel/qca-ssdk/patches/{0010-QSDK-config-Avoid-Werror-heroics.patch => 0008-QSDK-config-Avoid-Werror-heroics.patch} (95%) rename package/kernel/qca-ssdk/patches/{0011-Revert-qca-ssdk-remove-bridge-fdb-entry-for-the-auth.patch => 0009-Revert-qca-ssdk-remove-bridge-fdb-entry-for-the-auth.patch} (91%) rename package/kernel/qca-ssdk/patches/{0012-qca-ssdk-Support-Linux-Style-Makefile-for-SSDK.patch => 0010-Support-Linux-Style-Makefile-for-SSDK.patch} (96%) rename package/kernel/qca-ssdk/patches/{0013-qca-ssdk-fix-compilation-issue-in-Linux-Style-Makefi.patch => 0011-fix-compilation-issue-in-Linux-Style-Makefile.patch} (82%) rename package/kernel/qca-ssdk/patches/{0014-qca-ssdk-fix-compilation-issue-in-Miami-yocto.patch => 0012-fix-compilation-issue-in-Miami-yocto.patch} (84%) rename package/kernel/qca-ssdk/patches/{0015-SSDK-config-add-kernel-6.1.patch => 0013-SSDK-config-add-kernel-6.1.patch} (96%) rename package/kernel/qca-ssdk/patches/{0016-SSDK-qca808x-use-get_random_u32.patch => 0014-SSDK-qca808x-use-get_random_u32.patch} (88%) diff --git a/package/kernel/qca-ssdk/patches/0002-SSDK-replace-ioremap_nocache-with-ioremap.patch b/package/kernel/qca-ssdk/patches/0001-SSDK-replace-ioremap_nocache-with-ioremap.patch similarity index 96% rename from package/kernel/qca-ssdk/patches/0002-SSDK-replace-ioremap_nocache-with-ioremap.patch rename to package/kernel/qca-ssdk/patches/0001-SSDK-replace-ioremap_nocache-with-ioremap.patch index 5589c8e229..2b659e1322 100644 --- a/package/kernel/qca-ssdk/patches/0002-SSDK-replace-ioremap_nocache-with-ioremap.patch +++ b/package/kernel/qca-ssdk/patches/0001-SSDK-replace-ioremap_nocache-with-ioremap.patch @@ -1,7 +1,7 @@ -From 845a89b05aae807fb837f8e8f27f95c89de6023f Mon Sep 17 00:00:00 2001 +From 1e46d596701fedb751a669666a74677344fb8724 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Wed, 12 May 2021 13:45:45 +0200 -Subject: [PATCH 02/11] SSDK: replace ioremap_nocache with ioremap +Subject: [PATCH 01/14] SSDK: replace ioremap_nocache with ioremap ioremap_nocache was dropped upstream, simply use the generic variety. diff --git a/package/kernel/qca-ssdk/patches/0003-SSDK-platform-use-of_mdio_find_bus-to-get-MDIO-bus.patch b/package/kernel/qca-ssdk/patches/0002-SSDK-platform-use-of_mdio_find_bus-to-get-MDIO-bus.patch similarity index 91% rename from package/kernel/qca-ssdk/patches/0003-SSDK-platform-use-of_mdio_find_bus-to-get-MDIO-bus.patch rename to package/kernel/qca-ssdk/patches/0002-SSDK-platform-use-of_mdio_find_bus-to-get-MDIO-bus.patch index f9535fb387..21b3491c6f 100644 --- a/package/kernel/qca-ssdk/patches/0003-SSDK-platform-use-of_mdio_find_bus-to-get-MDIO-bus.patch +++ b/package/kernel/qca-ssdk/patches/0002-SSDK-platform-use-of_mdio_find_bus-to-get-MDIO-bus.patch @@ -1,7 +1,7 @@ -From 85f988dbc15559a5a2fee606e6ef400aa39fe444 Mon Sep 17 00:00:00 2001 +From 60d2b72cacd43796def9b4bd69a9e0e84be9d2e1 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Wed, 12 May 2021 17:15:46 +0200 -Subject: [PATCH 03/11] SSDK: platform: use of_mdio_find_bus() to get MDIO bus +Subject: [PATCH 02/14] SSDK: platform: use of_mdio_find_bus() to get MDIO bus Kernel has a generic of_mdio_find_bus() which can get the appropriate MDIO bus based on the DT node. diff --git a/package/kernel/qca-ssdk/patches/0004-SSDK-dts-fix-of_get_mac_address.patch b/package/kernel/qca-ssdk/patches/0003-SSDK-dts-fix-of_get_mac_address.patch similarity index 91% rename from package/kernel/qca-ssdk/patches/0004-SSDK-dts-fix-of_get_mac_address.patch rename to package/kernel/qca-ssdk/patches/0003-SSDK-dts-fix-of_get_mac_address.patch index 1dd948643f..c004f4acd8 100644 --- a/package/kernel/qca-ssdk/patches/0004-SSDK-dts-fix-of_get_mac_address.patch +++ b/package/kernel/qca-ssdk/patches/0003-SSDK-dts-fix-of_get_mac_address.patch @@ -1,7 +1,7 @@ -From 079c20aa182c6b623d49e1f375e022dedac7373c Mon Sep 17 00:00:00 2001 +From c1b6fa42a160763b574dd52aa4845718e4cd0ea6 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Fri, 13 Aug 2021 20:03:21 +0200 -Subject: [PATCH 04/11] SSDK: dts: fix of_get_mac_address() +Subject: [PATCH 03/14] SSDK: dts: fix of_get_mac_address() Recently OpenWrt backported the updated of_get_mac_address() function which returns and error code instead. diff --git a/package/kernel/qca-ssdk/patches/0006-qca8081-convert-to-5.11-IRQ-model.patch b/package/kernel/qca-ssdk/patches/0004-qca8081-convert-to-5.11-IRQ-model.patch similarity index 94% rename from package/kernel/qca-ssdk/patches/0006-qca8081-convert-to-5.11-IRQ-model.patch rename to package/kernel/qca-ssdk/patches/0004-qca8081-convert-to-5.11-IRQ-model.patch index 4eb7483d2b..1e496ad981 100644 --- a/package/kernel/qca-ssdk/patches/0006-qca8081-convert-to-5.11-IRQ-model.patch +++ b/package/kernel/qca-ssdk/patches/0004-qca8081-convert-to-5.11-IRQ-model.patch @@ -1,7 +1,7 @@ -From 9278b2794d984f5a8ec2350b9607a35aea2cc106 Mon Sep 17 00:00:00 2001 +From aaac91b5e8756dce1c0242d58074a0b5d4607b57 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Fri, 24 Dec 2021 20:02:32 +0100 -Subject: [PATCH 06/11] qca8081: convert to 5.11 IRQ model +Subject: [PATCH 04/14] qca8081: convert to 5.11 IRQ model Kernel 5.11 introduced new IRQ handling model for PHY-s, so provide those if 5.11 or later is used. diff --git a/package/kernel/qca-ssdk/patches/0007-qca807x-add-a-LED-quirk-for-Xiaomi-AX9000.patch b/package/kernel/qca-ssdk/patches/0005-qca807x-add-a-LED-quirk-for-Xiaomi-AX9000.patch similarity index 95% rename from package/kernel/qca-ssdk/patches/0007-qca807x-add-a-LED-quirk-for-Xiaomi-AX9000.patch rename to package/kernel/qca-ssdk/patches/0005-qca807x-add-a-LED-quirk-for-Xiaomi-AX9000.patch index b8ebb08047..6ff92ab95a 100644 --- a/package/kernel/qca-ssdk/patches/0007-qca807x-add-a-LED-quirk-for-Xiaomi-AX9000.patch +++ b/package/kernel/qca-ssdk/patches/0005-qca807x-add-a-LED-quirk-for-Xiaomi-AX9000.patch @@ -1,7 +1,7 @@ -From 20a7945b82a4aefcb9ca0a14978412e4ae0057c9 Mon Sep 17 00:00:00 2001 +From 37255b97a9170f6dd1604931f0d7a8f847be5b5d Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Tue, 11 Jan 2022 00:28:42 +0100 -Subject: [PATCH 07/11] qca807x: add a LED quirk for Xiaomi AX9000 +Subject: [PATCH 05/14] qca807x: add a LED quirk for Xiaomi AX9000 Xiaomi AX9000 has a single LED for each of 4 gigabit ethernet ports that are connected to QCA8075, and that LED is connected to the 100M LED pin. diff --git a/package/kernel/qca-ssdk/patches/0008-qca807x-add-a-LED-quirk-for-Xiaomi-AX3600.patch b/package/kernel/qca-ssdk/patches/0006-qca807x-add-a-LED-quirk-for-Xiaomi-AX3600.patch similarity index 89% rename from package/kernel/qca-ssdk/patches/0008-qca807x-add-a-LED-quirk-for-Xiaomi-AX3600.patch rename to package/kernel/qca-ssdk/patches/0006-qca807x-add-a-LED-quirk-for-Xiaomi-AX3600.patch index 27423af7ea..6e044c7466 100644 --- a/package/kernel/qca-ssdk/patches/0008-qca807x-add-a-LED-quirk-for-Xiaomi-AX3600.patch +++ b/package/kernel/qca-ssdk/patches/0006-qca807x-add-a-LED-quirk-for-Xiaomi-AX3600.patch @@ -1,7 +1,7 @@ -From bad774f43ec253e7e743e23bde87444c9d9cefdc Mon Sep 17 00:00:00 2001 +From 1eaed6c8d72cb07e221a94d05615ae45b60ffd82 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Wed, 26 Jan 2022 14:47:33 +0100 -Subject: [PATCH 08/11] qca807x: add a LED quirk for Xiaomi AX3600 +Subject: [PATCH 06/14] qca807x: add a LED quirk for Xiaomi AX3600 AX3600 requires the same LED quirk so that PHY LED-s will blink even once Linux resets the PHY. diff --git a/package/kernel/qca-ssdk/patches/0009-include-fix-compilation-error-for-parse_uci_option.patch b/package/kernel/qca-ssdk/patches/0007-include-fix-compilation-error-for-parse_uci_option.patch similarity index 78% rename from package/kernel/qca-ssdk/patches/0009-include-fix-compilation-error-for-parse_uci_option.patch rename to package/kernel/qca-ssdk/patches/0007-include-fix-compilation-error-for-parse_uci_option.patch index 1cdb47b2c1..6b084a844d 100644 --- a/package/kernel/qca-ssdk/patches/0009-include-fix-compilation-error-for-parse_uci_option.patch +++ b/package/kernel/qca-ssdk/patches/0007-include-fix-compilation-error-for-parse_uci_option.patch @@ -1,7 +1,7 @@ -From be352dd54d163c005611906ac6b87692c9b8a1e6 Mon Sep 17 00:00:00 2001 +From adc75660a50c5b7a16032921a30a0eaedc8b826f Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Sat, 7 May 2022 19:03:55 +0200 -Subject: [PATCH 09/11] include: fix compilation error for parse_uci_option +Subject: [PATCH 07/14] include: fix compilation error for parse_uci_option Fix missing include for parse_uci_option diff --git a/package/kernel/qca-ssdk/patches/0010-QSDK-config-Avoid-Werror-heroics.patch b/package/kernel/qca-ssdk/patches/0008-QSDK-config-Avoid-Werror-heroics.patch similarity index 95% rename from package/kernel/qca-ssdk/patches/0010-QSDK-config-Avoid-Werror-heroics.patch rename to package/kernel/qca-ssdk/patches/0008-QSDK-config-Avoid-Werror-heroics.patch index f9c913fadf..30b4e4be4f 100644 --- a/package/kernel/qca-ssdk/patches/0010-QSDK-config-Avoid-Werror-heroics.patch +++ b/package/kernel/qca-ssdk/patches/0008-QSDK-config-Avoid-Werror-heroics.patch @@ -1,7 +1,7 @@ From d70d013ac1090565ebb71875f5bdc70840807428 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Fri, 23 Sep 2022 08:21:13 -0500 -Subject: [PATCH] QSDK: config: Avoid -Werror heroics +Subject: [PATCH 08/14] QSDK: config: Avoid -Werror heroics Trying to compile the QSDK with warnings as errors is a very brave endeavor. It's also stupid as it doesn't work on ipq60xx: diff --git a/package/kernel/qca-ssdk/patches/0011-Revert-qca-ssdk-remove-bridge-fdb-entry-for-the-auth.patch b/package/kernel/qca-ssdk/patches/0009-Revert-qca-ssdk-remove-bridge-fdb-entry-for-the-auth.patch similarity index 91% rename from package/kernel/qca-ssdk/patches/0011-Revert-qca-ssdk-remove-bridge-fdb-entry-for-the-auth.patch rename to package/kernel/qca-ssdk/patches/0009-Revert-qca-ssdk-remove-bridge-fdb-entry-for-the-auth.patch index 14db66876a..92c46a815e 100644 --- a/package/kernel/qca-ssdk/patches/0011-Revert-qca-ssdk-remove-bridge-fdb-entry-for-the-auth.patch +++ b/package/kernel/qca-ssdk/patches/0009-Revert-qca-ssdk-remove-bridge-fdb-entry-for-the-auth.patch @@ -1,7 +1,7 @@ -From c06e6edfb740d0ba0b804fa16d6222e257349089 Mon Sep 17 00:00:00 2001 +From 0582c76ce9c35ce8d49cba598e0e17073dd875b5 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Fri, 23 Sep 2022 08:30:03 -0500 -Subject: [PATCH 11/11] Revert "qca-ssdk: remove bridge fdb entry for the +Subject: [PATCH 09/14] Revert "qca-ssdk: remove bridge fdb entry for the authentication failed mac" This change causes an undefined reference to "br_fdb_delete_by_netdev". diff --git a/package/kernel/qca-ssdk/patches/0012-qca-ssdk-Support-Linux-Style-Makefile-for-SSDK.patch b/package/kernel/qca-ssdk/patches/0010-Support-Linux-Style-Makefile-for-SSDK.patch similarity index 96% rename from package/kernel/qca-ssdk/patches/0012-qca-ssdk-Support-Linux-Style-Makefile-for-SSDK.patch rename to package/kernel/qca-ssdk/patches/0010-Support-Linux-Style-Makefile-for-SSDK.patch index 91b7d570d8..180701bb14 100644 --- a/package/kernel/qca-ssdk/patches/0012-qca-ssdk-Support-Linux-Style-Makefile-for-SSDK.patch +++ b/package/kernel/qca-ssdk/patches/0010-Support-Linux-Style-Makefile-for-SSDK.patch @@ -1,7 +1,7 @@ -From edd3d4347cc73a99c7cf59aceeb1e8ad4d4dd303 Mon Sep 17 00:00:00 2001 +From 2276a0b93751f015ef719dedf9a0d4b55ae684d5 Mon Sep 17 00:00:00 2001 From: crao Date: Tue, 15 Nov 2022 18:50:01 +0800 -Subject: [PATCH] [qca-ssdk]: Support Linux-Style Makefile for SSDK +Subject: [PATCH 10/14] Support Linux-Style Makefile for SSDK Change-Id: I8c4399433b6422ef6192f70bf08b0d3023cc94b6 Signed-off-by: crao @@ -13,12 +13,7 @@ Signed-off-by: crao make/target.mk | 12 +++++++++++ src/api/Makefile | 2 +- 6 files changed, 77 insertions(+), 23 deletions(-) - mode change 100755 => 100644 Makefile create mode 100644 Makefile.modules - mode change 100755 => 100644 make/defs.mk - mode change 100755 => 100644 make/linux_opt.mk - mode change 100755 => 100644 make/target.mk - mode change 100755 => 100644 src/api/Makefile --- a/Makefile +++ b/Makefile diff --git a/package/kernel/qca-ssdk/patches/0013-qca-ssdk-fix-compilation-issue-in-Linux-Style-Makefi.patch b/package/kernel/qca-ssdk/patches/0011-fix-compilation-issue-in-Linux-Style-Makefile.patch similarity index 82% rename from package/kernel/qca-ssdk/patches/0013-qca-ssdk-fix-compilation-issue-in-Linux-Style-Makefi.patch rename to package/kernel/qca-ssdk/patches/0011-fix-compilation-issue-in-Linux-Style-Makefile.patch index 792cd9e31b..f7d07a7baf 100644 --- a/package/kernel/qca-ssdk/patches/0013-qca-ssdk-fix-compilation-issue-in-Linux-Style-Makefi.patch +++ b/package/kernel/qca-ssdk/patches/0011-fix-compilation-issue-in-Linux-Style-Makefile.patch @@ -1,14 +1,13 @@ -From 3026f89b06049df01d5fe19c5fccc972637aa344 Mon Sep 17 00:00:00 2001 +From 46a5dd73195081b5d78582f2a13f83e49f36e917 Mon Sep 17 00:00:00 2001 From: crao Date: Tue, 7 Mar 2023 17:15:07 +0800 -Subject: [PATCH] [qca-ssdk]: fix compilation issue in Linux-Style Makefile +Subject: [PATCH 11/14] fix compilation issue in Linux-Style Makefile Change-Id: If38251fc0a2bf4abc666d30f4812c0d9507310dc Signed-off-by: crao --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) - mode change 100644 => 100755 Makefile --- a/Makefile +++ b/Makefile diff --git a/package/kernel/qca-ssdk/patches/0014-qca-ssdk-fix-compilation-issue-in-Miami-yocto.patch b/package/kernel/qca-ssdk/patches/0012-fix-compilation-issue-in-Miami-yocto.patch similarity index 84% rename from package/kernel/qca-ssdk/patches/0014-qca-ssdk-fix-compilation-issue-in-Miami-yocto.patch rename to package/kernel/qca-ssdk/patches/0012-fix-compilation-issue-in-Miami-yocto.patch index 53c0c34131..7670d7f354 100644 --- a/package/kernel/qca-ssdk/patches/0014-qca-ssdk-fix-compilation-issue-in-Miami-yocto.patch +++ b/package/kernel/qca-ssdk/patches/0012-fix-compilation-issue-in-Miami-yocto.patch @@ -1,7 +1,7 @@ -From 6e4efd68e6e560a1994bc273fe6f7a72139f3957 Mon Sep 17 00:00:00 2001 +From 0060aa1b0d2530672e64708d8062b3f33d007ed3 Mon Sep 17 00:00:00 2001 From: crao Date: Wed, 15 Mar 2023 11:19:39 +0800 -Subject: [PATCH] [qca-ssdk]: fix compilation issue in Miami yocto +Subject: [PATCH 12/14] fix compilation issue in Miami yocto Change-Id: I8526b9e43667d72ae9afa4ef8a13167088d194ba Signed-off-by: crao diff --git a/package/kernel/qca-ssdk/patches/0015-SSDK-config-add-kernel-6.1.patch b/package/kernel/qca-ssdk/patches/0013-SSDK-config-add-kernel-6.1.patch similarity index 96% rename from package/kernel/qca-ssdk/patches/0015-SSDK-config-add-kernel-6.1.patch rename to package/kernel/qca-ssdk/patches/0013-SSDK-config-add-kernel-6.1.patch index d0cf143562..44b5e625ee 100644 --- a/package/kernel/qca-ssdk/patches/0015-SSDK-config-add-kernel-6.1.patch +++ b/package/kernel/qca-ssdk/patches/0013-SSDK-config-add-kernel-6.1.patch @@ -1,7 +1,7 @@ From 05aba6d6dfd49fe10b33cf221b7e81250a67033c Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Thu, 29 Sep 2022 09:59:20 +0200 -Subject: [PATCH] SSDK: config: add kernel 6.1 +Subject: [PATCH 13/14] SSDK: config: add kernel 6.1 Allow kernel 6.1 to be recognized and compiled under it. diff --git a/package/kernel/qca-ssdk/patches/0016-SSDK-qca808x-use-get_random_u32.patch b/package/kernel/qca-ssdk/patches/0014-SSDK-qca808x-use-get_random_u32.patch similarity index 88% rename from package/kernel/qca-ssdk/patches/0016-SSDK-qca808x-use-get_random_u32.patch rename to package/kernel/qca-ssdk/patches/0014-SSDK-qca808x-use-get_random_u32.patch index d8cd89b744..f5aa0e907c 100644 --- a/package/kernel/qca-ssdk/patches/0016-SSDK-qca808x-use-get_random_u32.patch +++ b/package/kernel/qca-ssdk/patches/0014-SSDK-qca808x-use-get_random_u32.patch @@ -1,7 +1,7 @@ -From 55ea8c9b278aafe3211f7250986b1f9d9a06cd21 Mon Sep 17 00:00:00 2001 +From 6a49dd6bb2e40ce49351adb6100599f176d80494 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Fri, 21 Oct 2022 13:40:15 +0200 -Subject: [PATCH] SSDK: qca808x: use get_random_u32 +Subject: [PATCH 14/14] SSDK: qca808x: use get_random_u32 prandom has been removed from the kernel in 6.1-rc1, so use get_random_u32 instead as its the drop-in replacement. -- 2.30.2