Re: [REVIEW][PATCH 11/15] userns: Teach trace to use from_kuid

2012-08-25 Thread Eric W. Biederman
Steven Rostedt writes: > On Sat, 2012-08-25 at 17:04 -0700, Eric W. Biederman wrote: >> - When tracing capture the kuid. >> - When displaying the data to user space convert the kuid into the >> user namespace of the process that opened the report file. >> > >> index 5c38c81..c9ace83 100644 >>

Re: [REVIEW][PATCH 11/15] userns: Teach trace to use from_kuid

2012-08-25 Thread Steven Rostedt
On Sat, 2012-08-25 at 17:04 -0700, Eric W. Biederman wrote: > - When tracing capture the kuid. > - When displaying the data to user space convert the kuid into the > user namespace of the process that opened the report file. > > index 5c38c81..c9ace83 100644 > --- a/kernel/trace/trace.c > +++ b

[REVIEW][PATCH 11/15] userns: Teach trace to use from_kuid

2012-08-25 Thread Eric W. Biederman
- When tracing capture the kuid. - When displaying the data to user space convert the kuid into the user namespace of the process that opened the report file. Cc: Steven Rostedt Cc: Frederic Weisbecker Cc: Ingo Molnar Signed-off-by: Eric W. Biederman --- init/Kconfig |1 - kern