]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
bcm63xx: rename upstreamed patch
authorSieng Piaw Liew <liew.s.piaw@gmail.com>
Wed, 24 Feb 2021 01:23:43 +0000 (09:23 +0800)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 5 Mar 2021 11:41:45 +0000 (12:41 +0100)
Patch to fix kernel panic was recently accepted upstream so rename patch
and add acked lines to reflect that.

Signed-off-by: Sieng Piaw Liew <liew.s.piaw@gmail.com>
(add the same patch for v5.10)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/bcm63xx/patches-5.10/027-v5.12-bcm63xx_enet-fix-kernel-panic.patch [moved from target/linux/bcm63xx/patches-5.10/027-bcm63xx_enet-fix-kernel-panic.patch with 82% similarity]
target/linux/bcm63xx/patches-5.4/047-v5.12-bcm63xx_enet-fix-kernel-panic.patch [moved from target/linux/bcm63xx/patches-5.4/047-bcm63xx_enet-fix-kernel-panic.patch with 82% similarity]

similarity index 82%
rename from target/linux/bcm63xx/patches-5.10/027-bcm63xx_enet-fix-kernel-panic.patch
rename to target/linux/bcm63xx/patches-5.10/027-v5.12-bcm63xx_enet-fix-kernel-panic.patch
index 6d07c737e7c94d2d952e40b6dad28f0557a4b405..727a380348c60634021e6c32d4d822641677754a 100644 (file)
@@ -1,7 +1,7 @@
-From ca6be00ca1d3a2f5b8794894e2dae175e63768f5 Mon Sep 17 00:00:00 2001
+From 90eda07518ea7e8d1b3e6445eb3633eef9f65218 Mon Sep 17 00:00:00 2001
 From: Sieng Piaw Liew <liew.s.piaw@gmail.com>
-Date: Tue, 16 Feb 2021 16:23:08 +0800
-Subject: [PATCH] bcm63xx_enet: Fix sporadic kernel panic
+Date: Mon, 22 Feb 2021 09:15:12 +0800
+Subject: [PATCH net] bcm63xx_enet: fix sporadic kernel panic
 
 In ndo_stop functions, netdev_completed_queue() is called during forced
 tx reclaim, after netdev_reset_queue(). This may trigger kernel panic if
@@ -11,6 +11,9 @@ This patch moves netdev_reset_queue() to after tx reclaim, so BQL can
 complete successfully then reset.
 
 Signed-off-by: Sieng Piaw Liew <liew.s.piaw@gmail.com>
+Acked-by: Florian Fainelli <f.fainelli@gmail.com>
+Fixes: 4c59b0f5543d ("bcm63xx_enet: add BQL support")
+Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 ---
  drivers/net/ethernet/broadcom/bcm63xx_enet.c | 8 ++++++--
  1 file changed, 6 insertions(+), 2 deletions(-)
similarity index 82%
rename from target/linux/bcm63xx/patches-5.4/047-bcm63xx_enet-fix-kernel-panic.patch
rename to target/linux/bcm63xx/patches-5.4/047-v5.12-bcm63xx_enet-fix-kernel-panic.patch
index 4a1feb3a10fe67c76f5a5fa7c66759433b8854c3..fad336a64383ad4fb987b79e3a098b5a7ae891bc 100644 (file)
@@ -1,7 +1,7 @@
-From ca6be00ca1d3a2f5b8794894e2dae175e63768f5 Mon Sep 17 00:00:00 2001
+From 90eda07518ea7e8d1b3e6445eb3633eef9f65218 Mon Sep 17 00:00:00 2001
 From: Sieng Piaw Liew <liew.s.piaw@gmail.com>
-Date: Tue, 16 Feb 2021 16:23:08 +0800
-Subject: [PATCH] bcm63xx_enet: Fix sporadic kernel panic
+Date: Mon, 22 Feb 2021 09:15:12 +0800
+Subject: [PATCH net] bcm63xx_enet: fix sporadic kernel panic
 
 In ndo_stop functions, netdev_completed_queue() is called during forced
 tx reclaim, after netdev_reset_queue(). This may trigger kernel panic if
@@ -11,6 +11,9 @@ This patch moves netdev_reset_queue() to after tx reclaim, so BQL can
 complete successfully then reset.
 
 Signed-off-by: Sieng Piaw Liew <liew.s.piaw@gmail.com>
+Acked-by: Florian Fainelli <f.fainelli@gmail.com>
+Fixes: 4c59b0f5543d ("bcm63xx_enet: add BQL support")
+Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 ---
  drivers/net/ethernet/broadcom/bcm63xx_enet.c | 8 ++++++--
  1 file changed, 6 insertions(+), 2 deletions(-)