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

interfaces/seccomp/template: allow epoll_pwait2 in the base template #14885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bboozzoo
Copy link
Contributor

@bboozzoo bboozzoo commented Dec 19, 2024

Add epoll_pwait2 in the base template. The syscall has been available since 5.11 (early 2021).

Reported in the forum: https://forum.snapcraft.io/t/epoll-works-on-core20-but-fails-on-core22/44347

Some context: https://kernelnewbies.org/Linux_5.11#Add_epoll_pwait2.282.29_syscall_for_higher_resolution_waits

Thanks for helping us make a better snapd!
Have you signed the license agreement and read the contribution guide?

Add epoll_pwait2 in the base template. The syscall has been available
since 5.11 (early 2021).

Signed-off-by: Maciej Borzecki <[email protected]>
@bboozzoo bboozzoo added this to the 2.67.1 milestone Dec 19, 2024
Copy link
Contributor

@zyga zyga left a comment

Choose a reason for hiding this comment

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

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.27%. Comparing base (24a0034) to head (c944f75).
Report is 72 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #14885      +/-   ##
==========================================
+ Coverage   78.20%   78.27%   +0.06%     
==========================================
  Files        1151     1143       -8     
  Lines      151396   152192     +796     
==========================================
+ Hits       118402   119122     +720     
- Misses      25662    25720      +58     
- Partials     7332     7350      +18     
Flag Coverage Δ
unittests 78.27% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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