From 5a148ffe52026561d484e97de797b7b46874029f Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 8 Feb 2022 13:27:22 -0600 Subject: kernel-5.17-0.rc3.555f3d7be91a.90 * Tue Feb 08 2022 Fedora Kernel Team [5.17-0.rc3.555f3d7be91a.90] - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) - Workaround for gcc12 compile issues in ubcmd-util.h (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index baed3ec2d..ba5ed1e64 100755 --- a/kernel.spec +++ b/kernel.spec @@ -85,9 +85,9 @@ Summary: The Linux kernel # Set debugbuildsenabled to 0 to not build a separate debug kernel, but # to build the base kernel using the debug configuration. (Specifying # the --with-release option overrides this setting.) -%define debugbuildsenabled 1 +%define debugbuildsenabled 0 -%global distro_build 0.rc3.89 +%global distro_build 0.rc3.20220208git555f3d7be91a.90 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -132,13 +132,13 @@ Summary: The Linux kernel %define rpmversion 5.17.0 %define patchversion 5.17 -%define pkgrelease 0.rc3.89 +%define pkgrelease 0.rc3.20220208git555f3d7be91a.90 # This is needed to do merge window version magic %define patchlevel 17 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc3.89%{?buildid}%{?dist} +%define specrelease 0.rc3.20220208git555f3d7be91a.90%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -585,6 +585,9 @@ BuildRequires: net-tools, hostname, bc, elfutils-devel BuildRequires: dwarves BuildRequires: python3-devel BuildRequires: gcc-plugin-devel +# glibc-static is required for a consistent build environment (specifically +# CONFIG_CC_CAN_LINK_STATIC=y). +BuildRequires: glibc-static %ifnarch %{nobuildarches} noarch BuildRequires: bpftool %endif @@ -692,7 +695,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.17-rc3.tar.xz +Source0: linux-5.17-rc3-20-g555f3d7be91a.tar.xz Source1: Makefile.rhelver @@ -1388,8 +1391,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.17-rc3 -c -mv linux-5.17-rc3 linux-%{KVERREL} +%setup -q -n kernel-5.17-rc3-20-g555f3d7be91a -c +mv linux-5.17-rc3-20-g555f3d7be91a linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3002,10 +3005,16 @@ fi # # %changelog -* Mon Feb 07 2022 Fedora Kernel Team [5.17-0.rc3.89] +* Tue Feb 08 2022 Fedora Kernel Team [5.17-0.rc3.555f3d7be91a.90] - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) - Workaround for gcc12 compile issues in ubcmd-util.h (Justin M. Forbes) +* Tue Feb 08 2022 Fedora Kernel Team [5.17-0.rc3.555f3d7be91a.89] +- redhat/configs: Enable CONFIG_TEST_BPF (Viktor Malik) +- Enable KUNIT tests for testing (Nico Pache) +- Makefile: Check PKGRELEASE size on dist-brew targets (Prarit Bhargava) +- kernel.spec: Add glibc-static build requirement (Prarit Bhargava) + * Sat Feb 05 2022 Fedora Kernel Team [5.17-0.rc2.20220205git0457e5153e0e.86] - Enable iSER on s390x (Stefan Schulze Frielinghaus) -- cgit