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

BUG: update the syscall table to v5.12-rc7 #322

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

pcmoore
Copy link
Member

@pcmoore pcmoore commented Apr 17, 2021

Due to additional ABIs in main we can't do a simple backport or copy
of the syscall table so we are generating it directly in the
release-2.5 branch.

This patch also fixes the missing faccessat2() #defines in the
seccomp-syscalls.h header file.

Signed-off-by: Paul Moore paul@paul-moore.com

Due to additional ABIs in main we can't do a simple backport or copy
of the syscall table so we are generating it directly in the
release-2.5 branch.

This patch also fixes the missing faccessat2() #defines in the
seccomp-syscalls.h header file.

Signed-off-by: Paul Moore <paul@paul-moore.com>
@pcmoore pcmoore added this to the v2.5.2 milestone Apr 17, 2021
@pcmoore pcmoore self-assigned this Apr 17, 2021
@pcmoore pcmoore changed the title RFE: update the syscall table to v5.12-rc7 BUG: update the syscall table to v5.12-rc7 Apr 17, 2021
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 92.997% when pulling c56a00f on pcmoore:working-release_25 into b926e5a on seccomp:release-2.5.

@pcmoore pcmoore merged commit c56a00f into seccomp:release-2.5 Apr 28, 2021
@pcmoore
Copy link
Member Author

pcmoore commented Apr 28, 2021

@drakenclimber given you ok'd the same fixes for the main branch I'm going to assume this also looks good to you, if not let me know and we can revert/fix.

Merged at c56a00f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Add support for the close_range() syscall BUG: add support for the faccessat2() syscall
2 participants