Re: [PATCH 08/11] x86: Move uaccess_err and sig_on_uaccess_err to thread_struct

2016-07-15 Thread Ingo Molnar
* Andy Lutomirski wrote: > thread_info is a legacy mess. To prepare for its partial removal, > move the uaccess control fields out -- they're straightforward. > > Signed-off-by: Andy Lutomirski > --- > arch/x86/entry/vsyscall/vsyscall_64.c | 6 +++--- >

Re: [PATCH 08/11] x86: Move uaccess_err and sig_on_uaccess_err to thread_struct

2016-07-15 Thread Ingo Molnar
* Andy Lutomirski wrote: > thread_info is a legacy mess. To prepare for its partial removal, > move the uaccess control fields out -- they're straightforward. > > Signed-off-by: Andy Lutomirski > --- > arch/x86/entry/vsyscall/vsyscall_64.c | 6 +++--- > arch/x86/include/asm/processor.h

[PATCH 08/11] x86: Move uaccess_err and sig_on_uaccess_err to thread_struct

2016-07-14 Thread Andy Lutomirski
thread_info is a legacy mess. To prepare for its partial removal, move the uaccess control fields out -- they're straightforward. Signed-off-by: Andy Lutomirski --- arch/x86/entry/vsyscall/vsyscall_64.c | 6 +++--- arch/x86/include/asm/processor.h | 3 +++

[PATCH 08/11] x86: Move uaccess_err and sig_on_uaccess_err to thread_struct

2016-07-14 Thread Andy Lutomirski
thread_info is a legacy mess. To prepare for its partial removal, move the uaccess control fields out -- they're straightforward. Signed-off-by: Andy Lutomirski --- arch/x86/entry/vsyscall/vsyscall_64.c | 6 +++--- arch/x86/include/asm/processor.h | 3 +++