commit | 006e1ced516d2bfd9db63a32b5dba3c2abf43b04 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jul 08 21:28:06 2020 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Jul 09 11:18:29 2020 +0200 |
tree | af48b2029b9b065d25f8afcca4079bb392883d2d | |
parent | bce9b042ec73e8662b8119d4ca47e7c78b20d0bf [diff] |
x86/entry: Mark check_user_regs() noinstr It's called from the non-instrumentable section. Fixes: c9c26150e61d ("x86/entry: Assert that syscalls are on the right stack") Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Andy Lutomirski <luto@kernel.org> Link: https://lkml.kernel.org/r/20200708192934.191497962@linutronix.de