]> Gentwo Git Trees - linux/.git/commit
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)
commit612868762544bd08d3800b7bbf9331b8abaa64ec
tree80154b9872342952bfe0f5c46c7b2972566355f0
parentf0a24b2547cfdd5ec85a131e386a2ce4ff9179cb
parent3064d0fe02af23a3956d2b690461abb44da88cf4
Merge branch 'neighbour-convert-rtm_getneightbl-and-rtm_setneightbl-to-rcu'

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>