]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita8af4bd11e8147838e8449c230d5c9682247e6e1
tree6ba964f258a4e54289e71a678c58ce7a3b3fb423
parentb2bd0e4532a4096bed16b585b74a49a01b623ced
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