[PR #6574] [MERGED] feature: add aarch64 syscalls #6069

Closed
opened 2026-05-05 10:50:09 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6574
Author: @AndreySV
Created: 12/19/2024
Status: Merged
Merged: 12/21/2024
Merged by: @kmk3

Base: masterHead: add-aarch64-support


📝 Commits (1)

  • 829382e feature: add aarch64 syscalls

📊 Changes

2 files changed (+320 additions, -0 deletions)

View changed files

src/include/syscall_aarch64.h (+318 -0)
📝 src/lib/syscall.c (+2 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6574 **Author:** [@AndreySV](https://github.com/AndreySV) **Created:** 12/19/2024 **Status:** ✅ Merged **Merged:** 12/21/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `add-aarch64-support` --- ### 📝 Commits (1) - [`829382e`](https://github.com/netblue30/firejail/commit/829382e59116260ce7fdfd26a1942478e83b8548) feature: add aarch64 syscalls ### 📊 Changes **2 files changed** (+320 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/include/syscall_aarch64.h` (+318 -0) 📝 `src/lib/syscall.c` (+2 -0) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:50:09 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6069
No description provided.