|
|
|
@ -121,13 +121,13 @@ Summary: The Linux kernel
|
|
|
|
|
%define kversion 5.14
|
|
|
|
|
|
|
|
|
|
%define rpmversion 5.14.0
|
|
|
|
|
%define pkgrelease 162.22.2.rt21.186.el9_1
|
|
|
|
|
%define pkgrelease 162.23.1.rt21.186.el9_1
|
|
|
|
|
|
|
|
|
|
# This is needed to do merge window version magic
|
|
|
|
|
%define patchlevel 14
|
|
|
|
|
|
|
|
|
|
# allow pkg_release to have configurable %%{?dist} tag
|
|
|
|
|
%define specrelease 162.22.2.rt21.186%{?buildid}%{?dist}
|
|
|
|
|
%define specrelease 162.23.1.rt21.186%{?buildid}%{?dist}
|
|
|
|
|
|
|
|
|
|
%define pkg_release %{specrelease}
|
|
|
|
|
|
|
|
|
@ -706,7 +706,7 @@ BuildRequires: lld
|
|
|
|
|
# exact git commit you can run
|
|
|
|
|
#
|
|
|
|
|
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
|
|
|
|
Source0: linux-5.14.0-162.22.2.rt21.186.el9_1.tar.xz
|
|
|
|
|
Source0: linux-5.14.0-162.23.1.rt21.186.el9_1.tar.xz
|
|
|
|
|
|
|
|
|
|
Source1: Makefile.rhelver
|
|
|
|
|
|
|
|
|
@ -1421,8 +1421,8 @@ ApplyOptionalPatch()
|
|
|
|
|
fi
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
%setup -q -n kernel-5.14.0-162.22.2.rt21.186.el9_1 -c
|
|
|
|
|
mv linux-5.14.0-162.22.2.rt21.186.el9_1 linux-%{KVERREL}
|
|
|
|
|
%setup -q -n kernel-5.14.0-162.23.1.rt21.186.el9_1 -c
|
|
|
|
|
mv linux-5.14.0-162.23.1.rt21.186.el9_1 linux-%{KVERREL}
|
|
|
|
|
|
|
|
|
|
cd linux-%{KVERREL}
|
|
|
|
|
cp -a %{SOURCE1} .
|
|
|
|
@ -3146,11 +3146,14 @@ fi
|
|
|
|
|
#
|
|
|
|
|
#
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 16 2023 Lucas Zampieri <lzampier@redhat.com> [5.14.0-162.22.2.rt21.186.el9_1]
|
|
|
|
|
- [rt] build kernel-rt-5.14.0-162.22.2.rt21.186.el9_1 [2170460]
|
|
|
|
|
|
|
|
|
|
* Thu Mar 16 2023 Lucas Zampieri <lzampier@redhat.com> [5.14.0-162.22.2.rt21.186.el9_1]
|
|
|
|
|
- [rt] build kernel-rt-5.14.0-162.22.2.rt21.186.el9_1 [2170460]
|
|
|
|
|
* Fri Mar 24 2023 Patrick Talbert <ptalbert@redhat.com> [5.14.0-162.23.1.rt21.186.el9_1]
|
|
|
|
|
- [rt] build kernel-rt-5.14.0-162.23.1.rt21.186.el9_1 [2170460]
|
|
|
|
|
- ovl: fail on invalid uid/gid mapping at copy up (Miklos Szeredi) [2165353] {CVE-2023-0386}
|
|
|
|
|
- intel_idle: make SPR C1 and C1E be independent (David Arcari) [2168361]
|
|
|
|
|
- intel_idle: Add a new flag to initialize the AMX state (David Arcari) [2168361]
|
|
|
|
|
- x86/fpu: Add a helper to prepare AMX state for low-power CPU idle (David Arcari) [2168361]
|
|
|
|
|
- x86/insn: Add AMX instructions to the x86 instruction decoder (Michael Petlan) [2168361]
|
|
|
|
|
- futex: Resend potentially swallowed owner death notification (Rafael Aquini) [2168836]
|
|
|
|
|
- tun: avoid double free in tun_free_netdev (Jon Maloy) [2156376] {CVE-2022-4744}
|
|
|
|
|
|
|
|
|
|
* Thu Mar 09 2023 Patrick Talbert <ptalbert@redhat.com> [5.14.0-162.22.1.rt21.185.el9_1]
|
|
|
|
|