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

Wrong syscall names for s390_pci_mmio_read and s390_pci_mmio_write #5965

Closed
rusty-snake opened this issue Aug 20, 2023 · 0 comments · Fixed by #5976
Closed

Wrong syscall names for s390_pci_mmio_read and s390_pci_mmio_write #5965

rusty-snake opened this issue Aug 20, 2023 · 0 comments · Fixed by #5976
Labels
bug Something isn't working

Comments

@rusty-snake
Copy link
Collaborator

firejail/src/lib/syscall.c

Lines 1107 to 1112 in bfcf8bc

#ifdef SYS_s390_mmio_read
"s390_mmio_read,"
#endif
#ifdef SYS_s390_mmio_write
"s390_mmio_write"
#endif

Correct names are s390_pci_mmio_read and s390_pci_mmio_write.

@rusty-snake rusty-snake added the bug Something isn't working label Aug 20, 2023
topimiettinen added a commit to topimiettinen/firejail that referenced this issue Aug 26, 2023
kmk3 added a commit that referenced this issue Aug 30, 2023
@github-project-automation github-project-automation bot moved this to Done (on RELNOTES) in Release 0.9.74 Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done (on RELNOTES)
Development

Successfully merging a pull request may close this issue.

1 participant