commit | a7ef9ba986b5fae9d80f8a7b31db0423687efe4e | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Mar 04 12:49:18 2020 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Jun 11 15:14:40 2020 +0200 |
tree | 9207e89fedc3c5918a5c99c76da192c66128bf9d | |
parent | 4983e5d74c821780d518232eea4acdc4a8f0b44d [diff] |
x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline Prevent the compiler from uninlining and creating traceable/probable functions as this is invoked _after_ context tracking switched to CONTEXT_USER and rcu idle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com> Acked-by: Peter Zijlstra <peterz@infradead.org> Link: https://lkml.kernel.org/r/20200505134340.902709267@linutronix.de