Skip to content

std.Target: Bump minimum Linux kernel and glibc versions according to Debian LTS#23541

Merged
andrewrk merged 3 commits intoziglang:masterfrom
alexrp:linux-5.10
Apr 13, 2025
Merged

std.Target: Bump minimum Linux kernel and glibc versions according to Debian LTS#23541
andrewrk merged 3 commits intoziglang:masterfrom
alexrp:linux-5.10

Conversation

@alexrp
Copy link
Member

@alexrp alexrp commented Apr 11, 2025

Also fix #16606 which requires Linux 5.8+.

Release Notes

The Zig standard library and compiler now require Linux kernel version 5.10+ and glibc 2.31+. These are the versions provided by Debian LTS at the time of release.

alexrp added 3 commits April 11, 2025 21:10
This is the kernel in Debian LTS (bullseye).
This is the version in Debian LTS (bullseye).
Only the former has a flags parameter. It's only available in Linux 5.8+.

Closes #16606.
@alexrp alexrp requested a review from andrewrk April 11, 2025 19:20
@andrewrk andrewrk merged commit 2cb69e5 into ziglang:master Apr 13, 2025
16 of 18 checks passed
@alexrp alexrp deleted the linux-5.10 branch April 13, 2025 21:44
@alexrp alexrp added the release notes This PR should be mentioned in the release notes. label May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release notes This PR should be mentioned in the release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

faccessatZ on linux ignores flags, wrong syscall

2 participants