diff options
author | Peter Zijlstra <peterz@infradead.org> | 2023-01-30 17:21:02 +0300 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2023-02-11 13:18:08 +0300 |
commit | 443ed4c302fff6a26af980300463343a7adc9ee8 (patch) | |
tree | eefe3cc25998b96ac4b321a1d943b4db006a6d95 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 4d627628d7584f3d3add1d53342d0f01aa878e04 (diff) | |
download | linux-443ed4c302fff6a26af980300463343a7adc9ee8.tar.xz |
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: 69d4c0d32186 ("entry, kasan, x86: Disallow overriding mem*() functions")
Reported-by: "Paul E. McKenney" <paulmck@kernel.org>
Bisected-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20230126182302.GA687063@paulmck-ThinkPad-P17-Gen-1
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions