On 11/29, Srikar Dronamraju wrote: > > I will apply your patches and test and let you know how it goes. (in a day > or two). Thanks! please note that 3/5 is wrong, I sent the updated version. Or you can add the fix below. Oleg. --- a/kernel/uprobes.c +++ b/kernel/uprobes.c @@ -1144,7 +1144,7 @@ bool __weak can_skip_xol(struct pt_regs *regs, struct uprobe *u) } static unsigned char -uprobe_xol_slots[UPROBES_XOL_SLOT_BYTES][NR_CPUS] __page_aligned_bss; +uprobe_xol_slots[NR_CPUS][UPROBES_XOL_SLOT_BYTES] __page_aligned_bss; void __weak set_xol_ip(struct pt_regs *regs) { -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>