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

cet: update map_shadow_stack syscall number due to kernel code update #112

Merged
merged 1 commit into from
Sep 6, 2023

Commits on Sep 6, 2023

  1. cet: update map_shadow_stack syscall number due to kernel code update

    User space SHSTK has been merged into Linux kernel main line:
    https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=df57721f9a63e8a1fb9b9b2e70de4aa4c7e0cd2e
    
    SHSTK syscall map_shadow_stack number is 453(not 451 or 452) in Linux mainline
    kernel:
    https://github.com/torvalds/linux/blob/0468be89b3fa5b9249cee1097f1d50314950a2df/arch/x86/entry/syscalls/syscall_64.tbl#L377
    All test kernel will follow the main line kernel, so update map_shadow_stack
    to 453 for future kernel tests.
    
    Signed-off-by: Pengfei Xu <[email protected]>
    xupengfe committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ae03e46 View commit details
    Browse the repository at this point in the history