From fd7c085b7f39ef4b69dfb94f172628e9e93c2998 Mon Sep 17 00:00:00 2001 From: "Luis Claudio R. Goncalves" Date: Wed, 14 Dec 2022 20:10:48 -0300 Subject: [PATCH] kernel-rt-5.14.0-213.rt14.214.el9 * Wed Dec 14 2022 Luis Claudio R. Goncalves [5.14.0-213.rt14.214.el9] - [rt] build kernel-rt-5.14.0-213.rt14.214.el9 [2125474] - redhat: configs: disable vDPA on all archs except x86_64 (Laurent Vivier) [2140885] - pipe: Fix missing lock in pipe_resize_ring() (Ian Kent) [2141635] {CVE-2022-2959} - NFSD: Protect against send buffer overflow in NFSv3 READ (Scott Mayhew) [2141773] {CVE-2022-43945} - NFSD: Protect against send buffer overflow in NFSv2 READ (Scott Mayhew) [2141773] {CVE-2022-43945} - NFSD: Protect against send buffer overflow in NFSv3 READDIR (Scott Mayhew) [2141773] {CVE-2022-43945} - NFSD: Protect against send buffer overflow in NFSv2 READDIR (Scott Mayhew) [2141773] {CVE-2022-43945} - SUNRPC: Fix svcxdr_init_encode's buflen calculation (Scott Mayhew) [2141773] {CVE-2022-43945} - SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation (Scott Mayhew) [2141773] {CVE-2022-43945} - block: change request end_io handler to pass back a return value (Eric Chanudet) [2139205] - block: Change the return type of blk_mq_map_queues() into void (Eric Chanudet) [2139205] - block: simplify disk shutdown (Eric Chanudet) [2139205] - scsi: ufs: Split the drivers/scsi/ufs directory (Eric Chanudet) [2139205] - blk-mq: remove the done argument to blk_execute_rq_nowait (Eric Chanudet) [2139205] - i40e: Fix error handling in i40e_init_module() (Stefan Assmann) [2104466] - i40e: Add appropriate error message logged for incorrect duplex setting (Stefan Assmann) [2104466] - i40e: Add i40e_napi_poll tracepoint (Stefan Assmann) [2104466] - i40e: Record number of RXes cleaned during NAPI (Stefan Assmann) [2104466] - i40e: Record number TXes cleaned during NAPI (Stefan Assmann) [2104466] - i40e: Store the irq number in i40e_q_vector (Stefan Assmann) [2104466] - ptp: introduce helpers to adjust by scaled parts per million (Stefan Assmann) [2104466] - net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). (Stefan Assmann) [2104466] - i40e: Fix flow-type by setting GL_HASH_INSET registers (Stefan Assmann) [2104466] - i40e: Fix VF hang when reset is triggered on another VF (Stefan Assmann) [2104466] - i40e: Fix ethtool rx-flow-hash setting for X722 (Stefan Assmann) [2104466] - i40e: Fix DMA mappings leak (Stefan Assmann) [2104466] - i40e: add description and modify interrupts configuration procedure (Stefan Assmann) [2104466] - i40e: Add basic support for I710 devices (Stefan Assmann) [2104466] - i40e: Fix set max_tx_rate when it is lower than 1 Mbps (Stefan Assmann) [2104466] - i40e: Fix VF set max MTU size (Stefan Assmann) [2104466] - i40e: Fix ADQ rate limiting for PF (Stefan Assmann) [2104466] - net: ethernet: move from strlcpy with unused retval to strscpy (Stefan Assmann) [2104466] - i40e: Fix incorrect address type for IPv6 flow rules (Stefan Assmann) [2104466] - i40e: Fix to stop tx_timeout recovery if GLOBR fails (Stefan Assmann) [2104466] - i40e: convert .adjfreq to .adjfine (Stefan Assmann) [2104466] - i40e: use mul_u64_u64_div_u64 for PTP frequency calculation (Stefan Assmann) [2104466] - i40e: Fix interface init with MSI interrupts (no MSI-X) (Stefan Assmann) [2104466] - i40e: Refactor tc mqprio checks (Stefan Assmann) [2104466] - i40e: Fix erroneous adapter reinitialization during recovery process (Stefan Assmann) [2104466] - i40e: Fix VF's MAC Address change on VM (Stefan Assmann) [2104466] - i40e: Fix dropped jumbo frames statistics (Stefan Assmann) [2104466] - intel/i40e:fix repeated words in comments (Stefan Assmann) [2104466] - intel: remove unused macros (Stefan Assmann) [2104466] - i40e: read the XDP program once per NAPI (Stefan Assmann) [2104466] - intel/i40e: delete if NULL check before dev_kfree_skb (Stefan Assmann) [2104466] - i40e: Remove unnecessary synchronize_irq() before free_irq() (Stefan Assmann) [2104466] - i40e: Add support for ethtool -s speed (Stefan Assmann) [2104466] - i40e: Add VF VLAN pruning (Stefan Assmann) [2104466] - ethernet: constify references to netdev->dev_addr in drivers (Stefan Assmann) [2104466] Resolves: rhbz#2125474, rhbz#2141635, rhbz#2141773 Signed-off-by: Luis Claudio R. Goncalves --- Makefile.rhelver | 4 ++-- kernel.spec | 59 ++++++++++++++++++++++++++++++++++++++++++++---- sources | 6 ++--- 3 files changed, 60 insertions(+), 9 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 584341e..c9574ea 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 212 +RHEL_RELEASE = 213 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.213 +RTBUILD:=.214 diff --git a/kernel.spec b/kernel.spec index 7b7a650..ef531f2 100755 --- a/kernel.spec +++ b/kernel.spec @@ -119,15 +119,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 212.rt14.213 +%define pkgrelease 213.rt14.214 %define kversion 5 -%define tarfile_release 5.14.0-212.rt14.213.el9 +%define tarfile_release 5.14.0-213.rt14.214.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 212.rt14.213%{?buildid}%{?dist} +%define specrelease 213.rt14.214%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-212.rt14.213.el9 +%define kabiversion 5.14.0-213.rt14.214.el9 # # End of genspec.sh variables @@ -3236,6 +3236,57 @@ fi # # %changelog +* Wed Dec 14 2022 Luis Claudio R. Goncalves [5.14.0-213.rt14.214.el9] +- [rt] build kernel-rt-5.14.0-213.rt14.214.el9 [2125474] +- redhat: configs: disable vDPA on all archs except x86_64 (Laurent Vivier) [2140885] +- pipe: Fix missing lock in pipe_resize_ring() (Ian Kent) [2141635] {CVE-2022-2959} +- NFSD: Protect against send buffer overflow in NFSv3 READ (Scott Mayhew) [2141773] {CVE-2022-43945} +- NFSD: Protect against send buffer overflow in NFSv2 READ (Scott Mayhew) [2141773] {CVE-2022-43945} +- NFSD: Protect against send buffer overflow in NFSv3 READDIR (Scott Mayhew) [2141773] {CVE-2022-43945} +- NFSD: Protect against send buffer overflow in NFSv2 READDIR (Scott Mayhew) [2141773] {CVE-2022-43945} +- SUNRPC: Fix svcxdr_init_encode's buflen calculation (Scott Mayhew) [2141773] {CVE-2022-43945} +- SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation (Scott Mayhew) [2141773] {CVE-2022-43945} +- block: change request end_io handler to pass back a return value (Eric Chanudet) [2139205] +- block: Change the return type of blk_mq_map_queues() into void (Eric Chanudet) [2139205] +- block: simplify disk shutdown (Eric Chanudet) [2139205] +- scsi: ufs: Split the drivers/scsi/ufs directory (Eric Chanudet) [2139205] +- blk-mq: remove the done argument to blk_execute_rq_nowait (Eric Chanudet) [2139205] +- i40e: Fix error handling in i40e_init_module() (Stefan Assmann) [2104466] +- i40e: Add appropriate error message logged for incorrect duplex setting (Stefan Assmann) [2104466] +- i40e: Add i40e_napi_poll tracepoint (Stefan Assmann) [2104466] +- i40e: Record number of RXes cleaned during NAPI (Stefan Assmann) [2104466] +- i40e: Record number TXes cleaned during NAPI (Stefan Assmann) [2104466] +- i40e: Store the irq number in i40e_q_vector (Stefan Assmann) [2104466] +- ptp: introduce helpers to adjust by scaled parts per million (Stefan Assmann) [2104466] +- net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). (Stefan Assmann) [2104466] +- i40e: Fix flow-type by setting GL_HASH_INSET registers (Stefan Assmann) [2104466] +- i40e: Fix VF hang when reset is triggered on another VF (Stefan Assmann) [2104466] +- i40e: Fix ethtool rx-flow-hash setting for X722 (Stefan Assmann) [2104466] +- i40e: Fix DMA mappings leak (Stefan Assmann) [2104466] +- i40e: add description and modify interrupts configuration procedure (Stefan Assmann) [2104466] +- i40e: Add basic support for I710 devices (Stefan Assmann) [2104466] +- i40e: Fix set max_tx_rate when it is lower than 1 Mbps (Stefan Assmann) [2104466] +- i40e: Fix VF set max MTU size (Stefan Assmann) [2104466] +- i40e: Fix ADQ rate limiting for PF (Stefan Assmann) [2104466] +- net: ethernet: move from strlcpy with unused retval to strscpy (Stefan Assmann) [2104466] +- i40e: Fix incorrect address type for IPv6 flow rules (Stefan Assmann) [2104466] +- i40e: Fix to stop tx_timeout recovery if GLOBR fails (Stefan Assmann) [2104466] +- i40e: convert .adjfreq to .adjfine (Stefan Assmann) [2104466] +- i40e: use mul_u64_u64_div_u64 for PTP frequency calculation (Stefan Assmann) [2104466] +- i40e: Fix interface init with MSI interrupts (no MSI-X) (Stefan Assmann) [2104466] +- i40e: Refactor tc mqprio checks (Stefan Assmann) [2104466] +- i40e: Fix erroneous adapter reinitialization during recovery process (Stefan Assmann) [2104466] +- i40e: Fix VF's MAC Address change on VM (Stefan Assmann) [2104466] +- i40e: Fix dropped jumbo frames statistics (Stefan Assmann) [2104466] +- intel/i40e:fix repeated words in comments (Stefan Assmann) [2104466] +- intel: remove unused macros (Stefan Assmann) [2104466] +- i40e: read the XDP program once per NAPI (Stefan Assmann) [2104466] +- intel/i40e: delete if NULL check before dev_kfree_skb (Stefan Assmann) [2104466] +- i40e: Remove unnecessary synchronize_irq() before free_irq() (Stefan Assmann) [2104466] +- i40e: Add support for ethtool -s speed (Stefan Assmann) [2104466] +- i40e: Add VF VLAN pruning (Stefan Assmann) [2104466] +- ethernet: constify references to netdev->dev_addr in drivers (Stefan Assmann) [2104466] + * Tue Dec 13 2022 Luis Claudio R. Goncalves [5.14.0-212.rt14.213.el9] - [rt] build kernel-rt-5.14.0-212.rt14.213.el9 [2125474] - udp: track the forward memory release threshold in an hot cacheline (Paolo Abeni) [2133057] diff --git a/sources b/sources index 5301694..8d09dbd 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c -SHA512 (linux-5.14.0-212.rt14.213.el9.tar.xz) = c877a382a58a937cc182e06fc44b043b7b6fabbc2bc8ac05171a7a581e89791720d50172a9286839987c93e720fe7c392c4b6fab266e299c1237ae77f2b91742 -SHA512 (kernel-abi-stablelists-5.14.0-212.rt14.213.el9.tar.bz2) = a9fe3965b2a249ef3c5d66938b30a9cf4ed7c11cd18af22ca1471f35960687ccc6154d683bdfcdbb078a23a8d0c9830b9807eb9dbb1f8827919ac102f5158ea7 -SHA512 (kernel-kabi-dw-5.14.0-212.rt14.213.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578 +SHA512 (linux-5.14.0-213.rt14.214.el9.tar.xz) = c217ce946f93dfd6928b63444469609f41ee9fba4de9bc1d4b59d928fca0d4d24ac1ef5e4120280b38a73e5b1b897a5e8131993ee750a70fe62d96b42a190494 +SHA512 (kernel-abi-stablelists-5.14.0-213.rt14.214.el9.tar.bz2) = b23381a4991721e50e3ca9b47d0cec930f2ae6306350e0a9e88fce3b23a2b008962ad12fb5413a83279a81f70057299a3140e6cf3bfd173fc40d2ad455de1dff +SHA512 (kernel-kabi-dw-5.14.0-213.rt14.214.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578