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]
Message-ID: <c0bcb7fb-6e52-45af-a115-7d10375047bf@blackwall.org>
Date: Tue, 12 Nov 2024 15:56:47 +0200
From: Nikolay Aleksandrov <razor@...ckwall.org>
To: Petr Machata <petrm@...dia.com>, "David S. Miller" <davem@...emloft.net>,
 Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
 Paolo Abeni <pabeni@...hat.com>, netdev@...r.kernel.org
Cc: Simon Horman <horms@...nel.org>, Ido Schimmel <idosch@...dia.com>,
 Amit Cohen <amcohen@...dia.com>, Vladimir Oltean <vladimir.oltean@....com>,
 Andy Roulin <aroulin@...dia.com>, mlxsw@...dia.com,
 Przemek Kitszel <przemyslaw.kitszel@...el.com>,
 intel-wired-lan@...ts.osuosl.org, UNGLinuxDriver@...rochip.com,
 Manish Chopra <manishc@...vell.com>, GR-Linux-NIC-Dev@...vell.com,
 Kuniyuki Iwashima <kuniyu@...zon.com>, Andrew Lunn <andrew+netdev@...n.ch>,
 bridge@...ts.linux.dev
Subject: Re: [PATCH net-next v3 2/7] ndo_fdb_del: Add a parameter to report
 whether notification was sent

On 11/11/24 19:08, Petr Machata wrote:
> In a similar fashion to ndo_fdb_add, which was covered in the previous
> patch, add the bool *notified argument to ndo_fdb_del. Callees that send a
> notification on their own set the flag to true.
> 
> Signed-off-by: Petr Machata <petrm@...dia.com>
> Reviewed-by: Amit Cohen <amcohen@...dia.com>
> ---
> 
> Notes:
> CC: Przemek Kitszel <przemyslaw.kitszel@...el.com>
> CC: intel-wired-lan@...ts.osuosl.org
> CC: UNGLinuxDriver@...rochip.com
> CC: Manish Chopra <manishc@...vell.com>
> CC: GR-Linux-NIC-Dev@...vell.com
> CC: Kuniyuki Iwashima <kuniyu@...zon.com>
> CC: Andrew Lunn <andrew+netdev@...n.ch>
> CC: Nikolay Aleksandrov <razor@...ckwall.org>
> CC: bridge@...ts.linux.dev
> 
>  drivers/net/ethernet/intel/ice/ice_main.c        |  4 +++-
>  drivers/net/ethernet/mscc/ocelot_net.c           |  2 +-
>  drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c |  2 +-
>  drivers/net/macvlan.c                            |  2 +-
>  drivers/net/vxlan/vxlan_core.c                   |  5 ++++-
>  include/linux/netdevice.h                        |  9 +++++++--
>  net/bridge/br_fdb.c                              | 15 ++++++++-------
>  net/bridge/br_private.h                          |  2 +-
>  net/core/rtnetlink.c                             | 11 ++++++++---
>  9 files changed, 34 insertions(+), 18 deletions(-)
> 

Reviewed-by: Nikolay Aleksandrov <razor@...ckwall.org>



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ