“1da177e4c3f41524e886b7f1b8a0c1fc7321cac2”上不存在“arch/arm/include/asm/ptrace.h”
objtool: mem*() are not uaccess safe
For mysterious raisins I listed the new __asan_mem*() functions as being uaccess safe, this is giving objtool fails on KASAN builds because these functions call out to the actual __mem*() functions which are not marked uaccess safe. Removing it doesn't make the robots unhappy. Fixes: 69d4c0d3 ("entry, kasan, x86: Disallow overriding mem*() functions") Reported-by: N"Paul E. McKenney" <paulmck@kernel.org> Bisected-by: NJosh Poimboeuf <jpoimboe@kernel.org> Signed-off-by: NPeter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20230126182302.GA687063@paulmck-ThinkPad-P17-Gen-1
Showing
想要评论请 注册 或 登录