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

lib/syscall_shim: Update syscall numbers to 6.8 #1385

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

Conversation

andreittr
Copy link
Contributor

Description of changes

This change adds numbers for new syscalls introduced since Linux 5.14, up to and including Linux 6.8.
No syscall implementations are actually included, this only makes syscall_shim recognize the syscall names & numbers.

Prerequisite checklist

  • Read the contribution guidelines regarding submitting new changes to the project;
  • Tested your changes against relevant architectures and platforms;
  • Ran the checkpatch.uk on your commit series before opening this PR;
  • Updated relevant documentation.

Base target

  • Architecture(s): [e.g. x86_64 or N/A]
  • Platform(s): [e.g. kvm, xen or N/A]
  • Application(s): [e.g. app-python3 or N/A]

Additional configuration

N/A

This change adds numbers for new syscalls introduced since Linux 5.14,
up to and including Linux 6.8.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
@andreittr andreittr requested a review from a team as a code owner April 16, 2024 13:47
@github-actions github-actions bot added area/lib Internal Unikraft Microlibrary lib/syscall_shim labels Apr 16, 2024
@andreittr andreittr marked this pull request as draft April 26, 2024 07:15
@andreittr andreittr marked this pull request as ready for review April 29, 2024 16:02
@andreittr andreittr added this to the v0.17.0 (Calypso) milestone Apr 29, 2024
@razvand razvand requested review from SerbanSo, StefanJum and csvancea and removed request for a team May 21, 2024 20:41
Copy link

@SerbanSo SerbanSo 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.

Reviewed-by: Serban Sorohan serban.sorohan@gmail.com

Copy link
Member

@csvancea csvancea left a comment

Choose a reason for hiding this comment

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

LGTM

Reviewed-by: Cosmin Vancea csvancea@gmail.com

Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

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

Reviewed-by: Stefan Jumarea stefanjumarea02@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/lib Internal Unikraft Microlibrary lib/syscall_shim
Projects
Status: 🏗 In Progress
Development

Successfully merging this pull request may close these issues.

None yet

5 participants