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 __cacheline_aligned enforces sys_call_table > being placed into .data..cacheline_aligned instead. We need to use > the ____cacheline_aligned version instead to fix this issue.
__ vs. ___ oh my... I'll pick up this patch. Thanks a lot Daniel! //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 http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/