kernel-5.17-127
* Mon Mar 21 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-127] - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
a2b528f09e
commit
e8c8d8a5e1
16 changed files with 41 additions and 38 deletions
21
kernel.spec
21
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 0
|
||||
%define debugbuildsenabled 1
|
||||
|
||||
%global distro_build 0.rc8.20220318git551acdc3c3d2.125
|
||||
%global distro_build 128
|
||||
|
||||
%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.rc8.20220318git551acdc3c3d2.125
|
||||
%define pkgrelease 128
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 17
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc8.20220318git551acdc3c3d2.125%{?buildid}%{?dist}
|
||||
%define specrelease 128%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -695,7 +695,7 @@ BuildRequires: lld
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.17-rc8-45-g551acdc3c3d2.tar.xz
|
||||
Source0: linux-5.17.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1391,8 +1391,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.17-rc8-45-g551acdc3c3d2 -c
|
||||
mv linux-5.17-rc8-45-g551acdc3c3d2 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.17 -c
|
||||
mv linux-5.17 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -3019,7 +3019,11 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Mar 18 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc8.551acdc3c3d2.124]
|
||||
* Mon Mar 21 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-127]
|
||||
- mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long)
|
||||
|
||||
* Sat Mar 19 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc8.34e047aa16c0.124]
|
||||
- Enable net reference count trackers in all debug kernels (Jiri Benc)
|
||||
- redhat/Makefile: Reorganize variables (Prarit Bhargava)
|
||||
- redhat/Makefile: Add some descriptions (Prarit Bhargava)
|
||||
- redhat/Makefile: Move SNAPSHOT check (Prarit Bhargava)
|
||||
|
|
@ -3044,7 +3048,6 @@ fi
|
|||
- redhat/Makefile: Move HEAD to Makefile.variables. (Prarit Bhargava)
|
||||
- redhat: Combine Makefile and Makefile.common (Prarit Bhargava)
|
||||
- redhat/koji/Makefile: Decouple koji Makefile from Makefile.common (Prarit Bhargava)
|
||||
- mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long)
|
||||
|
||||
* Fri Mar 18 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc8.551acdc3c3d2.124]
|
||||
- Set CONFIG_SND_SOC_SOF_MT8195 for Fedora and turn on VDPA_SIM_BLOCK (Justin M. Forbes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue