Re: [PATCH REPOST 1/5] thread_info: Port core code to use update_thread_flag() helpers

2018-05-13 Thread Oleg Nesterov
On 05/11, Dave Martin wrote: > > This patch ports a couple of relevant bits of the core kernel to > use the new update_thread_flag() helpers. > > No functional change. > > Signed-off-by: Dave Martin > Cc: Ingo Molnar > Cc: Peter Zijlstra

Re: [PATCH REPOST 1/5] thread_info: Port core code to use update_thread_flag() helpers

2018-05-13 Thread Oleg Nesterov
On 05/11, Dave Martin wrote: > > This patch ports a couple of relevant bits of the core kernel to > use the new update_thread_flag() helpers. > > No functional change. > > Signed-off-by: Dave Martin > Cc: Ingo Molnar > Cc: Peter Zijlstra > Cc: Steven Rostedt > Cc: Oleg Nesterov > --- >

Re: [PATCH REPOST 1/5] thread_info: Port core code to use update_thread_flag() helpers

2018-05-11 Thread Steven Rostedt
On Fri, 11 May 2018 16:05:00 +0100 Dave Martin wrote: > This patch ports a couple of relevant bits of the core kernel to > use the new update_thread_flag() helpers. > > No functional change. > > Signed-off-by: Dave Martin > Cc: Ingo Molnar

Re: [PATCH REPOST 1/5] thread_info: Port core code to use update_thread_flag() helpers

2018-05-11 Thread Steven Rostedt
On Fri, 11 May 2018 16:05:00 +0100 Dave Martin wrote: > This patch ports a couple of relevant bits of the core kernel to > use the new update_thread_flag() helpers. > > No functional change. > > Signed-off-by: Dave Martin > Cc: Ingo Molnar > Cc: Peter Zijlstra > Cc: Steven Rostedt > Cc:

[PATCH REPOST 1/5] thread_info: Port core code to use update_thread_flag() helpers

2018-05-11 Thread Dave Martin
This patch ports a couple of relevant bits of the core kernel to use the new update_thread_flag() helpers. No functional change. Signed-off-by: Dave Martin Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Steven Rostedt

[PATCH REPOST 1/5] thread_info: Port core code to use update_thread_flag() helpers

2018-05-11 Thread Dave Martin
This patch ports a couple of relevant bits of the core kernel to use the new update_thread_flag() helpers. No functional change. Signed-off-by: Dave Martin Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Steven Rostedt Cc: Oleg Nesterov --- include/trace/syscall.h | 6 ++ kernel/ptrace.c