Files
linux/tools
Peter Zijlstra f0bc12b848 objtool: Fix static_call list generation
[ Upstream commit a958c4fea7 ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-11-18 14:04:02 +01:00
..
2020-08-22 10:53:12 +01:00
2021-10-27 09:56:55 +02:00
2021-05-22 11:40:55 +02:00
2021-09-03 10:09:27 +02:00