Hi all, Today's linux-next merge of the tip tree got a conflict in arch/x86/kernel/module.c between commit 5336377d6225959624146629ce3fc88ee8ecda3d ("modules: Fix module_bug_list list corruption race") from Linus' tree and commit d9f5ab7b1c0a520867af389bab5d5fcdbd0e407e ("jump label: x86 support") from the tip tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc arch/x86/kernel/module.c index 1c355c5,5399f58..0000000 --- a/arch/x86/kernel/module.c +++ b/arch/x86/kernel/module.c @@@ -239,7 -239,10 +239,10 @@@ int module_finalize(const Elf_Ehdr *hdr apply_paravirt(pseg, pseg + para->sh_size); } + /* make jump label nops */ + jump_label_apply_nops(me); + - return module_bug_finalize(hdr, sechdrs, me); + return 0; } void module_arch_cleanup(struct module *mod) -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html