From 38a6038580914ec667a83eb42ed7eea8b513bea1 Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Thu, 25 Aug 2022 16:08:48 +0000 Subject: [PATCH] kernel-5.14.0-159.el9 * Thu Aug 25 2022 Herton R. Krzesinski [5.14.0-159.el9] - mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_node() (Jose Ignacio Tornos Martinez) [2103595] - wifi: mac80211: consider EHT element size in assoc request (Jose Ignacio Tornos Martinez) [2103595] - wifi: mac80211: switch airtime fairness back to deficit round-robin scheduling (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7615: fix throughput regression on DFS channels (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7915: fix incorrect testmode ipg on band 1 caused by wmm_idx (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7921: enlarge maximum VHT MPDU length to 11454 (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7921: fix aggregation subframes setting to HE max (Jose Ignacio Tornos Martinez) [2103595] - wifi: mac80211_hwsim: set virtio device ready in probe() (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7921s: fix possible sdio deadlock in command fail (Jose Ignacio Tornos Martinez) [2103595] - wifi: rtw89: 8852a: rfk: fix div 0 exception (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7921: do not update pm states in case of error (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7615: do not update pm stats in case of error (Jose Ignacio Tornos Martinez) [2103595] - ath11k: Avoid REO CMD failed prints during firmware recovery (Jose Ignacio Tornos Martinez) [2103595] - ath11k: Fix incorrect debug_mask mappings (Jose Ignacio Tornos Martinez) [2103595] - ath11k: fix missing skb drop on htc_tx_completion error (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7921s: fix firmware download random fail (Jose Ignacio Tornos Martinez) [2103595] - ath11k: fix IRQ affinity warning on shutdown (Jose Ignacio Tornos Martinez) [2103595] - ath11k: fix netdev open race (Jose Ignacio Tornos Martinez) [2103595] - iwlwifi: fw: init SAR GEO table only if data is present (Jose Ignacio Tornos Martinez) [2103595] - ath10k: htt_tx: do not interpret Eth frames as WiFi (Jose Ignacio Tornos Martinez) [2103595] - ath11k: Don't check arvif->is_started before sending management frames (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7915: fix twt table_mask to u16 in mt7915_dev (Jose Ignacio Tornos Martinez) [2103595] - ath11k: reset 11d state in process of recovery (Jose Ignacio Tornos Martinez) [2103595] - brcmfmac: use ISO3166 country code and 0 rev as fallback on brcmfmac43602 chips (Jose Ignacio Tornos Martinez) [2103595] - mt76: fix tx status related use-after-free race on station removal (Jose Ignacio Tornos Martinez) [2103595] - mt76: do not attempt to reorder received 802.3 packets without agg session (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7921: fix kernel crash at mt7921_pci_remove (Jose Ignacio Tornos Martinez) [2103595] - mt76: fix antenna config missing in 6G cap (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7915: report rx mode value in mt7915_mac_fill_rx_rate (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7915: do not pass data pointer to mt7915_mcu_muru_debug_set (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7915: fix possible NULL pointer dereference in mt7915_mac_fill_rx_vector (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7915: fix possible uninitialized pointer dereference in mt7986_wmac_gpio_setup (Jose Ignacio Tornos Martinez) [2103595] - ath10k: enable napi on RX path for usb (Jose Ignacio Tornos Martinez) [2103595] - ath11k: fix the warning of dev_wake in mhi_pm_disable_transition() (Jose Ignacio Tornos Martinez) [2103595] - ath11k: acquire ab->base_lock in unassign when finding the peer by addr (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7915: fix unbounded shift in mt7915_mcu_beacon_mbss (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7915: fix DBDC default band selection on MT7915D (Jose Ignacio Tornos Martinez) [2103595] - mt76: mt7921: honor pm user configuration in mt7921_sniffer_interface_iter (Jose Ignacio Tornos Martinez) [2103595] - crypto: testmgr - disallow plain cbcmac(aes) and ghash in FIPS mode (Vladis Dronov) [2107596] - crypto: seqiv - flag instantiations as FIPS compliant (Vladis Dronov) [2107596] - crypto: api - allow algs only in specific constructions in FIPS mode (Vladis Dronov) [2107596] - i2c: qcom-geni: Fix GPI DMA buffer sync-back (Andrew Halaney) [2105390] - i2c: qcom-geni: Use the correct return value (Andrew Halaney) [2105390] - i2c: qcom-geni: Propagate GENI_ABORT_DONE to geni_i2c_abort_xfer() (Andrew Halaney) [2105390] - i2c: qcom-geni: remove unnecessary conditions (Andrew Halaney) [2105390] - i2c: qcom-geni: Use dev_err_probe() for GPI DMA error (Andrew Halaney) [2105390] - i2c: qcom-geni: Add support for GPI DMA (Andrew Halaney) [2105390] - soc: qcom: geni: Make use of the helper function devm_platform_ioremap_resource() (Andrew Halaney) [2105390] - soc: qcom: geni: move GENI_IF_DISABLE_RO to common header (Andrew Halaney) [2105390] - soc: qcom: geni: Add support for gpi dma (Andrew Halaney) [2105390] Resolves: rhbz#2103595, rhbz#2107596, rhbz#2105390 Signed-off-by: Herton R. Krzesinski --- Makefile.rhelver | 2 +- kernel.spec | 62 ++++++++++++++++++++++++++++++++++++++++++++---- sources | 6 ++--- 3 files changed, 61 insertions(+), 9 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 3189d3c..700cbb5 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 158 +RHEL_RELEASE = 159 # # ZSTREAM diff --git a/kernel.spec b/kernel.spec index 7881cf4..25babaa 100755 --- a/kernel.spec +++ b/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 158.el9 +%define pkgrelease 159.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 158%{?buildid}%{?dist} +%define specrelease 159%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -679,7 +679,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-158.el9.tar.xz +Source0: linux-5.14.0-159.el9.tar.xz Source1: Makefile.rhelver @@ -1351,8 +1351,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-158.el9 -c -mv linux-5.14.0-158.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-159.el9 -c +mv linux-5.14.0-159.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3018,6 +3018,58 @@ fi # # %changelog +* Thu Aug 25 2022 Herton R. Krzesinski [5.14.0-159.el9] +- mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_node() (Jose Ignacio Tornos Martinez) [2103595] +- wifi: mac80211: consider EHT element size in assoc request (Jose Ignacio Tornos Martinez) [2103595] +- wifi: mac80211: switch airtime fairness back to deficit round-robin scheduling (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7615: fix throughput regression on DFS channels (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7915: fix incorrect testmode ipg on band 1 caused by wmm_idx (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7921: enlarge maximum VHT MPDU length to 11454 (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7921: fix aggregation subframes setting to HE max (Jose Ignacio Tornos Martinez) [2103595] +- wifi: mac80211_hwsim: set virtio device ready in probe() (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7921s: fix possible sdio deadlock in command fail (Jose Ignacio Tornos Martinez) [2103595] +- wifi: rtw89: 8852a: rfk: fix div 0 exception (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7921: do not update pm states in case of error (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7615: do not update pm stats in case of error (Jose Ignacio Tornos Martinez) [2103595] +- ath11k: Avoid REO CMD failed prints during firmware recovery (Jose Ignacio Tornos Martinez) [2103595] +- ath11k: Fix incorrect debug_mask mappings (Jose Ignacio Tornos Martinez) [2103595] +- ath11k: fix missing skb drop on htc_tx_completion error (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7921s: fix firmware download random fail (Jose Ignacio Tornos Martinez) [2103595] +- ath11k: fix IRQ affinity warning on shutdown (Jose Ignacio Tornos Martinez) [2103595] +- ath11k: fix netdev open race (Jose Ignacio Tornos Martinez) [2103595] +- iwlwifi: fw: init SAR GEO table only if data is present (Jose Ignacio Tornos Martinez) [2103595] +- ath10k: htt_tx: do not interpret Eth frames as WiFi (Jose Ignacio Tornos Martinez) [2103595] +- ath11k: Don't check arvif->is_started before sending management frames (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7915: fix twt table_mask to u16 in mt7915_dev (Jose Ignacio Tornos Martinez) [2103595] +- ath11k: reset 11d state in process of recovery (Jose Ignacio Tornos Martinez) [2103595] +- brcmfmac: use ISO3166 country code and 0 rev as fallback on brcmfmac43602 chips (Jose Ignacio Tornos Martinez) [2103595] +- mt76: fix tx status related use-after-free race on station removal (Jose Ignacio Tornos Martinez) [2103595] +- mt76: do not attempt to reorder received 802.3 packets without agg session (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7921: fix kernel crash at mt7921_pci_remove (Jose Ignacio Tornos Martinez) [2103595] +- mt76: fix antenna config missing in 6G cap (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7915: report rx mode value in mt7915_mac_fill_rx_rate (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7915: do not pass data pointer to mt7915_mcu_muru_debug_set (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7915: fix possible NULL pointer dereference in mt7915_mac_fill_rx_vector (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7915: fix possible uninitialized pointer dereference in mt7986_wmac_gpio_setup (Jose Ignacio Tornos Martinez) [2103595] +- ath10k: enable napi on RX path for usb (Jose Ignacio Tornos Martinez) [2103595] +- ath11k: fix the warning of dev_wake in mhi_pm_disable_transition() (Jose Ignacio Tornos Martinez) [2103595] +- ath11k: acquire ab->base_lock in unassign when finding the peer by addr (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7915: fix unbounded shift in mt7915_mcu_beacon_mbss (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7915: fix DBDC default band selection on MT7915D (Jose Ignacio Tornos Martinez) [2103595] +- mt76: mt7921: honor pm user configuration in mt7921_sniffer_interface_iter (Jose Ignacio Tornos Martinez) [2103595] +- crypto: testmgr - disallow plain cbcmac(aes) and ghash in FIPS mode (Vladis Dronov) [2107596] +- crypto: seqiv - flag instantiations as FIPS compliant (Vladis Dronov) [2107596] +- crypto: api - allow algs only in specific constructions in FIPS mode (Vladis Dronov) [2107596] +- i2c: qcom-geni: Fix GPI DMA buffer sync-back (Andrew Halaney) [2105390] +- i2c: qcom-geni: Use the correct return value (Andrew Halaney) [2105390] +- i2c: qcom-geni: Propagate GENI_ABORT_DONE to geni_i2c_abort_xfer() (Andrew Halaney) [2105390] +- i2c: qcom-geni: remove unnecessary conditions (Andrew Halaney) [2105390] +- i2c: qcom-geni: Use dev_err_probe() for GPI DMA error (Andrew Halaney) [2105390] +- i2c: qcom-geni: Add support for GPI DMA (Andrew Halaney) [2105390] +- soc: qcom: geni: Make use of the helper function devm_platform_ioremap_resource() (Andrew Halaney) [2105390] +- soc: qcom: geni: move GENI_IF_DISABLE_RO to common header (Andrew Halaney) [2105390] +- soc: qcom: geni: Add support for gpi dma (Andrew Halaney) [2105390] + * Wed Aug 24 2022 Herton R. Krzesinski [5.14.0-158.el9] - iommu/arm-smmu-qcom: Add SC8280XP support (Eric Chanudet) [2117020] - dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP (Eric Chanudet) [2117020] diff --git a/sources b/sources index fe5adeb..a23ef49 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-158.el9.tar.xz) = 172bbb25e8ea2b417dba9899fd5c86a039e7896894a709ed1bd52342239eef36918f01f96d235ed4af43ce453a76ed19170fb6d8749286839e69235fa746c8f0 -SHA512 (kernel-abi-stablelists-5.14.0-158.el9.tar.bz2) = c3aaa97c6d3c72a0c5489b829535861cf30e2e74fa726598958b5d1ece6fc0cb3e36edb7a6f2cb63000fbcf76a1d37aef390cce51b76e0455597b2df28ab9f3b -SHA512 (kernel-kabi-dw-5.14.0-158.el9.tar.bz2) = dab44344a7216b8f170f00ab3686673adb1228283d1cc45053f5c88a7a0b9abb21c11deb3799974695fb952dd3c3e94380d20baa57621f3550819798a1e66aea +SHA512 (linux-5.14.0-159.el9.tar.xz) = 5b5ea361796282ae14105e0f459f2b0eb8e3f2d28d5d8c2f4ad6d9425951a3313c9a778caefe98e4c3618af22d86896cc264a858113cb8549f070dbc6c861ce6 +SHA512 (kernel-abi-stablelists-5.14.0-159.el9.tar.bz2) = 3ad043a853fcd03e19c9cc0c51dc01bae7d58266ae55ea05607ef186915d51e624b5cca2db2e46d898b075ac99f7e5bc1f514df4e6dd75496a1610e976a676cf +SHA512 (kernel-kabi-dw-5.14.0-159.el9.tar.bz2) = 11dee7e3d6a296205d276a06a88653e1c9e76c74b9097cc86e9a288c429b8a99b1d415ae69cc5179bb4c7ea4fa02129affdb3852b53ac8fe1ac480e6bb7574bc