kernel-rt-5.14.0-150.rt21.150.el9
* Sat Aug 20 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-150.rt21.150.el9] - [rt] build kernel-rt-5.14.0-150.rt21.150.el9 [2061574] - CI: Switch to c9s container image on quay.io (Michael Hofmann) - KVM: x86: nSVM: implement nested LBR virtualization (Emanuele Giuseppe Esposito) [2079722] - KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running (Emanuele Giuseppe Esposito) [2079722] - kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense (Emanuele Giuseppe Esposito) [2079722] - KVM: x86: nSVM: implement nested VMLOAD/VMSAVE (Emanuele Giuseppe Esposito) [2079722] - nfs: only issue commit in DIO codepath if we have uncommitted data (Jeffrey Layton) [2028370] - nfs: always check dreq->error after a commit (Jeffrey Layton) [2028370] - nfs: add new nfs_direct_req tracepoint events (Jeffrey Layton) [2028370] - nfsd: eliminate the NFSD_FILE_BREAK_* flags (Jeffrey Layton) [2107360] - NFSD: Clean up the show_nf_flags() macro (Jeffrey Layton) [2107360] - vmxnet3: do not reschedule napi for rx processing (Kamal Heib) [2115062] - Revert "ACPI: APEI: explicit init of HEST and GHES in apci_init()" (Mark Langsdorf) [2115261] - Revert "ACPI: APEI: rename ghes_init() with an "acpi_" prefix" (Mark Langsdorf) [2115261] - KVM: selftests: Disable rseq_test for all architectures (Gavin Shan) [2116654] - mm: Fix CVE-2022-2590 by reverting "mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte" (David Hildenbrand) [2116179] {CVE-2022-2590} - scsi: megaraid: Clear READ queue map's nr_queues (Tomas Henzl) [2103830] - SUNRPC release the transport of a relocated task with an assigned transport (Scott Mayhew) [2069732] - SUNRPC don't resend a task on an offlined transport (Scott Mayhew) [2069732] - Documentation: Describe net.ipv4.tcp_reflect_tos. (Guillaume Nault) [2070198] - drm/amd/display: Fix new dmub notification enabling in DM (Mika Penttilä) [2107633] - sfc: fix kernel panic when creating VF (Íñigo Huguet) [2104536] - netdevsim: don't overwrite read only ethtool parms (Petr Oros) [2112332] - netdevsim: fix uninit value in nsim_drv_configure_vfs() (Petr Oros) [2112332] - netdevsim: rename 'driver' entry points (Petr Oros) [2112332] - netdevsim: move max vf config to dev (Petr Oros) [2112332] - netdevsim: move details of vf config to dev (Petr Oros) [2112332] - netdevsim: move vfconfig to nsim_dev (Petr Oros) [2112332] - netdevsim: take rtnl_lock when assigning num_vfs (Petr Oros) [2112332] - netdevsim: remove max_vfs dentry (Petr Oros) [2112332] - netdevsim: make array res_ids static const, makes object smaller (Petr Oros) [2112332] - CI: Add automotive checks (Veronika Kabatova) - fs: dlm: fix build with CONFIG_IPV6 disabled (Alexander Aring) [2026474] - fs: dlm: don't call kernel_getpeername() in error_report() (Alexander Aring) [2026474] - fs: dlm: use sk->sk_socket instead of con->sock (Alexander Aring) [2026474] Resolves: rhbz#2061574, rhbz#2116179 Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
parent
29d0fb5b5f
commit
84a5dcc97b
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 149
|
||||
RHEL_RELEASE = 150
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
||||
endif
|
||||
endif
|
||||
|
||||
RTBUILD:=.149
|
||||
RTBUILD:=.150
|
||||
|
47
kernel.spec
47
kernel.spec
@ -121,13 +121,13 @@ Summary: The Linux kernel
|
||||
%define kversion 5.14
|
||||
|
||||
%define rpmversion 5.14.0
|
||||
%define pkgrelease 149.rt21.149.el9
|
||||
%define pkgrelease 150.rt21.150.el9
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 149.rt21.149%{?buildid}%{?dist}
|
||||
%define specrelease 150.rt21.150%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
@ -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-149.rt21.149.el9.tar.xz
|
||||
Source0: linux-5.14.0-150.rt21.150.el9.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -1422,8 +1422,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.14.0-149.rt21.149.el9 -c
|
||||
mv linux-5.14.0-149.rt21.149.el9 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.14.0-150.rt21.150.el9 -c
|
||||
mv linux-5.14.0-150.rt21.150.el9 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -3147,6 +3147,43 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Sat Aug 20 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-150.rt21.150.el9]
|
||||
- [rt] build kernel-rt-5.14.0-150.rt21.150.el9 [2061574]
|
||||
- CI: Switch to c9s container image on quay.io (Michael Hofmann)
|
||||
- KVM: x86: nSVM: implement nested LBR virtualization (Emanuele Giuseppe Esposito) [2079722]
|
||||
- KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running (Emanuele Giuseppe Esposito) [2079722]
|
||||
- kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense (Emanuele Giuseppe Esposito) [2079722]
|
||||
- KVM: x86: nSVM: implement nested VMLOAD/VMSAVE (Emanuele Giuseppe Esposito) [2079722]
|
||||
- nfs: only issue commit in DIO codepath if we have uncommitted data (Jeffrey Layton) [2028370]
|
||||
- nfs: always check dreq->error after a commit (Jeffrey Layton) [2028370]
|
||||
- nfs: add new nfs_direct_req tracepoint events (Jeffrey Layton) [2028370]
|
||||
- nfsd: eliminate the NFSD_FILE_BREAK_* flags (Jeffrey Layton) [2107360]
|
||||
- NFSD: Clean up the show_nf_flags() macro (Jeffrey Layton) [2107360]
|
||||
- vmxnet3: do not reschedule napi for rx processing (Kamal Heib) [2115062]
|
||||
- Revert "ACPI: APEI: explicit init of HEST and GHES in apci_init()" (Mark Langsdorf) [2115261]
|
||||
- Revert "ACPI: APEI: rename ghes_init() with an "acpi_" prefix" (Mark Langsdorf) [2115261]
|
||||
- KVM: selftests: Disable rseq_test for all architectures (Gavin Shan) [2116654]
|
||||
- mm: Fix CVE-2022-2590 by reverting "mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte" (David Hildenbrand) [2116179] {CVE-2022-2590}
|
||||
- scsi: megaraid: Clear READ queue map's nr_queues (Tomas Henzl) [2103830]
|
||||
- SUNRPC release the transport of a relocated task with an assigned transport (Scott Mayhew) [2069732]
|
||||
- SUNRPC don't resend a task on an offlined transport (Scott Mayhew) [2069732]
|
||||
- Documentation: Describe net.ipv4.tcp_reflect_tos. (Guillaume Nault) [2070198]
|
||||
- drm/amd/display: Fix new dmub notification enabling in DM (Mika Penttilä) [2107633]
|
||||
- sfc: fix kernel panic when creating VF (Íñigo Huguet) [2104536]
|
||||
- netdevsim: don't overwrite read only ethtool parms (Petr Oros) [2112332]
|
||||
- netdevsim: fix uninit value in nsim_drv_configure_vfs() (Petr Oros) [2112332]
|
||||
- netdevsim: rename 'driver' entry points (Petr Oros) [2112332]
|
||||
- netdevsim: move max vf config to dev (Petr Oros) [2112332]
|
||||
- netdevsim: move details of vf config to dev (Petr Oros) [2112332]
|
||||
- netdevsim: move vfconfig to nsim_dev (Petr Oros) [2112332]
|
||||
- netdevsim: take rtnl_lock when assigning num_vfs (Petr Oros) [2112332]
|
||||
- netdevsim: remove max_vfs dentry (Petr Oros) [2112332]
|
||||
- netdevsim: make array res_ids static const, makes object smaller (Petr Oros) [2112332]
|
||||
- CI: Add automotive checks (Veronika Kabatova)
|
||||
- fs: dlm: fix build with CONFIG_IPV6 disabled (Alexander Aring) [2026474]
|
||||
- fs: dlm: don't call kernel_getpeername() in error_report() (Alexander Aring) [2026474]
|
||||
- fs: dlm: use sk->sk_socket instead of con->sock (Alexander Aring) [2026474]
|
||||
|
||||
* Sat Aug 20 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-149.rt21.149.el9]
|
||||
- [rt] build kernel-rt-5.14.0-149.rt21.149.el9 [2061574]
|
||||
- netfilter: h323: merge nat hook pointers into one (Florian Westphal) [2111270]
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||
SHA512 (linux-5.14.0-149.rt21.149.el9.tar.xz) = d9b118a75a136abb192bfcf5a0e446cea91c0df3250134e72d3db8dd74b152746090602293094338589ad5142bda9e8841438debc8aa84f4ae22c691bb37a7e5
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-149.rt21.149.el9.tar.bz2) = 7414b4c4199a41e59d00468f7163ac1df555fba76885acc417afbff1fc883a5735a957ce2a305e4745aabd85c9e204d8b205f528ddf141074972135fd65d0289
|
||||
SHA512 (kernel-kabi-dw-5.14.0-149.rt21.149.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||
SHA512 (linux-5.14.0-150.rt21.150.el9.tar.xz) = 41c2efecdbd852b1c24fc09f300c72e46dde564a0842299355ac667e322991336b6c3c1856486d31a73e5cc048ee3597543a24f5afb42e1782dc984ca420cb79
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-150.rt21.150.el9.tar.bz2) = 87865d0606a20ccaf29f1a02d4b0c2baf8e618ffd6688e5847f40574a5e2aed89ac972b5cadcc56330808f958c062eabc825f006945f379c51d220066e22df31
|
||||
SHA512 (kernel-kabi-dw-5.14.0-150.rt21.150.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||
|
Loading…
Reference in New Issue
Block a user