x86/uaccess: Add ENDBR to __put_user_nocheck*()
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2121207 commit 7a00829f Author: Josh Poimboeuf <jpoimboe@redhat.com> Date: Mon Apr 18 09:50:24 2022 -0700 x86/uaccess: Add ENDBR to __put_user_nocheck*() The __put_user_nocheck*() inner labels are exported, so in keeping with the "allow exported functions to be indirectly called" policy, add ENDBR. Fixes: ed53a0d9 ("x86/alternative: Use .ibt_endbr_seal to seal indirect calls") Signed-off-by:Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by:
Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/207f02177a23031091d1a608de6049a9e5e8ff80.1650300597.git.jpoimboe@redhat.com Signed-off-by:
Joe Lawrence <joe.lawrence@redhat.com>
Please register or sign in to comment