[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211012155840.4151590-1-kuba@kernel.org>
Date: Tue, 12 Oct 2021 08:58:34 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, ralf@...ux-mips.org, jreuter@...na.de,
yoshfuji@...ux-ipv6.org, dsahern@...nel.org, jmaloy@...hat.com,
ying.xue@...driver.com, linux-hams@...r.kernel.org,
tipc-discussion@...ts.sourceforge.net,
Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 0/6] net: constify dev_addr passing for protocols
Commit 406f42fa0d3c ("net-next: When a bond have a massive amount
of VLANs...") introduced a rbtree for faster Ethernet address look
up. To maintain netdev->dev_addr in this tree we need to make all
the writes to it got through appropriate helpers.
netdev->dev_addr will be made const to prevent direct writes.
This set sprinkles const across variables and arguments in protocol
code which are used to hold references to netdev->dev_addr.
Jakub Kicinski (6):
ax25: constify dev_addr passing
rose: constify dev_addr passing
llc/snap: constify dev_addr passing
ipv6: constify dev_addr passing
tipc: constify dev_addr passing
decnet: constify dev_addr passing
include/net/ax25.h | 13 +++++++------
include/net/datalink.h | 2 +-
include/net/dn.h | 2 +-
include/net/llc.h | 2 +-
include/net/llc_if.h | 3 ++-
include/net/ndisc.h | 2 +-
include/net/rose.h | 8 ++++----
net/802/p8022.c | 2 +-
net/802/psnap.c | 2 +-
net/ax25/af_ax25.c | 2 +-
net/ax25/ax25_dev.c | 2 +-
net/ax25/ax25_iface.c | 6 +++---
net/ax25/ax25_in.c | 4 ++--
net/ax25/ax25_out.c | 2 +-
net/ipv6/addrconf.c | 4 ++--
net/ipv6/ndisc.c | 4 ++--
net/llc/llc_c_ac.c | 2 +-
net/llc/llc_if.c | 2 +-
net/llc/llc_output.c | 2 +-
net/llc/llc_proc.c | 2 +-
net/netrom/af_netrom.c | 4 ++--
net/netrom/nr_dev.c | 6 +++---
net/netrom/nr_route.c | 4 ++--
net/rose/af_rose.c | 5 +++--
net/rose/rose_dev.c | 6 +++---
net/rose/rose_link.c | 8 ++++----
net/rose/rose_route.c | 10 ++++++----
net/tipc/bearer.c | 4 ++--
net/tipc/bearer.h | 2 +-
net/tipc/eth_media.c | 2 +-
net/tipc/ib_media.c | 2 +-
31 files changed, 63 insertions(+), 58 deletions(-)
--
2.31.1
Powered by blists - more mailing lists