You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bcc: Use direct parameter assignment for syscall probe s390.
1. Commit fa697140f9a2 ("syscalls/x86: Use 'struct pt_regs' based
syscall calling convention for 64-bit syscalls") changed the raw
parameter passed to the syscall entry function from a list of
parameters supplied in user space to a single `pt_regs *` parameter
(ARCH_HAS_SYSCALL_WRAPPER)
2. But ARCH_HAS_SYSCALL_WRAPPER in s390 is not used for that purpose.
See commit a18f03cd89e9 ("s390: autogenerate compat syscall
wrappers")
3. Use direct parameter assignment assumption for s390 syscall probe
instead.
Signed-off-by: Sumanth Korikkar <[email protected]>
0 commit comments