]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'neighbour-convert-rtm_getneightbl-and-rtm_setneightbl-to-rcu'
authorJakub Kicinski <kuba@kernel.org>
Sat, 25 Oct 2025 00:57:27 +0000 (17:57 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 25 Oct 2025 00:57:28 +0000 (17:57 -0700)
Kuniyuki Iwashima says:

====================
neighbour: Convert RTM_GETNEIGHTBL and RTM_SETNEIGHTBL to RCU.

Patch 1 & 2 are prep for RCU conversion for RTM_GETNEIGHTBL.

Patch 3 & 4 converts RTM_GETNEIGHTBL and RTM_SETNEIGHTBL to RCU.

Patch 5 converts the neighbour table rwlock to the plain spinlock.
====================

Link: https://patch.msgid.link/20251022054004.2514876-1-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge