]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.19-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jun 2020 18:09:23 +0000 (20:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jun 2020 18:09:23 +0000 (20:09 +0200)
added patches:
revert-dpaa_eth-fix-usage-as-dsa-master-try-3.patch

queue-4.19/revert-dpaa_eth-fix-usage-as-dsa-master-try-3.patch [new file with mode: 0644]
queue-4.19/series

diff --git a/queue-4.19/revert-dpaa_eth-fix-usage-as-dsa-master-try-3.patch b/queue-4.19/revert-dpaa_eth-fix-usage-as-dsa-master-try-3.patch
new file mode 100644 (file)
index 0000000..26bcfc3
--- /dev/null
@@ -0,0 +1,44 @@
+From olteanv@gmail.com  Tue Jun 23 20:06:02 2020
+From: Vladimir Oltean <olteanv@gmail.com>
+Date: Mon, 22 Jun 2020 13:40:41 +0300
+Subject: Revert "dpaa_eth: fix usage as DSA master, try 3"
+To: stable@vger.kernel.org, gregkh@linuxfoundation.org, netdev@vger.kernel.org
+Cc: madalin.bucur@oss.nxp.com, joakim.tjernlund@infinera.com, fido_max@inbox.ru, linux-kernel@vger.kernel.org
+Message-ID: <20200622104041.436940-1-olteanv@gmail.com>
+
+
+From: Vladimir Oltean <vladimir.oltean@nxp.com>
+
+This reverts commit b145710b69388aa4034d32b4a937f18f66b5538e which is
+commit 5d14c304bfc14b4fd052dc83d5224376b48f52f0 upstream.
+
+The patch is not wrong, but the Fixes: tag is. It should have been:
+
+       Fixes: 060ad66f9795 ("dpaa_eth: change DMA device")
+
+which means that it's fixing a commit which was introduced in:
+
+git describe --tags 060ad66f97954
+v5.4-rc3-783-g060ad66f9795
+
+which then means it should have not been backported to linux-4.19.y,
+where things _were_ working and now they're not.
+
+Reported-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
+Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/net/ethernet/freescale/dpaa/dpaa_eth.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
++++ b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
+@@ -2796,7 +2796,7 @@ static int dpaa_eth_probe(struct platfor
+       }
+       /* Do this here, so we can be verbose early */
+-      SET_NETDEV_DEV(net_dev, dev->parent);
++      SET_NETDEV_DEV(net_dev, dev);
+       dev_set_drvdata(dev, net_dev);
+       priv = netdev_priv(net_dev);
index 2ab86801dff31c4c2abcb4d840e48a02c4126cb3..ec95e0f2e64914f0efa41d8ef60531ca76e3cd11 100644 (file)
@@ -203,3 +203,4 @@ net-octeon-mgmt-repair-filling-of-rx-ring.patch
 kretprobe-prevent-triggering-kretprobe-from-within-k.patch
 sched-rt-net-use-config_preemption.patch.patch
 net-core-device_rename-use-rwsem-instead-of-a-seqcou.patch
+revert-dpaa_eth-fix-usage-as-dsa-master-try-3.patch