linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ns: minor tweaks
@ 2025-09-22 12:42 Christian Brauner
  2025-09-22 12:42 ` [PATCH 1/3] cgroup: add missing ns_common include Christian Brauner
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Christian Brauner @ 2025-09-22 12:42 UTC (permalink / raw)
  To: linux-fsdevel
  Cc: Amir Goldstein, Josef Bacik, Jeff Layton, Mike Yuan,
	Zbigniew Jędrzejewski-Szmek, Lennart Poettering,
	Aleksa Sarai, Alexander Viro, Jan Kara, Tejun Heo,
	Johannes Weiner, Michal Koutný, Jakub Kicinski,
	Anna-Maria Behnsen, Frederic Weisbecker, Thomas Gleixner, cgroups,
	linux-kernel, netdev, Christian Brauner

A few minor tweaks for the namespace rework.

Signed-off-by: Christian Brauner <brauner@kernel.org>
---
Christian Brauner (3):
      cgroup: add missing ns_common include
      ns: simplify ns_common_init() further
      ns: add ns_debug()

 fs/namespace.c                   |  4 +--
 include/linux/cgroup_namespace.h |  2 ++
 include/linux/ns_common.h        | 30 ++++++++++++++++++++---
 ipc/namespace.c                  |  2 +-
 kernel/cgroup/namespace.c        |  2 +-
 kernel/nscommon.c                | 53 ++++++++++++++++++++++++++++++++++++++++
 kernel/pid_namespace.c           |  2 +-
 kernel/time/namespace.c          |  2 +-
 kernel/user_namespace.c          |  2 +-
 kernel/utsname.c                 |  2 +-
 net/core/net_namespace.c         |  9 +------
 11 files changed, 90 insertions(+), 20 deletions(-)
---
base-commit: 7cf730321132e726ff949c6f3c0d5c598788f7a2
change-id: 20250922-work-namespace-ns_common-fixes-d6a9af922878


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-09-22 21:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-22 12:42 [PATCH 0/3] ns: minor tweaks Christian Brauner
2025-09-22 12:42 ` [PATCH 1/3] cgroup: add missing ns_common include Christian Brauner
2025-09-22 13:37   ` Jan Kara
2025-09-22 15:44   ` Tejun Heo
2025-09-22 12:42 ` [PATCH 2/3] ns: simplify ns_common_init() further Christian Brauner
2025-09-22 13:41   ` Jan Kara
2025-09-22 21:36   ` Thomas Gleixner
2025-09-22 12:42 ` [PATCH 3/3] ns: add ns_debug() Christian Brauner
2025-09-22 13:42   ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).