diff options
author | 2021-03-26 16:12:05 +0100 | |
---|---|---|
committer | 2021-04-02 12:43:19 +0200 | |
commit | a958c4fea768d2c378c89032ab41d38da2a24422 (patch) | |
tree | 3f4dc0aa66d5ccc6ca739bbb66d7d335d7a567d3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | objtool: Handle per arch retpoline naming (diff) | |
download | wireguard-linux-a958c4fea768d2c378c89032ab41d38da2a24422.tar.xz wireguard-linux-a958c4fea768d2c378c89032ab41d38da2a24422.zip |
objtool: Fix static_call list generation
Currently, objtool generates tail call entries in add_jump_destination()
but waits until validate_branch() to generate the regular call entries.
Move these to add_call_destination() for consistency.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Link: https://lkml.kernel.org/r/20210326151259.691529901@infradead.org
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions