diff options
author | Linus Torvalds <[email protected]> | 2023-02-22 09:52:32 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2023-02-22 09:52:32 -0800 |
commit | f3dd0c53370e70c0f9b7e931bbec12916f3bb8cc (patch) | |
tree | 6bf82a6af666fce45243f3ad0a9c70463fa4a910 /tools/perf/scripts/python/Perf-Trace-Util | |
parent | 5b7c4cabbb65f5c469464da6c5f614cbd7f730f2 (diff) |
bpf: add missing header file include
Commit 74e19ef0ff80 ("uaccess: Add speculation barrier to
copy_from_user()") built fine on x86-64 and arm64, and that's the extent
of my local build testing.
It turns out those got the <linux/nospec.h> include incidentally through
other header files (<linux/kvm_host.h> in particular), but that was not
true of other architectures, resulting in build errors
kernel/bpf/core.c: In function ‘___bpf_prog_run’:
kernel/bpf/core.c:1913:3: error: implicit declaration of function ‘barrier_nospec’
so just make sure to explicitly include the proper <linux/nospec.h>
header file to make everybody see it.
Fixes: 74e19ef0ff80 ("uaccess: Add speculation barrier to copy_from_user()")
Reported-by: kernel test robot <[email protected]>
Reported-by: Viresh Kumar <[email protected]>
Reported-by: Huacai Chen <[email protected]>
Tested-by: Geert Uytterhoeven <[email protected]>
Tested-by: Dave Hansen <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions