Re: [PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-24 Thread Josh Triplett
On Mon, Nov 24, 2014 at 11:01:38AM +0100, Pieter Smith wrote: > On Sun, Nov 23, 2014 at 04:32:51PM -0800, Josh Triplett wrote: > > On Sun, Nov 23, 2014 at 07:28:10PM -0500, Jeff Layton wrote: > > > On Sun, 23 Nov 2014 15:36:37 -0800 > > > Josh Triplett wrote: > > > > > > > On Sun, Nov 23, 2014 at

Re: [PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-24 Thread Pieter Smith
On Sun, Nov 23, 2014 at 04:32:51PM -0800, Josh Triplett wrote: > On Sun, Nov 23, 2014 at 07:28:10PM -0500, Jeff Layton wrote: > > On Sun, 23 Nov 2014 15:36:37 -0800 > > Josh Triplett wrote: > > > > > On Sun, Nov 23, 2014 at 09:30:40PM +0100, Pieter Smith wrote: > > > > On Sun, Nov 23, 2014 at 11:

Re: [PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-24 Thread Josh Triplett
On Mon, Nov 24, 2014 at 09:38:20AM +0100, Geert Uytterhoeven wrote: > On Mon, Nov 24, 2014 at 12:36 AM, Josh Triplett wrote: > > On Sun, Nov 23, 2014 at 09:30:40PM +0100, Pieter Smith wrote: > >> On Sun, Nov 23, 2014 at 11:43:26AM -0800, Josh Triplett wrote: > >> > On Sun, Nov 23, 2014 at 01:46:23

Re: [PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-24 Thread Geert Uytterhoeven
On Mon, Nov 24, 2014 at 12:36 AM, Josh Triplett wrote: > On Sun, Nov 23, 2014 at 09:30:40PM +0100, Pieter Smith wrote: >> On Sun, Nov 23, 2014 at 11:43:26AM -0800, Josh Triplett wrote: >> > On Sun, Nov 23, 2014 at 01:46:23PM -0500, David Miller wrote: >> > > Truly removing sendfile/sendpage means

Re: [PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-23 Thread Josh Triplett
On Sun, Nov 23, 2014 at 07:28:10PM -0500, Jeff Layton wrote: > On Sun, 23 Nov 2014 15:36:37 -0800 > Josh Triplett wrote: > > > On Sun, Nov 23, 2014 at 09:30:40PM +0100, Pieter Smith wrote: > > > On Sun, Nov 23, 2014 at 11:43:26AM -0800, Josh Triplett wrote: > > > > On Sun, Nov 23, 2014 at 01:46:2

Re: [PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-23 Thread Jeff Layton
On Sun, 23 Nov 2014 15:36:37 -0800 Josh Triplett wrote: > On Sun, Nov 23, 2014 at 09:30:40PM +0100, Pieter Smith wrote: > > On Sun, Nov 23, 2014 at 11:43:26AM -0800, Josh Triplett wrote: > > > On Sun, Nov 23, 2014 at 01:46:23PM -0500, David Miller wrote: > > > > Truly removing sendfile/sendpage m

Re: [PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-23 Thread Josh Triplett
On Sun, Nov 23, 2014 at 09:30:40PM +0100, Pieter Smith wrote: > On Sun, Nov 23, 2014 at 11:43:26AM -0800, Josh Triplett wrote: > > On Sun, Nov 23, 2014 at 01:46:23PM -0500, David Miller wrote: > > > Truly removing sendfile/sendpage means that you can't even compile NFS > > > into the tree. > > > >

Re: [PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-23 Thread Pieter Smith
On Sun, Nov 23, 2014 at 11:43:26AM -0800, Josh Triplett wrote: > On Sun, Nov 23, 2014 at 01:46:23PM -0500, David Miller wrote: > > Truly removing sendfile/sendpage means that you can't even compile NFS > > into the tree. > > If you mean the in-kernel nfsd (CONFIG_NFSD), that already has a large >

Re: [PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-23 Thread Josh Triplett
On Sun, Nov 23, 2014 at 01:46:23PM -0500, David Miller wrote: > Truly removing sendfile/sendpage means that you can't even compile NFS > into the tree. If you mean the in-kernel nfsd (CONFIG_NFSD), that already has a large stack of "select" and "depends on", both directly and indirectly; adding a

Re: [PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-23 Thread David Miller
Truly removing sendfile/sendpage means that you can't even compile NFS into the tree. I cannot take this patch series seriously, sorry. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://v

[PATCH 0/6] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)

2014-11-23 Thread Pieter Smith
REPO: https://github.com/smipi1/linux-tinification.git BRANCH: tiny/config-syscall-splice BACKGROUND: This patch-set forms part of the Linux Kernel Tinification effort ( https://tiny.wiki.kernel.org/). GOAL: Support compiling out the splice family of syscalls (splice, vmsplice, tee and sendf