x86/entry/64: Trace irqflags unconditionally as ON when returning to user space
authorThomas Gleixner <tglx@linutronix.de>
Sun, 8 Mar 2020 22:24:03 +0000 (23:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 10 Mar 2020 12:56:32 +0000 (13:56 +0100)
commit810f80a61be8c1d4a574082737f7a18c7459fa7b
tree6ba964f258a4e54289e71a678c58ce7a3b3fb423
parent74a4882d723a76cb3c72caf440ca5ef3f2bca6ab
x86/entry/64: Trace irqflags unconditionally as ON when returning to user space

User space cannot disable interrupts any longer so trace return to user space
unconditionally as IRQS_ON.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Link: https://lkml.kernel.org/r/20200308222609.314596327@linutronix.de
arch/x86/entry/entry_32.S
arch/x86/entry/entry_64.S