Hi all, Today's linux-next merge of the tip tree got a conflict in: arch/x86/kernel/alternative.c between commits: ebebe30794d3 ("x86/ibt: Keep IBT disabled during alternative patching") 872df34d7c51 ("x86/its: Use dynamic thunks for indirect branches") from Linus' tree and commit: db5c68c88c07 ("x86/alternatives: Simplify the #include section") from the tip tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/x86/kernel/alternative.c index 48fd04e90114,ddbc303e41e3..000000000000 --- a/arch/x86/kernel/alternative.c +++ b/arch/x86/kernel/alternative.c @@@ -1,39 -1,14 +1,17 @@@ // SPDX-License-Identifier: GPL-2.0-only #define pr_fmt(fmt) "SMP alternatives: " fmt - #include - #include + #include #include - #include - #include - #include - #include - #include #include #include - #include - #include - #include - #include - #include - #include - #include +#include + #include - #include - #include - #include - #include - #include - #include #include - #include - #include - #include - #include - #include + #include +#include +#include int __read_mostly alternatives_patched;