projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ac132
)
kernel: pid_namespace: remove unused set_memfd_noexec_scope()
author
YueHaibing
<yuehaibing@huawei.com>
Sat, 10 Jun 2023 10:28:58 +0000
(18:28 +0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Mon, 19 Jun 2023 23:19:28 +0000
(16:19 -0700)
This inline function is unused, remove it.
Link:
https://lkml.kernel.org/r/20230610102858.31488-1-yuehaibing@huawei.com
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Cc: Jeff Xu <jeffxu@google.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/pid_sysctl.h
patch
|
blob
|
history
diff --git
a/kernel/pid_sysctl.h
b/kernel/pid_sysctl.h
index d67a4d45bb4274fc7f092c89e2edcb43f19a572a..b26e027fc9cd4e45bc28cf4911efa4e9ad8c580e 100644
(file)
--- a/
kernel/pid_sysctl.h
+++ b/
kernel/pid_sysctl.h
@@
-52,7
+52,6
@@
static inline void register_pid_ns_sysctl_table_vm(void)
}
#else
static inline void initialize_memfd_noexec_scope(struct pid_namespace *ns) {}
-static inline void set_memfd_noexec_scope(struct pid_namespace *ns) {}
static inline void register_pid_ns_sysctl_table_vm(void) {}
#endif