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-next>] [day] [month] [year] [list]
Message-ID: <20240212140700.2795436-1-edumazet@google.com>
Date: Mon, 12 Feb 2024 14:06:57 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, 
	Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, eric.dumazet@...il.com, 
	Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/3] net: adopt netdev_lockdep_set_classes()

Instead of waiting for syzbot to discover lockdep false positives,
make sure we use netdev_lockdep_set_classes() a bit more.

Eric Dumazet (3):
  vlan: use netdev_lockdep_set_classes()
  net: bridge: use netdev_lockdep_set_classes()
  net: add netdev_lockdep_set_classes() to virtual drivers

 drivers/net/dummy.c            |  1 +
 drivers/net/geneve.c           |  1 +
 drivers/net/loopback.c         |  1 +
 drivers/net/veth.c             |  1 +
 drivers/net/vxlan/vxlan_core.c |  1 +
 net/8021q/vlan_dev.c           | 24 +-----------------------
 net/bridge/br_device.c         |  9 +--------
 net/ipv4/ip_tunnel.c           |  1 +
 net/ipv6/ip6_gre.c             |  2 ++
 net/ipv6/ip6_tunnel.c          |  1 +
 net/ipv6/ip6_vti.c             |  1 +
 net/ipv6/sit.c                 |  1 +
 12 files changed, 13 insertions(+), 31 deletions(-)

-- 
2.43.0.687.g38aa6559b0-goog


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ