Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bcc/python: Fix get_syscall_prefix on riscv for linux-6.6 #5068

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

cp0613
Copy link
Contributor

@cp0613 cp0613 commented Jul 22, 2024

The upstream linux commit[1] implemented syscall wrappers. Currently get_syscall_prefix returns unmatched prefix.

The syscall wrappers generates three functions for each system call, one of them is __riscv_<compat_>sys_<name>.

So here it can be processed like x86/arm64.

[1] 08d0ce30e0e4 ("riscv: Implement syscall wrappers")

The upstream linux commit[1] implemented syscall wrappers. Currently
get_syscall_prefix returns unmatched prefix.

The syscall wrappers generates three functions for each system call,
one of them is __riscv_<compat_>sys_<name>.

So here it can be processed like x86/arm64.

[1] 08d0ce30e0e4 ("riscv: Implement syscall wrappers")

Signed-off-by: Chen Pei <[email protected]>
@yonghong-song yonghong-song merged commit d1a90d2 into iovisor:master Jul 28, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants