[PATCH 0/1] fs: Support compiling out the pivot_root syscall

2017-02-25 Thread Brian Ashworth
to be ommitted from the kernel will aid in the tinification efforts. Brian Ashworth (1): Allows for the pivot_root syscall to be optional fs/namespace.c | 2 ++ init/Kconfig| 10 ++ kernel/sys_ni.c | 1 + 3 files changed, 13 insertions(+) -- 2.11.1

[PATCH 1/1] fs: Allows for the pivot_root syscall to be optional

2017-02-25 Thread Brian Ashworth
-off-by: Brian Ashworth --- fs/namespace.c | 2 ++ init/Kconfig| 10 ++ kernel/sys_ni.c | 1 + 3 files changed, 13 insertions(+) diff --git a/fs/namespace.c b/fs/namespace.c index 487ba30bb5c6..5e24a08bfb36 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -3058,6 +3058,7 @@ bool

[PATCH 0/1] fs: Allows for xattr support to be compiled out

2017-04-11 Thread Brian Ashworth
This patch will allow for xattr system calls and related functions to be compiled out. These are not needed on machines that do not utilize filesystems that support xattrs or userspaces that require extended attributes. This will aid in the tinification efforts. Brian Ashworth (1): fs: Allows

[PATCH 1/1] fs: Allows for xattr support to be compiled out

2017-04-11 Thread Brian Ashworth
cap_bprm_set_creds 613 366-247 Total: Before=1900297, After=1896277, chg -0.21% Signed-off-by: Brian Ashworth --- fs/Kconfig | 1 + fs/Makefile| 3 +- fs/cifs/Kconfig| 1 + fs/ext2/Kconfig| 1