Re: [PATCH 4/5] x86: Use generic compat audit code

2015-03-04 Thread David Drysdale
On Wed, Mar 4, 2015 at 6:39 AM, Brian Gerst wrote: > > On Wed, Mar 4, 2015 at 12:14 AM, Ingo Molnar wrote: > > > > * Brian Gerst wrote: > > > >> Use the generic compat syscall audit code instead of an x86 specific > >> implementation. > >> > >> Signed-off-by: Brian Gerst > >> --- > >> arch/x86

Re: [PATCH 4/5] x86: Use generic compat audit code

2015-03-03 Thread Ingo Molnar
* Brian Gerst wrote: > On Wed, Mar 4, 2015 at 12:14 AM, Ingo Molnar wrote: > > > > * Brian Gerst wrote: > > > >> Use the generic compat syscall audit code instead of an x86 specific > >> implementation. > >> > >> Signed-off-by: Brian Gerst > >> --- > >> arch/x86/Kconfig| 5 +

Re: [PATCH 4/5] x86: Use generic compat audit code

2015-03-03 Thread Brian Gerst
On Wed, Mar 4, 2015 at 12:14 AM, Ingo Molnar wrote: > > * Brian Gerst wrote: > >> Use the generic compat syscall audit code instead of an x86 specific >> implementation. >> >> Signed-off-by: Brian Gerst >> --- >> arch/x86/Kconfig| 5 +-- >> arch/x86/ia32/Makefile | 3

Re: [PATCH 4/5] x86: Use generic compat audit code

2015-03-03 Thread Ingo Molnar
* Brian Gerst wrote: > Use the generic compat syscall audit code instead of an x86 specific > implementation. > > Signed-off-by: Brian Gerst > --- > arch/x86/Kconfig| 5 +-- > arch/x86/ia32/Makefile | 3 -- > arch/x86/ia32/audit.c | 43

[PATCH 4/5] x86: Use generic compat audit code

2015-03-03 Thread Brian Gerst
Use the generic compat syscall audit code instead of an x86 specific implementation. Signed-off-by: Brian Gerst --- arch/x86/Kconfig| 5 +-- arch/x86/ia32/Makefile | 3 -- arch/x86/ia32/audit.c | 43 - arch/x86/include/asm/unistd32.h | 2