kernel-rt-5.14.0-148.rt21.148.el9
* Fri Aug 19 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-148.rt21.148.el9] - [rt] build kernel-rt-5.14.0-148.rt21.148.el9 [2061574] - arm64/sve: update sve_state variable (Scott Weaver) [2104174] - lockdown: also lock down previous kgdb use (Lenny Szubowicz) [2104751] {CVE-2022-21499} - perf build: Stop using __weak bpf_object__next_map() to handle older libbpf versions (Michael Petlan) [2102240] - perf build: Stop using __weak bpf_object__next_program() to handle older libbpf versions (Michael Petlan) [2102240] - scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injection (Nilesh Javali) [2106623] - vhost-vdpa: call vhost_vdpa_cleanup during the release (Eugenio Pérez) [1939367] - vdpasim: Off by one in vdpasim_set_group_asid() (Eugenio Pérez) [1939367] - vdpasim: allow to enable a vq repeatedly (Eugenio Pérez) [1939367] - vdpasim: control virtqueue support (Eugenio Pérez) [1939367] - vdpa_sim: filter destination mac address (Eugenio Pérez) [1939367] - vdpa_sim: factor out buffer completion logic (Eugenio Pérez) [1939367] - vdpa_sim: advertise VIRTIO_NET_F_MTU (Eugenio Pérez) [1939367] - vhost-vdpa: support ASID based IOTLB API (Eugenio Pérez) [1939367] - vhost-vdpa: introduce uAPI to set group ASID (Eugenio Pérez) [1939367] - vhost-vdpa: uAPI to get virtqueue group id (Eugenio Pérez) [1939367] - vhost-vdpa: introduce uAPI to get the number of address spaces (Eugenio Pérez) [1939367] - vhost-vdpa: introduce uAPI to get the number of virtqueue groups (Eugenio Pérez) [1939367] - vhost-vdpa: introduce asid based IOTLB (Eugenio Pérez) [1939367] - vhost: support ASID in IOTLB API (Eugenio Pérez) [1939367] - vhost_iotlb: split out IOTLB initialization (Eugenio Pérez) [1939367] - vdpa: introduce config operations for associating ASID to a virtqueue group (Eugenio Pérez) [1939367] - vdpa: multiple address spaces support (Eugenio Pérez) [1939367] - vdpa: introduce virtqueue groups (Eugenio Pérez) [1939367] - vhost-vdpa: switch to use vhost-vdpa specific IOTLB (Eugenio Pérez) [1939367] - vhost-vdpa: passing iotlb to IOMMU mapping helpers (Eugenio Pérez) [1939367] - virtio-vdpa: don't set callback if virtio doesn't need it (Eugenio Pérez) [1939367] - vhost: move the backend feature bits to vhost_types.h (Eugenio Pérez) [1939367] - fs: dlm: change posix lock sigint handling (Alexander Aring) [2088518] - fs: dlm: use dlm_plock_info for do_unlock_close (Alexander Aring) [2088518] - fs: dlm: change plock interrupted message to debug again (Alexander Aring) [2088518] - fs: dlm: add pid to debug log (Alexander Aring) [2088518] - fs: dlm: plock use list_first_entry (Alexander Aring) [2088518] - dlm: replace usage of found with dedicated list iterator variable (Alexander Aring) [2088518] - dlm: move global to static inits (Alexander Aring) [2088518] - dlm: remove unnecessary INIT_LIST_HEAD() (Alexander Aring) [2088518] - dlm: improve plock logging if interrupted (Alexander Aring) [2088518] - dlm: rearrange async condition return (Alexander Aring) [2088518] - dlm: cleanup plock_op vs plock_xop (Alexander Aring) [2088518] - dlm: replace sanity checks with WARN_ON (Alexander Aring) [2088518] - fs: dlm: make dlm_callback_resume quite (Alexander Aring) [2009423] Resolves: rhbz#2061574, rhbz#2104751, rhbz#2104174 Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
parent
b67baa24a4
commit
c4448975a4
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 147
|
||||
RHEL_RELEASE = 148
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
||||
endif
|
||||
endif
|
||||
|
||||
RTBUILD:=.147
|
||||
RTBUILD:=.148
|
||||
|
55
kernel.spec
55
kernel.spec
@ -121,13 +121,13 @@ Summary: The Linux kernel
|
||||
%define kversion 5.14
|
||||
|
||||
%define rpmversion 5.14.0
|
||||
%define pkgrelease 147.rt21.147.el9
|
||||
%define pkgrelease 148.rt21.148.el9
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 147.rt21.147%{?buildid}%{?dist}
|
||||
%define specrelease 148.rt21.148%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
@ -612,7 +612,7 @@ BuildRequires: sparse
|
||||
BuildRequires: zlib-devel binutils-devel newt-devel perl(ExtUtils::Embed) bison flex xz-devel
|
||||
BuildRequires: audit-libs-devel
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: libbpf-devel
|
||||
BuildRequires: libbpf-devel >= 0.6.0-1
|
||||
BuildRequires: libbabeltrace-devel
|
||||
BuildRequires: libtraceevent-devel
|
||||
%ifnarch %{arm} s390x
|
||||
@ -707,7 +707,7 @@ BuildRequires: lld
|
||||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.14.0-147.rt21.147.el9.tar.xz
|
||||
Source0: linux-5.14.0-148.rt21.148.el9.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -1422,8 +1422,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.14.0-147.rt21.147.el9 -c
|
||||
mv linux-5.14.0-147.rt21.147.el9 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.14.0-148.rt21.148.el9 -c
|
||||
mv linux-5.14.0-148.rt21.148.el9 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -3147,6 +3147,49 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Aug 19 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-148.rt21.148.el9]
|
||||
- [rt] build kernel-rt-5.14.0-148.rt21.148.el9 [2061574]
|
||||
- arm64/sve: update sve_state variable (Scott Weaver) [2104174]
|
||||
- lockdown: also lock down previous kgdb use (Lenny Szubowicz) [2104751] {CVE-2022-21499}
|
||||
- perf build: Stop using __weak bpf_object__next_map() to handle older libbpf versions (Michael Petlan) [2102240]
|
||||
- perf build: Stop using __weak bpf_object__next_program() to handle older libbpf versions (Michael Petlan) [2102240]
|
||||
- scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injection (Nilesh Javali) [2106623]
|
||||
- vhost-vdpa: call vhost_vdpa_cleanup during the release (Eugenio Pérez) [1939367]
|
||||
- vdpasim: Off by one in vdpasim_set_group_asid() (Eugenio Pérez) [1939367]
|
||||
- vdpasim: allow to enable a vq repeatedly (Eugenio Pérez) [1939367]
|
||||
- vdpasim: control virtqueue support (Eugenio Pérez) [1939367]
|
||||
- vdpa_sim: filter destination mac address (Eugenio Pérez) [1939367]
|
||||
- vdpa_sim: factor out buffer completion logic (Eugenio Pérez) [1939367]
|
||||
- vdpa_sim: advertise VIRTIO_NET_F_MTU (Eugenio Pérez) [1939367]
|
||||
- vhost-vdpa: support ASID based IOTLB API (Eugenio Pérez) [1939367]
|
||||
- vhost-vdpa: introduce uAPI to set group ASID (Eugenio Pérez) [1939367]
|
||||
- vhost-vdpa: uAPI to get virtqueue group id (Eugenio Pérez) [1939367]
|
||||
- vhost-vdpa: introduce uAPI to get the number of address spaces (Eugenio Pérez) [1939367]
|
||||
- vhost-vdpa: introduce uAPI to get the number of virtqueue groups (Eugenio Pérez) [1939367]
|
||||
- vhost-vdpa: introduce asid based IOTLB (Eugenio Pérez) [1939367]
|
||||
- vhost: support ASID in IOTLB API (Eugenio Pérez) [1939367]
|
||||
- vhost_iotlb: split out IOTLB initialization (Eugenio Pérez) [1939367]
|
||||
- vdpa: introduce config operations for associating ASID to a virtqueue group (Eugenio Pérez) [1939367]
|
||||
- vdpa: multiple address spaces support (Eugenio Pérez) [1939367]
|
||||
- vdpa: introduce virtqueue groups (Eugenio Pérez) [1939367]
|
||||
- vhost-vdpa: switch to use vhost-vdpa specific IOTLB (Eugenio Pérez) [1939367]
|
||||
- vhost-vdpa: passing iotlb to IOMMU mapping helpers (Eugenio Pérez) [1939367]
|
||||
- virtio-vdpa: don't set callback if virtio doesn't need it (Eugenio Pérez) [1939367]
|
||||
- vhost: move the backend feature bits to vhost_types.h (Eugenio Pérez) [1939367]
|
||||
- fs: dlm: change posix lock sigint handling (Alexander Aring) [2088518]
|
||||
- fs: dlm: use dlm_plock_info for do_unlock_close (Alexander Aring) [2088518]
|
||||
- fs: dlm: change plock interrupted message to debug again (Alexander Aring) [2088518]
|
||||
- fs: dlm: add pid to debug log (Alexander Aring) [2088518]
|
||||
- fs: dlm: plock use list_first_entry (Alexander Aring) [2088518]
|
||||
- dlm: replace usage of found with dedicated list iterator variable (Alexander Aring) [2088518]
|
||||
- dlm: move global to static inits (Alexander Aring) [2088518]
|
||||
- dlm: remove unnecessary INIT_LIST_HEAD() (Alexander Aring) [2088518]
|
||||
- dlm: improve plock logging if interrupted (Alexander Aring) [2088518]
|
||||
- dlm: rearrange async condition return (Alexander Aring) [2088518]
|
||||
- dlm: cleanup plock_op vs plock_xop (Alexander Aring) [2088518]
|
||||
- dlm: replace sanity checks with WARN_ON (Alexander Aring) [2088518]
|
||||
- fs: dlm: make dlm_callback_resume quite (Alexander Aring) [2009423]
|
||||
|
||||
* Thu Aug 18 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-147.rt21.147.el9]
|
||||
- [rt] build kernel-rt-5.14.0-147.rt21.147.el9 [2061574]
|
||||
- RedHat: ASoC: SOF: Intel: do not enable IMR boot when resuming by default (Jaroslav Kysela) [2065578]
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||
SHA512 (linux-5.14.0-147.rt21.147.el9.tar.xz) = bbc61cfc390f9babcfd473c2ad69a93b4439b20e790ae5df437ed47fad3dd6c1868af529359d00e300c698a5610e25957c9117cbbc64dfc0d1ac6a532d264eae
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-147.rt21.147.el9.tar.bz2) = c36b09936b5f2233f039f19f0745c828f995c854810490e1a53c7dd7a5503e62f543dce0d2bdf55269b1dabbe13c15ca13c219232e36c60e72a3d60c536521d3
|
||||
SHA512 (kernel-kabi-dw-5.14.0-147.rt21.147.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||
SHA512 (linux-5.14.0-148.rt21.148.el9.tar.xz) = 2150ff099adea2d11e0bbe1880155bb3c7bb848baea03727f7d74237144528b9887a82efa5d2eba87b15c7209f58be92f70a460a2fff75689fe241aea8377476
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-148.rt21.148.el9.tar.bz2) = 57c486534d8a9d94edc08be5bdbb1ecc67ab6a57cf4fc8b29bf68c9fcb1b9b4d21a5e77a26ebf0aa5eee51a77a688390acc6b5d982cf9e3c0c6954fccebc9fde
|
||||
SHA512 (kernel-kabi-dw-5.14.0-148.rt21.148.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||
|
Loading…
Reference in New Issue
Block a user