summaryrefslogtreecommitdiff
path: root/certs
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2023-02-01 11:04:25 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2023-02-10 22:17:34 +1100
commitd084dcf256bc4565b4b1af9b00297ac7b51c7049 (patch)
treefe3f57b038e43029822b10bab7df63833295b13a /certs
parent6376ed8feca829039d31a208216b958f0e439d87 (diff)
powerpc/bpf/32: Only set a stack frame when necessary
Until now a stack frame was set at all time due to the need to keep tail call counter in the stack. But since commit 89d21e259a94 ("powerpc/bpf/32: Fix Oops on tail call tests") the tail call counter is passed via register r4. It is therefore not necessary anymore to have a stack frame for that. Just like PPC64, implement bpf_has_stack_frame() and only sets the frame when needed. The difference with PPC64 is that PPC32 doesn't have a redzone, so the stack is required as soon as non volatile registers are used or when tail call count is set up. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> [mpe: Fix commit reference in change log] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/62d7b654a3cfe73d998697cb29bbc5ffd89bfdb1.1675245773.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions