All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Ashworth <bosrsf04@gmail.com>
To: Alexander Viro <viro@zeniv.linux.org.uk>,
	Steve French <sfrench@samba.org>, Jan Kara <jack@suse.com>,
	Jaegeuk Kim <jaegeuk@kernel.org>, Chao Yu <yuchao0@huawei.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Phillip Lougher <phillip@squashfs.org.uk>,
	Mimi Zohar <zohar@linux.vnet.ibm.com>,
	James Morris <james.l.morris@oracle.com>,
	"Serge E . Hallyn" <serge@hallyn.com>,
	Andreas Gruenbacher <agruenba@redhat.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	"David S . Miller" <davem@davemloft.net>,
	Ingo Molnar <mingo@kernel.org>, Andy Lutomirski <luto@kernel.org>,
	Thomas Garnier <thgarnie@google.com>,
	"Paul E . McKenney" <paulmck@linux.vnet.ibm.com>,
	Petr Mladek <pmladek@suse.com>,
	Nicolas Pitre <nicolas.pitre@linaro.org>,
	Tejun Heo <tj@kernel.org>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>,
	Helge Deller <deller@gmx.de>, Rik van Riel <riel@redhat.com>,
	"seokhoon . yoon" <iamyooon@gmail.com>,
	Dave Hansen <dave.hansen@intel.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Cc: Josh Triplett <josh@joshtriplett.org>,
	Conor Curry <conorcurry@gmail.com>,
	William Kurek <brkkurek192@gmail.com>,
	Zach Romitz <fanofbond138@gmail.com>,
	Brian Ashworth <bosrsf04@gmail.com>
Subject: [PATCH 0/1] fs: Allows for xattr support to be compiled out
Date: Tue, 11 Apr 2017 18:47:16 -0400	[thread overview]
Message-ID: <cover.1491866408.git.bosrsf04@gmail.com> (raw)

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 for xattr support to be compiled out

 fs/Kconfig                     |   1 +
 fs/Makefile                    |   3 +-
 fs/cifs/Kconfig                |   1 +
 fs/ext2/Kconfig                |   1 +
 fs/f2fs/Kconfig                |   1 +
 fs/jffs2/Kconfig               |   1 +
 fs/reiserfs/Kconfig            |   1 +
 fs/squashfs/Kconfig            |   1 +
 fs/xattr.c                     |  24 --------
 include/linux/xattr.h          | 126 ++++++++++++++++++++++++++++++++++++++++-
 init/Kconfig                   |  11 ++++
 kernel/sys_ni.c                |  12 ++++
 security/integrity/evm/Kconfig |   1 +
 13 files changed, 157 insertions(+), 27 deletions(-)

-- 
2.12.2

             reply	other threads:[~2017-04-11 22:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-11 22:47 Brian Ashworth [this message]
2017-04-11 22:47 ` [PATCH 1/1] fs: Allows for xattr support to be compiled out Brian Ashworth
2017-04-11 22:47 ` Brian Ashworth
2017-04-12 15:03   ` Andreas Grünbacher
2017-04-21 14:18   ` kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2017-04-11 22:47 [PATCH 0/1] " Brian Ashworth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1491866408.git.bosrsf04@gmail.com \
    --to=bosrsf04@gmail.com \
    --cc=agruenba@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=bigeasy@linutronix.de \
    --cc=brkkurek192@gmail.com \
    --cc=conorcurry@gmail.com \
    --cc=dave.hansen@intel.com \
    --cc=davem@davemloft.net \
    --cc=deller@gmx.de \
    --cc=dwmw2@infradead.org \
    --cc=fanofbond138@gmail.com \
    --cc=iamyooon@gmail.com \
    --cc=jack@suse.com \
    --cc=jaegeuk@kernel.org \
    --cc=james.l.morris@oracle.com \
    --cc=josh@joshtriplett.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=mingo@kernel.org \
    --cc=nicolas.pitre@linaro.org \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=phillip@squashfs.org.uk \
    --cc=pmladek@suse.com \
    --cc=riel@redhat.com \
    --cc=serge@hallyn.com \
    --cc=sergey.senozhatsky@gmail.com \
    --cc=sfrench@samba.org \
    --cc=tglx@linutronix.de \
    --cc=thgarnie@google.com \
    --cc=tj@kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    --cc=yuchao0@huawei.com \
    --cc=zohar@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.