diff options
author | Joey Gouly <[email protected]> | 2022-05-10 11:27:21 +0100 |
---|---|---|
committer | Will Deacon <[email protected]> | 2022-05-10 12:08:40 +0100 |
commit | 205f3991a273cac6008ef4db3d1c0dc54d14fb56 (patch) | |
tree | 8f1b3a2e24dc454f8bc719dcdeabb805bd2ab010 /tools/perf/scripts | |
parent | c35fe2a68f29a0bda15ae994154cacaae5f69791 (diff) |
arm64: vdso: fix makefile dependency on vdso.so
There is currently no dependency for vdso*-wrap.S on vdso*.so, which means that
you can get a build that uses a stale vdso*-wrap.o.
In commit a5b8ca97fbf8, the file that includes the vdso.so was moved and renamed
from arch/arm64/kernel/vdso/vdso.S to arch/arm64/kernel/vdso-wrap.S, when this
happened the Makefile was not updated to force the dependcy on vdso.so.
Fixes: a5b8ca97fbf8 ("arm64: do not descend to vdso directories twice")
Signed-off-by: Joey Gouly <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Vincenzo Frascino <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions