Re: [PATCH] x86, um: actually mark system call tables readonly

2015-01-03 Thread Daniel Borkmann
On 01/03/2015 10:40 PM, Richard Weinberger wrote: ... I'll pick up this patch. Thanks a lot, Richard! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] x86, um: actually mark system call tables readonly

2015-01-03 Thread Richard Weinberger
Am 03.01.2015 um 13:11 schrieb Daniel Borkmann: > Commit a074335a370e ("x86, um: Mark system call tables readonly") was > supposed to mark the sys_call_table in UML as RO by adding the const, > but it doesn't have the desired effect as it's nevertheless being placed > into the data section since

[PATCH] x86, um: actually mark system call tables readonly

2015-01-03 Thread Daniel Borkmann
Commit a074335a370e ("x86, um: Mark system call tables readonly") was supposed to mark the sys_call_table in UML as RO by adding the const, but it doesn't have the desired effect as it's nevertheless being placed into the data section since __cacheline_aligned enforces sys_call_table being placed

[PATCH] x86, um: actually mark system call tables readonly

2015-01-03 Thread Daniel Borkmann
Commit a074335a370e (x86, um: Mark system call tables readonly) was supposed to mark the sys_call_table in UML as RO by adding the const, but it doesn't have the desired effect as it's nevertheless being placed into the data section since __cacheline_aligned enforces sys_call_table being placed

Re: [PATCH] x86, um: actually mark system call tables readonly

2015-01-03 Thread Richard Weinberger
Am 03.01.2015 um 13:11 schrieb Daniel Borkmann: Commit a074335a370e (x86, um: Mark system call tables readonly) was supposed to mark the sys_call_table in UML as RO by adding the const, but it doesn't have the desired effect as it's nevertheless being placed into the data section since

Re: [PATCH] x86, um: actually mark system call tables readonly

2015-01-03 Thread Daniel Borkmann
On 01/03/2015 10:40 PM, Richard Weinberger wrote: ... I'll pick up this patch. Thanks a lot, Richard! -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at