]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'netlink-fixes-for-cross-namespace-nsid-reporting'
authorJakub Kicinski <kuba@kernel.org>
Sat, 23 May 2026 00:11:11 +0000 (17:11 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 23 May 2026 00:11:11 +0000 (17:11 -0700)
commitf54ea9ba95b8002d62fe0fb3b3cbe1b6dbdaf5a9
tree24f1411d505957047bbf802436288f418a95b039
parentaae9d8a5528b8ee9ff8dc5d3558b8a9f852a724a
parent2e43b64248909c617281921d6d9ba3bfc0159473
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 <kuba@kernel.org>