kernel-rt-5.14.0-161.rt21.161.el9
* Fri Sep 02 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-161.rt21.161.el9] - [rt] build kernel-rt-5.14.0-161.rt21.161.el9 [2061574] - x86/ftrace: Use alternative RET encoding (Joe Lawrence) [2121368] - x86/ibt,ftrace: Make function-graph play nice (Joe Lawrence) [2121368] - x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch() (Joe Lawrence) [2121368] - x86/text-patching: Make text_gen_insn() play nice with ANNOTATE_NOENDBR (Joe Lawrence) [2121368] - redhat: remove GL_DISTGIT_USER, RHDISTGIT and unify dist-git cloning (Frantisek Hrbata) - random: allow reseeding DRBG with getrandom (Daiki Ueno) [2114854] Resolves: rhbz#2061574 Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
parent
b897004e94
commit
e15a49b8c9
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 160
|
RHEL_RELEASE = 161
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
RTBUILD:=.160
|
RTBUILD:=.161
|
||||||
|
19
kernel.spec
19
kernel.spec
@ -121,13 +121,13 @@ Summary: The Linux kernel
|
|||||||
%define kversion 5.14
|
%define kversion 5.14
|
||||||
|
|
||||||
%define rpmversion 5.14.0
|
%define rpmversion 5.14.0
|
||||||
%define pkgrelease 160.rt21.160.el9
|
%define pkgrelease 161.rt21.161.el9
|
||||||
|
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
|
|
||||||
# allow pkg_release to have configurable %%{?dist} tag
|
# allow pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 160.rt21.160%{?buildid}%{?dist}
|
%define specrelease 161.rt21.161%{?buildid}%{?dist}
|
||||||
|
|
||||||
%define pkg_release %{specrelease}
|
%define pkg_release %{specrelease}
|
||||||
|
|
||||||
@ -707,7 +707,7 @@ BuildRequires: lld
|
|||||||
# exact git commit you can run
|
# exact git commit you can run
|
||||||
#
|
#
|
||||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||||
Source0: linux-5.14.0-160.rt21.160.el9.tar.xz
|
Source0: linux-5.14.0-161.rt21.161.el9.tar.xz
|
||||||
|
|
||||||
Source1: Makefile.rhelver
|
Source1: Makefile.rhelver
|
||||||
|
|
||||||
@ -1422,8 +1422,8 @@ ApplyOptionalPatch()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n kernel-5.14.0-160.rt21.160.el9 -c
|
%setup -q -n kernel-5.14.0-161.rt21.161.el9 -c
|
||||||
mv linux-5.14.0-160.rt21.160.el9 linux-%{KVERREL}
|
mv linux-5.14.0-161.rt21.161.el9 linux-%{KVERREL}
|
||||||
|
|
||||||
cd linux-%{KVERREL}
|
cd linux-%{KVERREL}
|
||||||
cp -a %{SOURCE1} .
|
cp -a %{SOURCE1} .
|
||||||
@ -3147,6 +3147,15 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 02 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-161.rt21.161.el9]
|
||||||
|
- [rt] build kernel-rt-5.14.0-161.rt21.161.el9 [2061574]
|
||||||
|
- x86/ftrace: Use alternative RET encoding (Joe Lawrence) [2121368]
|
||||||
|
- x86/ibt,ftrace: Make function-graph play nice (Joe Lawrence) [2121368]
|
||||||
|
- x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch() (Joe Lawrence) [2121368]
|
||||||
|
- x86/text-patching: Make text_gen_insn() play nice with ANNOTATE_NOENDBR (Joe Lawrence) [2121368]
|
||||||
|
- redhat: remove GL_DISTGIT_USER, RHDISTGIT and unify dist-git cloning (Frantisek Hrbata)
|
||||||
|
- random: allow reseeding DRBG with getrandom (Daiki Ueno) [2114854]
|
||||||
|
|
||||||
* Thu Aug 25 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-160.rt21.160.el9]
|
* Thu Aug 25 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-160.rt21.160.el9]
|
||||||
- [rt] build kernel-rt-5.14.0-160.rt21.160.el9 [2061574]
|
- [rt] build kernel-rt-5.14.0-160.rt21.160.el9 [2061574]
|
||||||
- iavf: Fix VLAN_V2 addition/rejection (Ivan Vecera) [2119701]
|
- iavf: Fix VLAN_V2 addition/rejection (Ivan Vecera) [2119701]
|
||||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||||
SHA512 (linux-5.14.0-160.rt21.160.el9.tar.xz) = 285169fb36ccefbbd769f47c3edf192a79b7155934d5a5a51e48faa2bc0b04ecab705b8422940d9c663f86e48f724bb7933870d21e2fbb65b78a4561756d27de
|
SHA512 (linux-5.14.0-161.rt21.161.el9.tar.xz) = fffa8cc082ddf522fff0f26e5a13efd2f4189606c4454ac1a46fa810f9ff4ac06e1c6ce1d65af97b18b982d0a947bf060f123220a688ca978fa1c9bacd38f776
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-160.rt21.160.el9.tar.bz2) = 9dcc924a77745015a2003f89bdf5dc8fd3c75176558fd8d96711a8505b447433c43e57e330fb2665242fdbb77dfe71c1859a12056e4828448005a50bc5e8ad1e
|
SHA512 (kernel-abi-stablelists-5.14.0-161.rt21.161.el9.tar.bz2) = 1620755fb5757eb44a1d71b8f45d178bdd3dabfb1d04d58dd785f53852423a09b6c381269f233ab0dd87743489691f306d5111165c9526b939110b644e20badc
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-160.rt21.160.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
SHA512 (kernel-kabi-dw-5.14.0-161.rt21.161.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||||
|
Loading…
Reference in New Issue
Block a user