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

RFE: update syscall table to v5.12-rc7 #321

Closed
wants to merge 2 commits into from

Conversation

pcmoore
Copy link
Member

@pcmoore pcmoore commented Apr 17, 2021

A routine update of the syscall table to v5.12-rc7. This needs to be merged into the main branch as well as backported into the release-2.5 branch.

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
Copy link
Member Author

pcmoore commented Apr 17, 2021

... backported into the release-2.5 branch.

Actually, the entire "src/syscalls.csv" file should be copied from the main branch into the release-2.5 branch.

@pcmoore
Copy link
Member Author

pcmoore commented Apr 17, 2021

Actually, the entire "src/syscalls.csv" file should be copied from the main branch into the release-2.5 branch.

Nevermind, that fails miserably due to the extra ABIs in main. It looks like the best approach is just to regenerate the syscall table in the release-2.5 branch. I'll send a separate PR for that.

@pcmoore pcmoore modified the milestones: v2.5.2, v2.6.0 Apr 17, 2021
Signed-off-by: Paul Moore <paul@paul-moore.com>
@pcmoore
Copy link
Member Author

pcmoore commented Apr 17, 2021

I also added a patch to fix the missing faccessat2() defines mentioned in issue #314.

@coveralls
Copy link

coveralls commented Apr 17, 2021

Coverage Status

Coverage increased (+0.04%) to 92.978% when pulling 6b504fd on pcmoore:working-syscall_update into 83da908 on seccomp:main.

Copy link
Member

@drakenclimber drakenclimber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks, @pcmoore

Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com>

@pcmoore
Copy link
Member Author

pcmoore commented Apr 28, 2021

Merged at de60727, closing.

@pcmoore pcmoore closed this Apr 28, 2021
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.

3 participants