On Thu, Feb 26, 2015 at 12:04 AM, Borislav Petkov <[email protected]> wrote: > On Wed, Feb 25, 2015 at 01:00:16AM +0100, Denys Vlasenko wrote: >> After TEST insn, JE actually performs "jump if zero", >> let's use JZ mnemonic instead. >> >> No code changes, but less confusion. >> >> Signed-off-by: Denys Vlasenko <[email protected]> >> CC: Linus Torvalds <[email protected]> >> CC: Steven Rostedt <[email protected]> >> CC: Ingo Molnar <[email protected]> >> CC: Borislav Petkov <[email protected]> >> CC: "H. Peter Anvin" <[email protected]> >> CC: Andy Lutomirski <[email protected]> >> CC: Oleg Nesterov <[email protected]> >> CC: Frederic Weisbecker <[email protected]> >> CC: Alexei Starovoitov <[email protected]> >> CC: Will Drewry <[email protected]> >> CC: Kees Cook <[email protected]> >> CC: [email protected] >> CC: [email protected] >> --- >> arch/x86/kernel/entry_64.S | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Acked-by: Borislav Petkov <[email protected]>
Andy, please don't take this patch yet, there are about a dozen more instances of TEST which need similar treatment. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

