From: Jakub Kicinski Date: Sat, 23 May 2026 00:11:11 +0000 (-0700) Subject: Merge branch 'netlink-fixes-for-cross-namespace-nsid-reporting' X-Git-Tag: v7.1-rc6~27^2~32 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f54ea9ba95b8002d62fe0fb3b3cbe1b6dbdaf5a9;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'netlink-fixes-for-cross-namespace-nsid-reporting' Ilya Maximets says: ==================== netlink: fixes for cross-namespace nsid reporting While working on some new features for OVS and OVN we discovered that self-referential NSIDs get unintentionally allocated in the system as well as unexpectedly reported for local events on all-nsid listeners. More details in the patches. They change user-visible behavior, but the current behavior is arguably a bug, as it makes it hard to use all-nsid sockets without a decent amount of extra unrelated work of tracking when new NSIDs are allocated for your local namespace. Tests are added to check the expected behavior and YNL is extended to support all-nsid sockets in the tests. ==================== Link: https://patch.msgid.link/20260520172317.175168-1-i.maximets@ovn.org Signed-off-by: Jakub Kicinski --- f54ea9ba95b8002d62fe0fb3b3cbe1b6dbdaf5a9