]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge patch series "ns: minor tweaks"
authorChristian Brauner <brauner@kernel.org>
Mon, 22 Sep 2025 12:47:25 +0000 (14:47 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 22 Sep 2025 12:47:25 +0000 (14:47 +0200)
commitd969328c513c6679b4be11a995ffd4d184c25b34
tree9d38639cdb55dfb9753dcf2c167222dcc6063643
parent7cf730321132e726ff949c6f3c0d5c598788f7a2
parent5890f504ef543190beae2a4e244bbfa7c3e0b57c
Merge patch series "ns: minor tweaks"

Christian Brauner <brauner@kernel.org> says:

* Add a missing include into the cgroup namespace header.
* Simplify ns_common_init{_inum}() and derive the namespace operations
  from the namespace type.
* Add debug asserts into ns_common_init{_inum}() to catch bugs.

* patches from https://lore.kernel.org/20250922-work-namespace-ns_common-fixes-v1-0-3c26aeb30831@kernel.org:
  ns: add ns_debug()
  ns: simplify ns_common_init() further
  cgroup: add missing ns_common include

Signed-off-by: Christian Brauner <brauner@kernel.org>