kernel-rt-5.14.0-127.rt21.127.el9

* Mon Jul 11 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-127.rt21.127.el9]
- [rt] build kernel-rt-5.14.0-127.rt21.127.el9 [2061574]
- intel/igbvf:fix repeated words in comments (Corinna Vinschen) [2037985]
- igbvf: Remove useless DMA-32 fallback configuration (Corinna Vinschen) [2037985]
- x86/sme: Explicitly map new EFI memmap table as encrypted (Rafael Aquini) [2091830]
- x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c (Rafael Aquini) [2091830]
- aarch64: Enable NVIDIA Jetson Xavier SoCs (Craig Magina) [2098285]
- r8169: improve driver unload and system shutdown behavior on DASH-enabled systems (Jose Ignacio Tornos Martinez) [2070952]
- r8169: factor out redundant RTL8168d PHY config functionality to rtl8168d_1_common() (Jose Ignacio Tornos Martinez) [2070952]
- r8169: support L1.2 control on RTL8168h (Jose Ignacio Tornos Martinez) [2070952]
- r8169: add rtl_disable_exit_l1() (Jose Ignacio Tornos Martinez) [2070952]
- r8169: enable ASPM L1.2 if system vendor flags it as safe (Jose Ignacio Tornos Martinez) [2070952]
- r8169: don't use pci_irq_vector() in atomic context (Jose Ignacio Tornos Martinez) [2070952]
- r8169: Avoid misuse of pm_ptr() macro (Jose Ignacio Tornos Martinez) [2070952]
- r8169: fix incorrect mac address assignment (Jose Ignacio Tornos Martinez) [2070952]
- r8169: enable ASPM L1/L1.1 from RTL8168h (Jose Ignacio Tornos Martinez) [2070952]
- r8169: Add device 10ec:8162 to driver r8169 (Jose Ignacio Tornos Martinez) [2070952]
- ethernet: r8169: use eth_hw_addr_set() (Jose Ignacio Tornos Martinez) [2070952]
- r8169: add rtl_enable_exit_l1 (Jose Ignacio Tornos Martinez) [2070952]
- r8169: enable ASPM L0s state (Jose Ignacio Tornos Martinez) [2070952]
- r8169: rename rtl_csi_access_enable to rtl_set_aspm_entry_latency (Jose Ignacio Tornos Martinez) [2070952]
- powercap: intel_rapl: add support for RaptorLake (David Arcari) [2076725]
- perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU support (Michael Petlan) [2094573]
- fs: dlm: filter user dlm messages for kernel locks (Alexander Aring) [2026117]
- scsi: storvsc: Fix unsigned comparison to zero (Mohammed Gamal) [2030695]
- scsi: storvsc: Fix validation for unsolicited incoming packets (Mohammed Gamal) [2030695]
- scsi: storvsc: Fix storvsc_queuecommand() memory leak (Mohammed Gamal) [2030695]
Resolves: rhbz#2061574, rhbz#2037985, rhbz#2091830, rhbz#2098285, rhbz#2070952, rhbz#2076725, rhbz#2094573, rhbz#2026117, rhbz#2030695
This commit is contained in:
Juri Lelli 2022-07-11 01:52:37 -04:00
parent 5e05869e12
commit 5bc177f056
3 changed files with 41 additions and 10 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 1
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 126
RHEL_RELEASE = 127
#
# ZSTREAM
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
endif
endif
RTBUILD:=.126
RTBUILD:=.127

View File

@ -121,13 +121,13 @@ Summary: The Linux kernel
%define kversion 5.14
%define rpmversion 5.14.0
%define pkgrelease 126.rt21.126.el9
%define pkgrelease 127.rt21.127.el9
# This is needed to do merge window version magic
%define patchlevel 14
# allow pkg_release to have configurable %%{?dist} tag
%define specrelease 126.rt21.126%{?buildid}%{?dist}
%define specrelease 127.rt21.127%{?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-126.rt21.126.el9.tar.xz
Source0: linux-5.14.0-127.rt21.127.el9.tar.xz
Source1: Makefile.rhelver
@ -1420,8 +1420,8 @@ ApplyOptionalPatch()
fi
}
%setup -q -n kernel-5.14.0-126.rt21.126.el9 -c
mv linux-5.14.0-126.rt21.126.el9 linux-%{KVERREL}
%setup -q -n kernel-5.14.0-127.rt21.127.el9 -c
mv linux-5.14.0-127.rt21.127.el9 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@ -3136,6 +3136,37 @@ fi
#
#
%changelog
* Mon Jul 11 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-127.rt21.127.el9]
- [rt] build kernel-rt-5.14.0-127.rt21.127.el9 [2061574]
* Mon Jul 11 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-127.rt21.127.el9]
- [rt] build kernel-rt-5.14.0-127.rt21.127.el9 [2061574]
- intel/igbvf:fix repeated words in comments (Corinna Vinschen) [2037985]
- igbvf: Remove useless DMA-32 fallback configuration (Corinna Vinschen) [2037985]
- x86/sme: Explicitly map new EFI memmap table as encrypted (Rafael Aquini) [2091830]
- x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c (Rafael Aquini) [2091830]
- aarch64: Enable NVIDIA Jetson Xavier SoCs (Craig Magina) [2098285]
- r8169: improve driver unload and system shutdown behavior on DASH-enabled systems (Jose Ignacio Tornos Martinez) [2070952]
- r8169: factor out redundant RTL8168d PHY config functionality to rtl8168d_1_common() (Jose Ignacio Tornos Martinez) [2070952]
- r8169: support L1.2 control on RTL8168h (Jose Ignacio Tornos Martinez) [2070952]
- r8169: add rtl_disable_exit_l1() (Jose Ignacio Tornos Martinez) [2070952]
- r8169: enable ASPM L1.2 if system vendor flags it as safe (Jose Ignacio Tornos Martinez) [2070952]
- r8169: don't use pci_irq_vector() in atomic context (Jose Ignacio Tornos Martinez) [2070952]
- r8169: Avoid misuse of pm_ptr() macro (Jose Ignacio Tornos Martinez) [2070952]
- r8169: fix incorrect mac address assignment (Jose Ignacio Tornos Martinez) [2070952]
- r8169: enable ASPM L1/L1.1 from RTL8168h (Jose Ignacio Tornos Martinez) [2070952]
- r8169: Add device 10ec:8162 to driver r8169 (Jose Ignacio Tornos Martinez) [2070952]
- ethernet: r8169: use eth_hw_addr_set() (Jose Ignacio Tornos Martinez) [2070952]
- r8169: add rtl_enable_exit_l1 (Jose Ignacio Tornos Martinez) [2070952]
- r8169: enable ASPM L0s state (Jose Ignacio Tornos Martinez) [2070952]
- r8169: rename rtl_csi_access_enable to rtl_set_aspm_entry_latency (Jose Ignacio Tornos Martinez) [2070952]
- powercap: intel_rapl: add support for RaptorLake (David Arcari) [2076725]
- perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU support (Michael Petlan) [2094573]
- fs: dlm: filter user dlm messages for kernel locks (Alexander Aring) [2026117]
- scsi: storvsc: Fix unsigned comparison to zero (Mohammed Gamal) [2030695]
- scsi: storvsc: Fix validation for unsolicited incoming packets (Mohammed Gamal) [2030695]
- scsi: storvsc: Fix storvsc_queuecommand() memory leak (Mohammed Gamal) [2030695]
* Fri Jul 08 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-126.rt21.126.el9]
- [rt] build kernel-rt-5.14.0-126.rt21.126.el9 [2061574]
- mm/page_alloc: always attempt to allocate at least one page during bulk allocation (Joel Savitz) [2094045]

View File

@ -1,4 +1,4 @@
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
SHA512 (linux-5.14.0-126.rt21.126.el9.tar.xz) = 6586196612854502febf32d7883f3490ef258bac4abe7b8087cb1f9188b8e2f3e45c2c04f0ea763ff34d253e906b65cf1d29e0d8538a4a1f001c534428ece101
SHA512 (kernel-abi-stablelists-5.14.0-126.rt21.126.el9.tar.bz2) = 5679e4b6191e5a86e71cdf2c3d4e52f8caaabe09b426d3d9b9a8f2eba173b5f33c497b2f7b97178a2cb7601a6e17cccd5ae1f5a8fb656ecffcc7773e51421cd0
SHA512 (kernel-kabi-dw-5.14.0-126.rt21.126.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
SHA512 (linux-5.14.0-127.rt21.127.el9.tar.xz) = bca64c7d04275d2f37ab82e374917c44d13914ab371f67bde39cc55ae6890a151abca91150699e5752d5554572e040ce1dfe21f516dab854b1ebdb8b6df01d82
SHA512 (kernel-abi-stablelists-5.14.0-127.rt21.127.el9.tar.bz2) = 8c9366458ceab3c05cbba6b6128a8402a632e5ff9045d71cb21e80bfa87cb6820f1da1c8e364a25144846ea96a11b3c2e94ede12be76d1985644d5f330dbc1a2
SHA512 (kernel-kabi-dw-5.14.0-127.rt21.127.el9.tar.bz2) = f02d9f77b8dbfa668e2baa08d99d1fd4600fb5634e9892b18b753b5948b1e70ef4b7193e14d81a5847b73a1bf03ec3538a30689fcdd052fdf270feabc4eaad34