]> git.proxmox.com Git - pve-kernel.git/blobdiff - patches/kernel/0002-bridge-keep-MAC-of-first-assigned-port.patch
backport "io_uring: fix race between timeout flush and removal"
[pve-kernel.git] / patches / kernel / 0002-bridge-keep-MAC-of-first-assigned-port.patch
index 658c3f108fe833bf402735cecf6ee0620b429878..714c0e2c3ee6ce04f30ccafc90965cdd16439b92 100644 (file)
@@ -13,15 +13,16 @@ connected ports (for no real reason). To avoid problems with ARP
 we simply use the MAC of the first connected port.
 
 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
+Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
 ---
  net/bridge/br_stp_if.c | 5 +----
  1 file changed, 1 insertion(+), 4 deletions(-)
 
 diff --git a/net/bridge/br_stp_if.c b/net/bridge/br_stp_if.c
-index 808e2b914015..b0ad54384826 100644
+index ba55851fe132..82675e1ecfb8 100644
 --- a/net/bridge/br_stp_if.c
 +++ b/net/bridge/br_stp_if.c
-@@ -259,10 +259,7 @@ bool br_stp_recalculate_bridge_id(struct net_bridge *br)
+@@ -265,10 +265,7 @@ bool br_stp_recalculate_bridge_id(struct net_bridge *br)
                return false;
  
        list_for_each_entry(p, &br->port_list, list) {
@@ -33,6 +34,3 @@ index 808e2b914015..b0ad54384826 100644
        }
  
        if (ether_addr_equal(br->bridge_id.addr, addr))
--- 
-2.14.2
-