[PR #33] Add missing syscall nrs. #64

Closed
opened 2026-01-31 21:29:36 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/qemu/qemu/pull/33

State: closed
Merged: No


Add missing syscall nrs. This updates the QEMU syscall tables to more recent Linux kernels.

This change covers arm, aarch64, mips. Others to follow?

The change was prompted by QEMU warning about a syscall 384 (get_random()) with Debian armhf binaries (ARMv7).

Am starting the pull request 'early' to get feed back (particularly on code/process issues I'm unaware of) before I invest more time chasing the updates across all arches. Especially since I can't seem to find x86_64 nrs in Torvalds's Linux tree.

**Original Pull Request:** https://github.com/qemu/qemu/pull/33 **State:** closed **Merged:** No --- Add missing syscall nrs. This updates the QEMU syscall tables to more recent Linux kernels. This change covers arm, aarch64, mips. Others to follow? The change was prompted by QEMU warning about a syscall 384 (get_random()) with Debian armhf binaries (ARMv7). Am starting the pull request 'early' to get feed back (particularly on code/process issues I'm unaware of) before I invest more time chasing the updates across all arches. Especially since I can't seem to find x86_64 nrs in Torvalds's Linux tree.
claunia added the pull-request label 2026-01-31 21:29:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#64