kernel-5.17-0.rc3.f1baf68e1383.93
* Fri Feb 11 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc3.f1baf68e1383.93] - 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 <jforbes@fedoraproject.org>
This commit is contained in:
parent
a87a12aefe
commit
3e29b41196
13 changed files with 38 additions and 35 deletions
17
kernel.spec
17
kernel.spec
|
|
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
%global distro_build 0.rc3.20220210gitf4bc5bbb5fef.92
|
||||
%global distro_build 0.rc3.20220211gitf1baf68e1383.93
|
||||
|
||||
%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.20220210gitf4bc5bbb5fef.92
|
||||
%define pkgrelease 0.rc3.20220211gitf1baf68e1383.93
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 17
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc3.20220210gitf4bc5bbb5fef.92%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc3.20220211gitf1baf68e1383.93%{?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-rc3-43-gf4bc5bbb5fef.tar.xz
|
||||
Source0: linux-5.17-rc3-116-gf1baf68e1383.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1391,8 +1391,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.17-rc3-43-gf4bc5bbb5fef -c
|
||||
mv linux-5.17-rc3-43-gf4bc5bbb5fef linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.17-rc3-116-gf1baf68e1383 -c
|
||||
mv linux-5.17-rc3-116-gf1baf68e1383 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -3005,10 +3005,13 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Feb 10 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc3.f4bc5bbb5fef.92]
|
||||
* Fri Feb 11 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc3.f1baf68e1383.93]
|
||||
- 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)
|
||||
|
||||
* Fri Feb 11 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc3.f1baf68e1383.92]
|
||||
- Cleanup 'disabled' config options for RHEL (Prarit Bhargava)
|
||||
|
||||
* Thu Feb 10 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc3.f4bc5bbb5fef.91]
|
||||
- redhat: move CONFIG_ARM64_MTE to aarch64 config directory (Herton R. Krzesinski)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue