Re: [RFC 1/2] ns: introduce binfmt_misc namespace

2018-10-01 Thread Laurent Vivier
Le 01/10/2018 à 03:21, Greg KH a écrit : > On Mon, Oct 01, 2018 at 01:46:27AM +0200, Laurent Vivier wrote: >> Signed-off-by: Laurent Vivier >> --- > > I don't take patches without any changelog text, I don't know if other > maintainers are as nice. But for a new feature, you really should write

Re: [RFC 1/2] ns: introduce binfmt_misc namespace

2018-09-30 Thread Greg KH
On Mon, Oct 01, 2018 at 01:46:27AM +0200, Laurent Vivier wrote: > Signed-off-by: Laurent Vivier > --- I don't take patches without any changelog text, I don't know if other maintainers are as nice. But for a new feature, you really should write something... thanks, greg k-h

[RFC 1/2] ns: introduce binfmt_misc namespace

2018-09-30 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- fs/proc/namespaces.c | 3 + include/linux/binfmt_namespace.h | 51 +++ include/linux/nsproxy.h | 2 + include/linux/proc_ns.h | 2 + include/linux/user_namespace.h | 1 + include/uapi/linux/sched.h | 1 + i