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]
Date:   Mon,  6 Dec 2021 17:30:26 -0800
From:   Eric Dumazet <eric.dumazet@...il.com>
To:     "David S . Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>
Cc:     netdev <netdev@...r.kernel.org>,
        Eric Dumazet <edumazet@...gle.com>,
        Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH net-next 00/13] net: second round of netdevice refcount tracking

From: Eric Dumazet <edumazet@...gle.com>

The most interesting part of this series is probably
("inet: add net device refcount tracker to struct fib_nh_common")
but only future reports will confirm this guess.

Eric Dumazet (13):
  net: eql: add net device refcount tracker
  vlan: add net device refcount tracker
  net: bridge: add net device refcount tracker
  net: watchdog: add net device refcount tracker
  net: switchdev: add net device refcount tracker
  inet: add net device refcount tracker to struct fib_nh_common
  ax25: add net device refcount tracker
  llc: add net device refcount tracker
  pktgen add net device refcount tracker
  net/smc: add net device tracker to struct smc_pnetentry
  netlink: add net device refcount tracker to struct ethnl_req_info
  openvswitch: add net device refcount tracker to struct vport
  net: sched: act_mirred: add net device refcount tracker

 drivers/net/eql.c              |  4 ++--
 include/linux/if_eql.h         |  1 +
 include/linux/if_vlan.h        |  3 +++
 include/linux/netdevice.h      |  2 ++
 include/net/ax25.h             |  3 +++
 include/net/ip_fib.h           |  2 ++
 include/net/llc_conn.h         |  1 +
 include/net/tc_act/tc_mirred.h |  1 +
 net/8021q/vlan_dev.c           |  4 ++--
 net/ax25/ax25_dev.c            |  8 ++++----
 net/bridge/br_if.c             |  6 +++---
 net/bridge/br_private.h        |  1 +
 net/core/pktgen.c              |  8 +++++---
 net/ethtool/netlink.c          |  8 +++++---
 net/ethtool/netlink.h          |  2 ++
 net/ipv4/fib_semantics.c       | 12 +++++++-----
 net/ipv6/route.c               |  2 ++
 net/llc/af_llc.c               |  5 +++--
 net/openvswitch/vport-netdev.c |  8 ++++----
 net/openvswitch/vport.h        |  2 ++
 net/sched/act_mirred.c         | 18 ++++++++++--------
 net/sched/sch_generic.c        | 10 ++++++----
 net/smc/smc_pnet.c             |  9 +++++----
 net/switchdev/switchdev.c      |  5 +++--
 24 files changed, 79 insertions(+), 46 deletions(-)

-- 
2.34.1.400.ga245620fadb-goog

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ