summaryrefslogtreecommitdiff
path: root/mm/kasan
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2024-04-30 04:58:13 +0300
committerJakub Kicinski <kuba@kernel.org>2024-05-02 04:37:07 +0300
commitbf4ea58874df3d43f7264709cec7fe320616552c (patch)
tree54e09e532fed923864889afc954475987af31738 /mm/kasan
parent0840556e5a3a331b6932ef17dd4bc94445df3297 (diff)
downloadlinux-bf4ea58874df3d43f7264709cec7fe320616552c.tar.xz
arp: Convert ioctl(SIOCGARP) to RCU.
ioctl(SIOCGARP) holds rtnl_lock() to get netdev by __dev_get_by_name() and copy dev->name safely and calls neigh_lookup() later, which looks up a neighbour entry under RCU. Let's replace __dev_get_by_name() with dev_get_by_name_rcu() and strscpy() with netdev_copy_name() to avoid locking rtnl_lock(). Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Link: https://lore.kernel.org/r/20240430015813.71143-8-kuniyu@amazon.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'mm/kasan')
0 files changed, 0 insertions, 0 deletions