+++ /dev/null
-From b562a60c0c6c4904bffc513cad98e2ac48e0de1c Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 4 May 2023 16:07:27 -0700
-Subject: net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()
-
-From: Florian Fainelli <f.fainelli@gmail.com>
-
-[ Upstream commit 93e0401e0fc0c54b0ac05b687cd135c2ac38187c ]
-
-The call to phy_stop() races with the later call to phy_disconnect(),
-resulting in concurrent phy_suspend() calls being run from different
-CPUs. The final call to phy_disconnect() ensures that the PHY is
-stopped and suspended, too.
-
-Fixes: c96e731c93ff ("net: bcmgenet: connect and disconnect from the PHY state machine")
-Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-index 84bcb3ce00f73..b3dedd56a9882 100644
---- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-+++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-@@ -2995,7 +2995,6 @@ static void bcmgenet_netif_stop(struct net_device *dev)
- /* Disable MAC transmit. TX DMA disabled must be done before this */
- umac_enable_set(priv, CMD_TX_EN, false);
-
-- phy_stop(dev->phydev);
- bcmgenet_disable_rx_napi(priv);
- bcmgenet_intr_disable(priv);
-
---
-2.39.2
-
alsa-caiaq-input-add-error-handling-for-unsupported-.patch
virtio_net-split-free_unused_bufs.patch
virtio_net-suppress-cpu-stall-when-free_unused_bufs.patch
-net-bcmgenet-remove-phy_stop-from-bcmgenet_netif_sto.patch
perf-vendor-events-power9-remove-utf-8-characters-fr.patch
perf-map-delete-two-variable-initialisations-before-.patch
perf-symbols-fix-return-incorrect-build_id-size-in-e.patch
+++ /dev/null
-From d41aa36b6583ac7b5bf91957f335e91a7f3f6fa6 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 4 May 2023 16:07:27 -0700
-Subject: net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()
-
-From: Florian Fainelli <f.fainelli@gmail.com>
-
-[ Upstream commit 93e0401e0fc0c54b0ac05b687cd135c2ac38187c ]
-
-The call to phy_stop() races with the later call to phy_disconnect(),
-resulting in concurrent phy_suspend() calls being run from different
-CPUs. The final call to phy_disconnect() ensures that the PHY is
-stopped and suspended, too.
-
-Fixes: c96e731c93ff ("net: bcmgenet: connect and disconnect from the PHY state machine")
-Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-index 7667cbb5adfd6..20b161620fee9 100644
---- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-+++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-@@ -3412,7 +3412,6 @@ static void bcmgenet_netif_stop(struct net_device *dev)
- /* Disable MAC transmit. TX DMA disabled must be done before this */
- umac_enable_set(priv, CMD_TX_EN, false);
-
-- phy_stop(dev->phydev);
- bcmgenet_disable_rx_napi(priv);
- bcmgenet_intr_disable(priv);
-
---
-2.39.2
-
virtio_net-split-free_unused_bufs.patch
virtio_net-suppress-cpu-stall-when-free_unused_bufs.patch
net-enetc-check-the-index-of-the-sfi-rather-than-the.patch
-net-bcmgenet-remove-phy_stop-from-bcmgenet_netif_sto.patch
perf-vendor-events-power9-remove-utf-8-characters-fr.patch
perf-pmu-zfree-expects-a-pointer-to-a-pointer-to-zer.patch
perf-map-delete-two-variable-initialisations-before-.patch
+++ /dev/null
-From 7740412cc3a41401c3759a4310192dfde61e224d Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 4 May 2023 16:07:27 -0700
-Subject: net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()
-
-From: Florian Fainelli <f.fainelli@gmail.com>
-
-[ Upstream commit 93e0401e0fc0c54b0ac05b687cd135c2ac38187c ]
-
-The call to phy_stop() races with the later call to phy_disconnect(),
-resulting in concurrent phy_suspend() calls being run from different
-CPUs. The final call to phy_disconnect() ensures that the PHY is
-stopped and suspended, too.
-
-Fixes: c96e731c93ff ("net: bcmgenet: connect and disconnect from the PHY state machine")
-Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-index 92cd2916e8015..35bf840716d57 100644
---- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-+++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-@@ -3416,7 +3416,6 @@ static void bcmgenet_netif_stop(struct net_device *dev)
- /* Disable MAC transmit. TX DMA disabled must be done before this */
- umac_enable_set(priv, CMD_TX_EN, false);
-
-- phy_stop(dev->phydev);
- bcmgenet_disable_rx_napi(priv);
- bcmgenet_intr_disable(priv);
-
---
-2.39.2
-
virtio_net-split-free_unused_bufs.patch
virtio_net-suppress-cpu-stall-when-free_unused_bufs.patch
net-enetc-check-the-index-of-the-sfi-rather-than-the.patch
-net-bcmgenet-remove-phy_stop-from-bcmgenet_netif_sto.patch
perf-scripts-intel-pt-events.py-fix-ipc-output-for-p.patch
perf-vendor-events-power9-remove-utf-8-characters-fr.patch
perf-pmu-zfree-expects-a-pointer-to-a-pointer-to-zer.patch
+++ /dev/null
-From e5826e4a0f7a2bf79a7a34f3b78e41d51133ccaf Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 4 May 2023 16:07:27 -0700
-Subject: net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()
-
-From: Florian Fainelli <f.fainelli@gmail.com>
-
-[ Upstream commit 93e0401e0fc0c54b0ac05b687cd135c2ac38187c ]
-
-The call to phy_stop() races with the later call to phy_disconnect(),
-resulting in concurrent phy_suspend() calls being run from different
-CPUs. The final call to phy_disconnect() ensures that the PHY is
-stopped and suspended, too.
-
-Fixes: c96e731c93ff ("net: bcmgenet: connect and disconnect from the PHY state machine")
-Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-index 1b725a021455b..468f79c270ac3 100644
---- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-+++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-@@ -2988,7 +2988,6 @@ static void bcmgenet_netif_stop(struct net_device *dev)
- /* Disable MAC transmit. TX DMA disabled must be done before this */
- umac_enable_set(priv, CMD_TX_EN, false);
-
-- phy_stop(dev->phydev);
- bcmgenet_disable_rx_napi(priv);
- bcmgenet_intr_disable(priv);
-
---
-2.39.2
-
net-dsa-mt7530-fix-corrupt-frames-using-trgmii-on-40.patch
virtio_net-split-free_unused_bufs.patch
virtio_net-suppress-cpu-stall-when-free_unused_bufs.patch
-net-bcmgenet-remove-phy_stop-from-bcmgenet_netif_sto.patch
perf-vendor-events-power9-remove-utf-8-characters-fr.patch
perf-map-delete-two-variable-initialisations-before-.patch
perf-symbols-fix-return-incorrect-build_id-size-in-e.patch
+++ /dev/null
-From 103c5f233bdeeabb1b3b3d03fbebd237d213eef2 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 4 May 2023 16:07:27 -0700
-Subject: net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()
-
-From: Florian Fainelli <f.fainelli@gmail.com>
-
-[ Upstream commit 93e0401e0fc0c54b0ac05b687cd135c2ac38187c ]
-
-The call to phy_stop() races with the later call to phy_disconnect(),
-resulting in concurrent phy_suspend() calls being run from different
-CPUs. The final call to phy_disconnect() ensures that the PHY is
-stopped and suspended, too.
-
-Fixes: c96e731c93ff ("net: bcmgenet: connect and disconnect from the PHY state machine")
-Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-index f679ed54b3ef2..9860fd66f3bca 100644
---- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-+++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-@@ -3460,7 +3460,6 @@ static void bcmgenet_netif_stop(struct net_device *dev)
- /* Disable MAC transmit. TX DMA disabled must be done before this */
- umac_enable_set(priv, CMD_TX_EN, false);
-
-- phy_stop(dev->phydev);
- bcmgenet_disable_rx_napi(priv);
- bcmgenet_intr_disable(priv);
-
---
-2.39.2
-
ice-block-lan-in-case-of-vf-to-vf-offload.patch
virtio_net-suppress-cpu-stall-when-free_unused_bufs.patch
net-enetc-check-the-index-of-the-sfi-rather-than-the.patch
-net-bcmgenet-remove-phy_stop-from-bcmgenet_netif_sto.patch
perf-record-fix-read-lost-count-failed-msg-with-samp.patch
perf-scripts-intel-pt-events.py-fix-ipc-output-for-p.patch
perf-vendor-events-s390-remove-utf-8-characters-from.patch
+++ /dev/null
-From c6cbebae2731beb9c56aab2a2b620bcdd6bead0f Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 4 May 2023 16:07:27 -0700
-Subject: net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()
-
-From: Florian Fainelli <f.fainelli@gmail.com>
-
-[ Upstream commit 93e0401e0fc0c54b0ac05b687cd135c2ac38187c ]
-
-The call to phy_stop() races with the later call to phy_disconnect(),
-resulting in concurrent phy_suspend() calls being run from different
-CPUs. The final call to phy_disconnect() ensures that the PHY is
-stopped and suspended, too.
-
-Fixes: c96e731c93ff ("net: bcmgenet: connect and disconnect from the PHY state machine")
-Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-index d937daa8ee883..f28ffc31df220 100644
---- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-+++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-@@ -3465,7 +3465,6 @@ static void bcmgenet_netif_stop(struct net_device *dev)
- /* Disable MAC transmit. TX DMA disabled must be done before this */
- umac_enable_set(priv, CMD_TX_EN, false);
-
-- phy_stop(dev->phydev);
- bcmgenet_disable_rx_napi(priv);
- bcmgenet_intr_disable(priv);
-
---
-2.39.2
-
virtio_net-suppress-cpu-stall-when-free_unused_bufs.patch
net-enetc-check-the-index-of-the-sfi-rather-than-the.patch
net-fec-correct-the-counting-of-xdp-sent-frames.patch
-net-bcmgenet-remove-phy_stop-from-bcmgenet_netif_sto.patch
perf-record-fix-read-lost-count-failed-msg-with-samp.patch
perf-build-support-python-perf.so-testing.patch
perf-scripts-intel-pt-events.py-fix-ipc-output-for-p.patch
+++ /dev/null
-From 0d578de8876ba202f255a81fc951e6f6f1b698cf Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 4 May 2023 16:07:27 -0700
-Subject: net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()
-
-From: Florian Fainelli <f.fainelli@gmail.com>
-
-[ Upstream commit 93e0401e0fc0c54b0ac05b687cd135c2ac38187c ]
-
-The call to phy_stop() races with the later call to phy_disconnect(),
-resulting in concurrent phy_suspend() calls being run from different
-CPUs. The final call to phy_disconnect() ensures that the PHY is
-stopped and suspended, too.
-
-Fixes: c96e731c93ff ("net: bcmgenet: connect and disconnect from the PHY state machine")
-Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-index d937daa8ee883..f28ffc31df220 100644
---- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-+++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c
-@@ -3465,7 +3465,6 @@ static void bcmgenet_netif_stop(struct net_device *dev)
- /* Disable MAC transmit. TX DMA disabled must be done before this */
- umac_enable_set(priv, CMD_TX_EN, false);
-
-- phy_stop(dev->phydev);
- bcmgenet_disable_rx_napi(priv);
- bcmgenet_intr_disable(priv);
-
---
-2.39.2
-
net-fec-correct-the-counting-of-xdp-sent-frames.patch
net-sched-flower-fix-filter-idr-initialization.patch
net-sched-flower-fix-error-handler-on-replace.patch
-net-bcmgenet-remove-phy_stop-from-bcmgenet_netif_sto.patch
perf-record-fix-read-lost-count-failed-msg-with-samp.patch
perf-lock-contention-fix-compiler-builtin-detection.patch
perf-build-support-python-perf.so-testing.patch