lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 16 Jul 2022 00:14:44 +0000
From:   Vladimir Oltean <vladimir.oltean@....com>
To:     Jakub Kicinski <kuba@...nel.org>
CC:     "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "David S. Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>,
        Paolo Abeni <pabeni@...hat.com>, Andrew Lunn <andrew@...n.ch>,
        Vivien Didelot <vivien.didelot@...il.com>,
        Florian Fainelli <f.fainelli@...il.com>,
        Jonathan Toppins <jtoppins@...hat.com>,
        Jay Vosburgh <j.vosburgh@...il.com>,
        Veaceslav Falico <vfalico@...il.com>,
        Hangbin Liu <liuhangbin@...il.com>,
        Brian Hutchinson <b.hutchman@...il.com>
Subject: Re: [PATCH net] net: dsa: fix bonding with ARP monitoring by updating
 trans_start manually

On Fri, Jul 15, 2022 at 05:00:42PM -0700, Jakub Kicinski wrote:
> On Sat, 16 Jul 2022 02:26:41 +0300 Vladimir Oltean wrote:
> > Documentation/networking/bonding.rst points out that for ARP monitoring
> > to work, dev_trans_start() must be able to verify the latest trans_start
> > update of any slave_dev TX queue. However, with NETIF_F_LLTX,
> > netdev_start_xmit() -> txq_trans_update() fails to do anything, because
> > the TX queue hasn't been locked.
> > 
> > Fix this by manually updating the current TX queue's trans_start for
> > each packet sent.
> > 
> > Fixes: 2b86cb829976 ("net: dsa: declare lockless TX feature for slave ports")
> > Reported-by: Brian Hutchinson <b.hutchman@...il.com>
> > Signed-off-by: Vladimir Oltean <vladimir.oltean@....com>
> 
> Did you see my discussion with Jay? Let's stop the spread of this
> workaround, I'm tossing..

No, I didn't, could you summarize the alternative proposal?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ