Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ns: add missing authorship

I authored the files a short while ago.

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

+3
+1
include/linux/nstree.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 + /* Copyright (c) 2025 Christian Brauner <brauner@kernel.org> */ 2 3 #ifndef _LINUX_NSTREE_H 3 4 #define _LINUX_NSTREE_H 4 5
+1
kernel/nscommon.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 + /* Copyright (c) 2025 Christian Brauner <brauner@kernel.org> */ 2 3 3 4 #include <linux/ns_common.h> 4 5 #include <linux/proc_ns.h>
+1
kernel/nstree.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 + /* Copyright (c) 2025 Christian Brauner <brauner@kernel.org> */ 2 3 3 4 #include <linux/nstree.h> 4 5 #include <linux/proc_ns.h>