diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2023-02-25 21:59:24 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2023-02-25 21:59:24 +0000 |
commit | 79ea63f0053904401021178d55dd4c364eeec131 (patch) | |
tree | 0d745596e01a2f4b31eb9c0107939e03544581c2 /NEWS | |
parent | 91689649656314b04f3dbee0415a9254eb1424dd (diff) | |
download | glibc-79ea63f0053904401021178d55dd4c364eeec131.tar.gz glibc-79ea63f0053904401021178d55dd4c364eeec131.tar.xz glibc-79ea63f0053904401021178d55dd4c364eeec131.zip |
hppa: Drop old parisc-specific MADV_* constants
The Linux kernel upstream commit 71bdea6f798b ("parisc: Align parisc MADV_XXX constants with all other architectures") dropped the parisc-specific MADV_* values in favour of the same constants as other architectures. In the same commit a wrapper was added which translates the old values to the standard MADV_* values to avoid breakage of existing programs. This upstream patch has been downported to all stable kernel trees as well. This patch now drops the parisc specific constants from glibc to allow newly compliled programs to use the standard MADV_* constants. v2: Added NEWS section, based on feedback from Florian Weimer Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 080a2060d4..6825780a7b 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,12 @@ Major new features: Deprecated and removed features, and other changes affecting compatibility: - [Add deprecations, removals and changes affecting compatibility here] +* In the Linux kernel for the hppa/parisc architecture some of the + MADV_XXX constants were changed to have the same values as the other + architectures. New programs compiled with this glibc version and which + use the madvise call will require at least Linux kernel version 6.2, + alternatively stable kernels from versions 6.1.6, 5.15.87, 5.10.163, + 5.4.228, 4.19.270 or 4.14.303. Changes to build and runtime requirements: |