Files
android_kernel_xiaomi_sm8450/tools/include/linux
Peter Zijlstra 5b06fd3bb9 static_call: Handle tail-calls
GCC can turn our static_call(name)(args...) into a tail call, in which
case we get a JMP.d32 into the trampoline (which then does a further
tail-call).

Teach objtool to recognise and mark these in .static_call_sites and
adjust the code patching to deal with this.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/20200818135805.101186767@infradead.org
2020-09-01 09:58:06 +02:00
..
2020-02-04 03:05:26 +00:00
2020-07-08 10:48:35 -07:00
2020-07-21 13:26:26 -07:00
2019-06-08 13:42:13 -06:00
2015-08-25 09:44:22 +02:00
2018-09-10 13:48:23 +02:00
2019-03-12 10:04:03 -07:00