]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge patch series "ns: rework common initialization"
authorChristian Brauner <brauner@kernel.org>
Fri, 19 Sep 2025 08:14:45 +0000 (10:14 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 19 Sep 2025 14:22:36 +0000 (16:22 +0200)
commitbb57289f0ce1bab7c9ea2106a29088088dc95229
treea40d44f79e5762729dee07a3ee2373eb74568ec5
parent3ab378cfa793c648d4edf02bbfff3af8715aca91
parentbe5f21d3985f00827e09b798f7a07ebd6dd7f54a
Merge patch series "ns: rework common initialization"

Christian Brauner <brauner@kernel.org> says:

The current scheme still involves a lot of open-coding and copy-pasing
and bleeds a lot of unnecessary details into actual namespace
implementers. Encapsulate it in the common helpers and simplify it all.

* patches from https://lore.kernel.org/20250917-work-namespace-ns_common-v1-0-1b3bda8ef8f2@kernel.org:
  ns: add ns_common_free()
  nscommon: simplify initialization
  net: centralize ns_common initialization
  mnt: simplify ns_common_init() handling
  nsfs: add inode number for anon namespace
  cgroup: split namespace into separate header
  nscommon: move to separate file
  mnt: expose pointer to init_mnt_ns
  uts: split namespace into separate header

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