Re: [PATCH] security: tomoyo: simplify the gc kthread creation

2016-06-06 Thread James Morris
On Fri, 20 May 2016, Tetsuo Handa wrote: > Mike Danese wrote: > > The code is doing the equivalent of the kthread_run macro. > > > > Signed-off-by: Mike Danese > > Acked-by: Tetsuo Handa Applied to

Re: [PATCH] security: tomoyo: simplify the gc kthread creation

2016-06-06 Thread James Morris
On Fri, 20 May 2016, Tetsuo Handa wrote: > Mike Danese wrote: > > The code is doing the equivalent of the kthread_run macro. > > > > Signed-off-by: Mike Danese > > Acked-by: Tetsuo Handa Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next -- James

Re: [PATCH] security: tomoyo: simplify the gc kthread creation

2016-05-20 Thread Tetsuo Handa
Mike Danese wrote: > The code is doing the equivalent of the kthread_run macro. > > Signed-off-by: Mike Danese Acked-by: Tetsuo Handa > --- > security/tomoyo/gc.c | 9 ++--- > 1 file changed, 2 insertions(+), 7 deletions(-) > >

Re: [PATCH] security: tomoyo: simplify the gc kthread creation

2016-05-20 Thread Tetsuo Handa
Mike Danese wrote: > The code is doing the equivalent of the kthread_run macro. > > Signed-off-by: Mike Danese Acked-by: Tetsuo Handa > --- > security/tomoyo/gc.c | 9 ++--- > 1 file changed, 2 insertions(+), 7 deletions(-) > > diff --git a/security/tomoyo/gc.c b/security/tomoyo/gc.c >

[PATCH] security: tomoyo: simplify the gc kthread creation

2016-05-19 Thread Mike Danese
The code is doing the equivalent of the kthread_run macro. Signed-off-by: Mike Danese --- security/tomoyo/gc.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/security/tomoyo/gc.c b/security/tomoyo/gc.c index 986a6a7..540bc29 100644 ---

[PATCH] security: tomoyo: simplify the gc kthread creation

2016-05-19 Thread Mike Danese
The code is doing the equivalent of the kthread_run macro. Signed-off-by: Mike Danese --- security/tomoyo/gc.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/security/tomoyo/gc.c b/security/tomoyo/gc.c index 986a6a7..540bc29 100644 --- a/security/tomoyo/gc.c +++