SHA256
1
0
forked from pool/glibc

- Bump minimal kernel version to 4.3 to enable use of direct socketcalls

on x86-32 and s390x (bsc#1234713)

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=735
This commit is contained in:
Andreas Schwab 2025-02-27 09:23:58 +00:00 committed by Git OBS Bridge
parent 4a1755eb7b
commit 239a3794f8
2 changed files with 8 additions and 10 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 26 15:29:17 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Bump minimal kernel version to 4.3 to enable use of direct socketcalls
on x86-32 and s390x (bsc#1234713)
-------------------------------------------------------------------
Thu Feb 20 09:53:20 UTC 2025 - Andreas Schwab <schwab@suse.de>

View File

@ -157,17 +157,9 @@ ExclusiveArch: do_not_build
%define disable_assert 0
%define enable_stackguard_randomization 1
# glibc requires at least kernel 3.2
%define enablekernel 3.2
# Bump to 4.3 to enable use of direct socketcalls on x86-32 and s390x
%define enablekernel 4.3
# some architectures need a newer kernel
%ifarch ppc64le
%define enablekernel 3.10
%endif
%ifarch aarch64
%define enablekernel 3.7
%endif
%ifarch ia64
%define enablekernel 3.2.18
%endif
%ifarch riscv64
%define enablekernel 4.15
%endif