From: David S. Miller Date: Tue, 14 Jan 2020 19:28:41 +0000 (-0800) Subject: Merge branch 'netns-Optimise-netns-ID-lookups' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=169af34684b2bdf1b1b807d109038a6dc0159e03;p=linux.git Merge branch 'netns-Optimise-netns-ID-lookups' Guillaume Nault says: ==================== netns: Optimise netns ID lookups Netns ID lookups can be easily protected by RCU, rather than by holding a spinlock. Patch 1 prepares the code, patch 2 does the RCU conversion, and finally patch 3 stops disabling BHs on updates (patch 2 makes that unnecessary). ==================== Signed-off-by: David S. Miller --- 169af34684b2bdf1b1b807d109038a6dc0159e03