From 239a3794f82a5aa0add63746f72671f47c10253d7d05db272596450540dcf230 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 27 Feb 2025 09:23:58 +0000 Subject: [PATCH] - 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 --- glibc.changes | 6 ++++++ glibc.spec | 12 ++---------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/glibc.changes b/glibc.changes index dbe01c3..732fdb7 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 26 15:29:17 UTC 2025 - Andreas Schwab + +- 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 diff --git a/glibc.spec b/glibc.spec index bfa039b..82e3355 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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