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

Commits on Jul 22, 2024

  1. bcc/python: Fix get_syscall_prefix on riscv for linux-6.6

    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]>
    cp0613 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b33b1cf View commit details
    Browse the repository at this point in the history