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

feature: add aarch64 syscalls #6574

Merged
merged 1 commit into from
Dec 21, 2024
Merged

Conversation

AndreySV
Copy link
Contributor

@AndreySV AndreySV commented Dec 19, 2024

syscall_aarch64.h was generated from 6.12 kernel headers using the
following commands:

awk '/__NR_/ { print "{ \"" gensub("__NR_", "", "g", $2) "\", " $3 " },"; }' \
  < unistd_64.h | grep -v 'syscalls'

Closes #5821.

@kmk3 kmk3 added the enhancement New feature request label Dec 19, 2024
@kmk3 kmk3 changed the title add aarch64 syscalls feature: add aarch64 syscalls Dec 19, 2024
@kmk3 kmk3 force-pushed the add-aarch64-support branch from c1ce039 to ef0744d Compare December 19, 2024 18:24
syscall_aarch64.h was generated from 6.12 kernel headers using the
following commands:

    awk '/__NR_/ { print "{ \"" gensub("__NR_", "", "g", $2) "\", " $3 " },"; }' \
      < unistd_64.h | grep -v 'syscalls'

Closes netblue30#5821.
@kmk3 kmk3 force-pushed the add-aarch64-support branch from ef0744d to 829382e Compare December 19, 2024 18:25
Copy link
Collaborator

@kmk3 kmk3 left a comment

Choose a reason for hiding this comment

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

Nicely done, thanks.

Misc: For future PRs, please use 4 leading spaces (instead of backticks) to
indent code blocks in the commit message to make them easier to spot in the
terminal.

@kmk3 kmk3 merged commit 508cd6a into netblue30:master Dec 21, 2024
13 checks passed
kmk3 added a commit that referenced this pull request Dec 21, 2024
kmk3 added a commit that referenced this pull request Jan 4, 2025
Commands used to update it:

    touch src/include/syscall_aarch64.h # potentially needed
    make syntax

This amends commit 508cd6a ("feature: add aarch64 syscalls (#6574)",
2024-12-21).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request
Projects
Status: Done (on RELNOTES)
Development

Successfully merging this pull request may close these issues.

No syscall table provided in firejail on ARM64 platform
2 participants