From d4e684b1f0f411d82d1af5144df56a2548d78422 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Tue, 25 Oct 2022 08:37:28 -0400 Subject: [PATCH] kernel-5.14.0-180.el9 * Tue Oct 25 2022 Frantisek Hrbata [5.14.0-180.el9] - s390/qeth: cache link_info for ethtool (Tobias Huschle) [2110436] - s390/qeth: Fix typo 'the the' in comment (Tobias Huschle) [2110436] - s390/qdio: Fix spelling mistake (Tobias Huschle) [2110436] - s390/lcs: fix variable dereferenced before check (Tobias Huschle) [2110436] - s390/ctcm: fix potential memory leak (Tobias Huschle) [2110436] - s390/ctcm: fix variable dereferenced before check (Tobias Huschle) [2110436] - qeth: remove a copy of the NAPI_POLL_WEIGHT define (Tobias Huschle) [2110436] - nfp: nfdk: implement xdp tx path for NFDK (Stefan Assmann) [2124279] - nfp: add support for NFDK data path (Stefan Assmann) [2124279] - nfp: choose data path based on version (Stefan Assmann) [2124279] - nfp: add per-data path feature mask (Stefan Assmann) [2124279] - nfp: use TX ring pointer write back (Stefan Assmann) [2124279] - nfp: move tx_ring->qcidx into cold data (Stefan Assmann) [2124279] - nfp: prepare for multi-part descriptors (Stefan Assmann) [2124279] - nfp: use callbacks for slow path ring related functions (Stefan Assmann) [2124279] - nfp: move the fast path code to separate files (Stefan Assmann) [2124279] - nfp: calculate ring masks without conditionals (Stefan Assmann) [2124279] - nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MOD (Stefan Assmann) [2124279] - nfp: add support for NFP3800/NFP3803 PCIe devices (Stefan Assmann) [2124279] - nfp: take chip version into account for ring sizes (Stefan Assmann) [2124279] - nfp: parametrize QCP offset/size using dev_info (Stefan Assmann) [2124279] - nfp: use dev_info for the DMA mask (Stefan Assmann) [2124279] - nfp: use dev_info for PCIe config space BAR offsets (Stefan Assmann) [2124279] - nfp: introduce dev_info static chip data (Stefan Assmann) [2124279] - nfp: sort the device ID tables (Stefan Assmann) [2124279] - nfp: use PluDevice register for model for non-NFP6000 chips (Stefan Assmann) [2124279] - nfp: use PCI_DEVICE_ID_NETRONOME_NFP6000_VF for VFs instead (Stefan Assmann) [2124279] - nfp: remove pessimistic NFP_QCP_MAX_ADD limits (Stefan Assmann) [2124279] - nfp: remove define for an unused control bit (Stefan Assmann) [2124279] - nfp: xsk: fix a warning when allocating rx rings (Stefan Assmann) [2124279] - nfp: xsk: avoid newline at the end of message in NL_SET_ERR_MSG_MOD (Stefan Assmann) [2124279] - nfp: xsk: add AF_XDP zero-copy Rx and Tx support (Stefan Assmann) [2124279] - nfp: xsk: add configuration check for XSK socket chunk size (Stefan Assmann) [2124279] - nfp: xsk: add an array of xsk buffer pools to each data path (Stefan Assmann) [2124279] - nfp: wrap napi add/del logic (Stefan Assmann) [2124279] - nfp: expose common functions to be used for AF_XDP (Stefan Assmann) [2124279] - nfp: flower: Remove usage of the deprecated ida_simple_xxx API (Stefan Assmann) [2124279] - nfp: avoid newline at end of message in NL_SET_ERR_MSG_MOD (Stefan Assmann) [2124279] - nfp: add NFP_FL_FEATS_QOS_METER to host features to enable meter offload (Stefan Assmann) [2124279] - nfp: add support to offload police action from flower table (Stefan Assmann) [2124279] - nfp: add process to get action stats from hardware (Stefan Assmann) [2124279] - nfp: add hash table to store meter table (Stefan Assmann) [2124279] - nfp: add support to offload tc action to hardware (Stefan Assmann) [2124279] - nfp: refactor policer config to support ingress/egress meter (Stefan Assmann) [2124279] - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() (Stefan Assmann) [2124279] - nfp: flower: netdev offload check for ip6gretap (Stefan Assmann) [2124279] - nfp: flower: fix ida_idx not being released (Stefan Assmann) [2124279] - nfp: Simplify array allocation (Stefan Assmann) [2124279] - nfp: only use kdoc style comments for kdoc (Stefan Assmann) [2124279] - nfp: flower: Use struct_size() helper in kmalloc() (Stefan Assmann) [2124279] - nfp: flower: refine the use of circular buffer (Stefan Assmann) [2124279] - nfp: Fix memory leak in nfp_cpp_area_cache_add() (Stefan Assmann) [2124279] - nfp: checking parameter process for rx-usecs/tx-usecs is invalid (Stefan Assmann) [2124279] - nfp: flower: correction of error handling (Stefan Assmann) [2124279] - nfp: fix potential deadlock when canceling dim work (Stefan Assmann) [2124279] - nfp: fix NULL pointer access when scheduling dim work (Stefan Assmann) [2124279] - nfp: flower: Allow ipv6gretap interface for offloading (Stefan Assmann) [2124279] - ethernet: constify references to netdev->dev_addr in drivers (Stefan Assmann) [2124279] - nfp: Prefer struct_size over open coded arithmetic (Stefan Assmann) [2124279] - nfp: bpf: silence bitwise vs. logical OR warning (Stefan Assmann) [2124279] - net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assert (Stefan Assmann) [2124279] - nfp: flow_offload: move flow_indr_dev_register from app init to app start (Stefan Assmann) [2124279] - nfp: use netif_set_real_num_queues() (Stefan Assmann) [2124279] - nfp: flower-ct: fix error return code in nfp_fl_ct_add_offload() (Stefan Assmann) [2124279] - nfp: add support for coalesce adaptive feature (Stefan Assmann) [2124279] - nfp: fix return statement in nfp_net_parse_meta() (Stefan Assmann) [2124279] - nfp: flower-tc: add flow stats updates for ct (Stefan Assmann) [2124279] - nfp: flower-ct: add offload calls to the nfp (Stefan Assmann) [2124279] - nfp: flower-ct: add flow_pay to the offload table (Stefan Assmann) [2124279] - nfp: flower-ct: add actions into flow_pay for offload (Stefan Assmann) [2124279] - nfp: flower-ct: compile match sections of flow_payload (Stefan Assmann) [2124279] - nfp: flower-ct: calculate required key_layers (Stefan Assmann) [2124279] - nfp: flower: refactor action offload code slightly (Stefan Assmann) [2124279] - nfp: flower: refactor match functions to take flow_rule as input (Stefan Assmann) [2124279] - nfp: flower: make the match compilation functions reusable (Stefan Assmann) [2124279] - mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE case (Waiman Long) [2130164] {CVE-2022-39188} - mmu_gather: Force tlb-flush VM_PFNMAP vmas (Waiman Long) [2130164] {CVE-2022-39188} - mmu_gather: Let there be one tlb_{start,end}_vma() implementation (Waiman Long) [2130164] {CVE-2022-39188} - csky/tlb: Remove tlb_flush() define (Waiman Long) [2130164] {CVE-2022-39188} - mmu_gather: Remove per arch tlb_{start,end}_vma() (Waiman Long) [2130164] {CVE-2022-39188} - s390/dasd: add device ping attribute (Tobias Huschle) [2044384] - s390/dasd: suppress generic error messages for PPRC secondary devices (Tobias Huschle) [2044384] - s390/dasd: add ioctl to perform a swap of the drivers copy pair (Tobias Huschle) [2044384] - s390/dasd: add copy pair swap capability (Tobias Huschle) [2044384] - s390/dasd: add copy pair setup (Tobias Huschle) [2044384] - s390/dasd: add query PPRC function (Tobias Huschle) [2044384] - s390/dasd: put block allocation in separate function (Tobias Huschle) [2044384] - s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup (Tobias Huschle) [2044384] - net: stmmac: Fix unset max_speed difference between DT and non-DT platforms (Al Stone) [2071844] - usb: dwc2: fix wrong order of phy_power_on and phy_init (Al Stone) [2071844] - net: stmmac: remove phylink_config.pcs_poll usage (Al Stone) [2071844] - net: stmmac: use .mac_select_pcs() interface (Al Stone) [2071844] - net: stmmac: convert to phylink_generic_validate() (Al Stone) [2071844] - net: stmmac: convert to phylink_get_linkmodes() (Al Stone) [2071844] - lan743x: fix deadlock in lan743x_phy_link_status_change() (Al Stone) [2071844] - net: phy: c45 baset1: do not skip aneg configuration if clock role is not specified (Al Stone) [2071844] - rhel: Enable configs for imx8m PHYs (Al Stone) [2071844] - phy: freescale: Add i.MX8qm Mixel LVDS PHY support (Al Stone) [2071844] - units: Add SI metric prefix definitions (Al Stone) [2071844] - phy: tegra: Add PCIe PIPE2UPHY support for Tegra234 (Al Stone) [2071844] - net: phy: Don't trigger state machine while in suspend (Al Stone) [2071844] - net: phy: Fix race condition on link status change (Al Stone) [2071844] - net: phy: Convert to mdiobus_c45_{read|write} (Al Stone) [2071844] - net: phy: fix duplex out of sync problem while changing settings (Al Stone) [2071844] - phy: phy_ethtool_ksettings_set: Lock the PHY while changing settings (Al Stone) [2071844] - phy: phy_start_aneg: Add an unlocked version (Al Stone) [2071844] - phy: phy_ethtool_ksettings_set: Move after phy_start_aneg (Al Stone) [2071844] - phy: phy_ethtool_ksettings_get: Lock the phy for consistency (Al Stone) [2071844] - linux/phy.h: add phydev_err_probe() wrapper for dev_err_probe() (Al Stone) [2071844] - net: phy: export genphy_c45_baset1_read_status() (Al Stone) [2071844] - net: phy: genphy_c45_pma_baset1_read_master_slave: read actual configuration (Al Stone) [2071844] - net: phy: introduce genphy_c45_pma_baset1_read_master_slave() (Al Stone) [2071844] - net: phy: genphy_c45_pma_baset1_setup_master_slave: do no set unknown configuration (Al Stone) [2071844] - net: phy: introduce genphy_c45_pma_baset1_setup_master_slave() (Al Stone) [2071844] - net: phy: genphy_c45_baset1_an_config_aneg: do no set unknown configuration (Al Stone) [2071844] - net: phy: Add 10BASE-T1L support in phy-c45 (Al Stone) [2071844] - net: mdio: add helpers to extract clause 45 regad and devad fields (Al Stone) [2071844] - net: mdio: Add helper functions for accessing MDIO devices (Al Stone) [2071844] - net: mdio: add mdiobus_modify_changed() (Al Stone) [2071844] - net: mdio: introduce a shutdown method to mdio device drivers (Al Stone) [2071844] - net: phy: Add BaseT1 auto-negotiation registers (Al Stone) [2071844] - net: phy: Add 10-BaseT1L registers (Al Stone) [2071844] - ethtool: Add 10base-T1L link mode entry (Al Stone) [2071844] - phy: freescale: imx8m-pcie: Handle IMX8_PCIE_REFCLK_PAD_UNUSED (Al Stone) [2071844] - phy: core: Warn when phy_power_on is called before phy_init (Al Stone) [2071844] - phy: core: Update documentation syntax (Al Stone) [2071844] - phy: core: Add documentation of phy operation order (Al Stone) [2071844] - phy: freescale: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support (Al Stone) [2071844] - phy: Add LVDS configuration options (Al Stone) [2071844] - net: phylink: remove phylink_helper_basex_speed() (Al Stone) [2071844] - phy: phy-can-transceiver: Add support for setting mux (Al Stone) [2071844] - phy: PHY_FSL_LYNX_28G should depend on ARCH_LAYERSCAPE (Al Stone) [2071844] - phy: Remove duplicated include in phy-fsl-lynx-28g.c (Al Stone) [2071844] - phy: add support for the Layerscape SerDes 28G (Al Stone) [2071844] - net: phy: correct spelling error of media in documentation (Al Stone) [2071844] - net: phy: exported the genphy_read_master_slave function (Al Stone) [2071844] - net: phylink: remove phylink_set_pcs() (Al Stone) [2071844] - phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure}) (Al Stone) [2071844] - net: phylink: remove phylink_config's pcs_poll (Al Stone) [2071844] - net: phylink: remove phylink_set_10g_modes() (Al Stone) [2071844] - phy: make phy_set_max_speed() *void* (Al Stone) [2071844] - phy: freescale: i.MX8 PHYs should depend on ARCH_MXC && ARM64 (Al Stone) [2071844] - phy: freescale: pcie: cosmetic clean-up (Al Stone) [2071844] - net: phylink: add pcs_validate() method (Al Stone) [2071844] - net: phylink: add mac_select_pcs() method to phylink_mac_ops (Al Stone) [2071844] - phy: freescale: pcie: explicitly add bitfield.h (Al Stone) [2071844] - phy: freescale: pcie: Initialize the imx8 pcie standalone phy driver (Al Stone) [2071844] - phy: tegra: xusb: Fix return value of tegra_xusb_find_port_node function (Al Stone) [2071844] - net: phylink: use legacy_pre_march2020 (Al Stone) [2071844] - net: phylink: add legacy_pre_march2020 indicator (Al Stone) [2071844] - net: phy: Remove unnecessary indentation in the comments of phy_device (Al Stone) [2071844] - phy: phy-can-transceiver: Make devm_gpiod_get optional (Al Stone) [2071844] - net: phylink: Add helpers for c22 registers without MDIO (Al Stone) [2071844] - net: phylink: add 1000base-KX to phylink_caps_to_linkmodes() (Al Stone) [2071844] - net: document SMII and correct phylink's new validation mechanism (Al Stone) [2071844] - net: phylink: add generic validate implementation (Al Stone) [2071844] - net: phylink: avoid mvneta warning when setting pause parameters (Al Stone) [2071844] - net: phylink: use supported_interfaces for phylink validation (Al Stone) [2071844] - net: phylink: Convert some users of mdiobus_* to mdiodev_* (Al Stone) [2071844] - net: phylink: Support disabling autonegotiation for PCS (Al Stone) [2071844] - net: phylink: rejig SFP interface selection in ksettings_set() (Al Stone) [2071844] - net: phylink: use mdiobus_modify_changed() helper (Al Stone) [2071844] - kernel-doc: support DECLARE_PHY_INTERFACE_MASK() (Al Stone) [2071844] - net: phylink: add MAC phy_interface_t bitmap (Al Stone) [2071844] - net: phy: add phy_interface_t bitmap support (Al Stone) [2071844] - net: phy: add genphy_c45_fast_retrain (Al Stone) [2071844] - net: phy: add constants for fast retrain related register (Al Stone) [2071844] - net: phylink: add phylink_set_10g_modes() helper (Al Stone) [2071844] - net: phylink: don't call netif_carrier_off() with NULL netdev (Al Stone) [2071844] - net: phylink: Update SFP selected interface on advertising changes (Al Stone) [2071844] - net: phylink: add suspend/resume support (Al Stone) [2071844] - net: phylink: cleanup ksettings_set (Al Stone) [2071844] - net: phylink: add phy change pause mode debug (Al Stone) [2071844] - phy: tegra: xusb: mark PM functions as __maybe_unused (Al Stone) [2071844] - s390/pai: Add support for PAI Extension 1 NNPA counters (Tobias Huschle) [2127436] Resolves: rhbz#2110436, rhbz#2124279, rhbz#2130164, rhbz#2044384, rhbz#2071844, rhbz#2127436 Signed-off-by: Frantisek Hrbata --- Makefile.rhelver | 2 +- kernel-aarch64-debug-rhel.config | 2 + kernel-aarch64-rhel.config | 2 + kernel-ppc64le-debug-rhel.config | 4 +- kernel-ppc64le-rhel.config | 4 +- kernel-s390x-debug-rhel.config | 4 +- kernel-s390x-rhel.config | 4 +- kernel-s390x-zfcpdump-rhel.config | 4 +- kernel-x86_64-debug-rhel.config | 2 + kernel-x86_64-rhel.config | 2 + kernel.spec | 185 +++++++++++++++++++++++++++++- sources | 6 +- 12 files changed, 208 insertions(+), 13 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 143412f..8ddd16c 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 = 179 +RHEL_RELEASE = 180 # # ZSTREAM diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 202aedd..089a5e3 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -4087,6 +4087,7 @@ CONFIG_PHY_BRCM_SATA=y # CONFIG_PHY_CADENCE_TORRENT is not set # CONFIG_PHY_CAN_TRANSCEIVER is not set # CONFIG_PHY_CPCAP_USB is not set +CONFIG_PHY_FSL_IMX8M_PCIE=y CONFIG_PHY_FSL_IMX8MQ_USB=m # CONFIG_PHY_HI3660_USB is not set # CONFIG_PHY_HI3670_USB is not set @@ -4097,6 +4098,7 @@ CONFIG_PHY_HI6220_USB=m CONFIG_PHYLIB=y CONFIG_PHYLINK=m # CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_MIXEL_LVDS_PHY is not set # CONFIG_PHY_MIXEL_MIPI_DPHY is not set CONFIG_PHY_NS2_USB_DRD=y # CONFIG_PHY_OCELOT_SERDES is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 0dbfe61..277bb48 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -4065,6 +4065,7 @@ CONFIG_PHY_BRCM_SATA=y # CONFIG_PHY_CADENCE_TORRENT is not set # CONFIG_PHY_CAN_TRANSCEIVER is not set # CONFIG_PHY_CPCAP_USB is not set +CONFIG_PHY_FSL_IMX8M_PCIE=y CONFIG_PHY_FSL_IMX8MQ_USB=m # CONFIG_PHY_HI3660_USB is not set # CONFIG_PHY_HI3670_USB is not set @@ -4075,6 +4076,7 @@ CONFIG_PHY_HI6220_USB=m CONFIG_PHYLIB=y CONFIG_PHYLINK=m # CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_MIXEL_LVDS_PHY is not set # CONFIG_PHY_MIXEL_MIPI_DPHY is not set CONFIG_PHY_NS2_USB_DRD=y # CONFIG_PHY_OCELOT_SERDES is not set diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 6f47f9b..6f3be73 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -3723,7 +3723,7 @@ CONFIG_PCI=y # CONFIG_PCMCIA is not set # CONFIG_PCNET32 is not set CONFIG_PCPU_DEV_REFCNT=y -# CONFIG_PCS_XPCS is not set +CONFIG_PCS_XPCS=m # CONFIG_PDA_POWER is not set # CONFIG_PDC_ADMA is not set # CONFIG_PEAQ_WMI is not set @@ -3740,6 +3740,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_CADENCE_TORRENT is not set # CONFIG_PHY_CAN_TRANSCEIVER is not set # CONFIG_PHY_CPCAP_USB is not set +# CONFIG_PHY_FSL_IMX8M_PCIE is not set # CONFIG_PHY_FSL_IMX8MQ_USB is not set # CONFIG_PHY_HI3660_USB is not set # CONFIG_PHY_HI3670_USB is not set @@ -3748,6 +3749,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_INTEL_LGM_EMMC is not set CONFIG_PHYLIB=y # CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_MIXEL_LVDS_PHY is not set # CONFIG_PHY_MIXEL_MIPI_DPHY is not set # CONFIG_PHY_OCELOT_SERDES is not set # CONFIG_PHY_PXA_28NM_HSIC is not set diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 3ae2def..a07e6b7 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -3703,7 +3703,7 @@ CONFIG_PCI=y # CONFIG_PCMCIA is not set # CONFIG_PCNET32 is not set CONFIG_PCPU_DEV_REFCNT=y -# CONFIG_PCS_XPCS is not set +CONFIG_PCS_XPCS=m # CONFIG_PDA_POWER is not set # CONFIG_PDC_ADMA is not set # CONFIG_PEAQ_WMI is not set @@ -3720,6 +3720,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_CADENCE_TORRENT is not set # CONFIG_PHY_CAN_TRANSCEIVER is not set # CONFIG_PHY_CPCAP_USB is not set +# CONFIG_PHY_FSL_IMX8M_PCIE is not set # CONFIG_PHY_FSL_IMX8MQ_USB is not set # CONFIG_PHY_HI3660_USB is not set # CONFIG_PHY_HI3670_USB is not set @@ -3728,6 +3729,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_INTEL_LGM_EMMC is not set CONFIG_PHYLIB=y # CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_MIXEL_LVDS_PHY is not set # CONFIG_PHY_MIXEL_MIPI_DPHY is not set # CONFIG_PHY_OCELOT_SERDES is not set # CONFIG_PHY_PXA_28NM_HSIC is not set diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 5c194d7..ce4a9b5 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -3710,7 +3710,7 @@ CONFIG_PCI=y # CONFIG_PCMCIA is not set # CONFIG_PCNET32 is not set CONFIG_PCPU_DEV_REFCNT=y -# CONFIG_PCS_XPCS is not set +CONFIG_PCS_XPCS=m # CONFIG_PDA_POWER is not set # CONFIG_PDC_ADMA is not set # CONFIG_PEAQ_WMI is not set @@ -3728,6 +3728,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_CADENCE_TORRENT is not set # CONFIG_PHY_CAN_TRANSCEIVER is not set # CONFIG_PHY_CPCAP_USB is not set +# CONFIG_PHY_FSL_IMX8M_PCIE is not set # CONFIG_PHY_FSL_IMX8MQ_USB is not set # CONFIG_PHY_HI3660_USB is not set # CONFIG_PHY_HI3670_USB is not set @@ -3736,6 +3737,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_INTEL_LGM_EMMC is not set # CONFIG_PHYLIB is not set # CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_MIXEL_LVDS_PHY is not set # CONFIG_PHY_MIXEL_MIPI_DPHY is not set # CONFIG_PHY_OCELOT_SERDES is not set # CONFIG_PHY_PXA_28NM_HSIC is not set diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 3b0d9e4..8cab5eb 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -3690,7 +3690,7 @@ CONFIG_PCI=y # CONFIG_PCMCIA is not set # CONFIG_PCNET32 is not set CONFIG_PCPU_DEV_REFCNT=y -# CONFIG_PCS_XPCS is not set +CONFIG_PCS_XPCS=m # CONFIG_PDA_POWER is not set # CONFIG_PDC_ADMA is not set # CONFIG_PEAQ_WMI is not set @@ -3708,6 +3708,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_CADENCE_TORRENT is not set # CONFIG_PHY_CAN_TRANSCEIVER is not set # CONFIG_PHY_CPCAP_USB is not set +# CONFIG_PHY_FSL_IMX8M_PCIE is not set # CONFIG_PHY_FSL_IMX8MQ_USB is not set # CONFIG_PHY_HI3660_USB is not set # CONFIG_PHY_HI3670_USB is not set @@ -3716,6 +3717,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_INTEL_LGM_EMMC is not set # CONFIG_PHYLIB is not set # CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_MIXEL_LVDS_PHY is not set # CONFIG_PHY_MIXEL_MIPI_DPHY is not set # CONFIG_PHY_OCELOT_SERDES is not set # CONFIG_PHY_PXA_28NM_HSIC is not set diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index f77984e..a14974c 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -3706,7 +3706,7 @@ CONFIG_PCI_PF_STUB=m # CONFIG_PCMCIA is not set # CONFIG_PCNET32 is not set CONFIG_PCPU_DEV_REFCNT=y -# CONFIG_PCS_XPCS is not set +CONFIG_PCS_XPCS=m # CONFIG_PDA_POWER is not set # CONFIG_PDC_ADMA is not set # CONFIG_PEAQ_WMI is not set @@ -3724,6 +3724,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_CADENCE_TORRENT is not set # CONFIG_PHY_CAN_TRANSCEIVER is not set # CONFIG_PHY_CPCAP_USB is not set +# CONFIG_PHY_FSL_IMX8M_PCIE is not set # CONFIG_PHY_FSL_IMX8MQ_USB is not set # CONFIG_PHY_HI3660_USB is not set # CONFIG_PHY_HI3670_USB is not set @@ -3732,6 +3733,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_INTEL_LGM_EMMC is not set # CONFIG_PHYLIB is not set # CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_MIXEL_LVDS_PHY is not set # CONFIG_PHY_MIXEL_MIPI_DPHY is not set # CONFIG_PHY_OCELOT_SERDES is not set # CONFIG_PHY_PXA_28NM_HSIC is not set diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 7f43be6..b41bf48 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -3936,6 +3936,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_CADENCE_TORRENT is not set # CONFIG_PHY_CAN_TRANSCEIVER is not set # CONFIG_PHY_CPCAP_USB is not set +# CONFIG_PHY_FSL_IMX8M_PCIE is not set # CONFIG_PHY_FSL_IMX8MQ_USB is not set # CONFIG_PHY_HI3660_USB is not set # CONFIG_PHY_HI3670_USB is not set @@ -3945,6 +3946,7 @@ CONFIG_PHY_BCM_SR_USB=m CONFIG_PHYLIB=y CONFIG_PHYLINK=m # CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_MIXEL_LVDS_PHY is not set # CONFIG_PHY_MIXEL_MIPI_DPHY is not set # CONFIG_PHY_OCELOT_SERDES is not set # CONFIG_PHY_PXA_28NM_HSIC is not set diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index 207504d..b501c8e 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -3916,6 +3916,7 @@ CONFIG_PHY_BCM_SR_USB=m # CONFIG_PHY_CADENCE_TORRENT is not set # CONFIG_PHY_CAN_TRANSCEIVER is not set # CONFIG_PHY_CPCAP_USB is not set +# CONFIG_PHY_FSL_IMX8M_PCIE is not set # CONFIG_PHY_FSL_IMX8MQ_USB is not set # CONFIG_PHY_HI3660_USB is not set # CONFIG_PHY_HI3670_USB is not set @@ -3925,6 +3926,7 @@ CONFIG_PHY_BCM_SR_USB=m CONFIG_PHYLIB=y CONFIG_PHYLINK=m # CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_MIXEL_LVDS_PHY is not set # CONFIG_PHY_MIXEL_MIPI_DPHY is not set # CONFIG_PHY_OCELOT_SERDES is not set # CONFIG_PHY_PXA_28NM_HSIC is not set diff --git a/kernel.spec b/kernel.spec index f003ed2..aba1bd3 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 179 +%define pkgrelease 180 %define kversion 5 -%define tarfile_release 5.14.0-179.el9 +%define tarfile_release 5.14.0-180.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 179%{?buildid}%{?dist} +%define specrelease 180%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-179.el9 +%define kabiversion 5.14.0-180.el9 # # End of genspec.sh variables @@ -3057,6 +3057,183 @@ fi # # %changelog +* Tue Oct 25 2022 Frantisek Hrbata [5.14.0-180.el9] +- s390/qeth: cache link_info for ethtool (Tobias Huschle) [2110436] +- s390/qeth: Fix typo 'the the' in comment (Tobias Huschle) [2110436] +- s390/qdio: Fix spelling mistake (Tobias Huschle) [2110436] +- s390/lcs: fix variable dereferenced before check (Tobias Huschle) [2110436] +- s390/ctcm: fix potential memory leak (Tobias Huschle) [2110436] +- s390/ctcm: fix variable dereferenced before check (Tobias Huschle) [2110436] +- qeth: remove a copy of the NAPI_POLL_WEIGHT define (Tobias Huschle) [2110436] +- nfp: nfdk: implement xdp tx path for NFDK (Stefan Assmann) [2124279] +- nfp: add support for NFDK data path (Stefan Assmann) [2124279] +- nfp: choose data path based on version (Stefan Assmann) [2124279] +- nfp: add per-data path feature mask (Stefan Assmann) [2124279] +- nfp: use TX ring pointer write back (Stefan Assmann) [2124279] +- nfp: move tx_ring->qcidx into cold data (Stefan Assmann) [2124279] +- nfp: prepare for multi-part descriptors (Stefan Assmann) [2124279] +- nfp: use callbacks for slow path ring related functions (Stefan Assmann) [2124279] +- nfp: move the fast path code to separate files (Stefan Assmann) [2124279] +- nfp: calculate ring masks without conditionals (Stefan Assmann) [2124279] +- nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MOD (Stefan Assmann) [2124279] +- nfp: add support for NFP3800/NFP3803 PCIe devices (Stefan Assmann) [2124279] +- nfp: take chip version into account for ring sizes (Stefan Assmann) [2124279] +- nfp: parametrize QCP offset/size using dev_info (Stefan Assmann) [2124279] +- nfp: use dev_info for the DMA mask (Stefan Assmann) [2124279] +- nfp: use dev_info for PCIe config space BAR offsets (Stefan Assmann) [2124279] +- nfp: introduce dev_info static chip data (Stefan Assmann) [2124279] +- nfp: sort the device ID tables (Stefan Assmann) [2124279] +- nfp: use PluDevice register for model for non-NFP6000 chips (Stefan Assmann) [2124279] +- nfp: use PCI_DEVICE_ID_NETRONOME_NFP6000_VF for VFs instead (Stefan Assmann) [2124279] +- nfp: remove pessimistic NFP_QCP_MAX_ADD limits (Stefan Assmann) [2124279] +- nfp: remove define for an unused control bit (Stefan Assmann) [2124279] +- nfp: xsk: fix a warning when allocating rx rings (Stefan Assmann) [2124279] +- nfp: xsk: avoid newline at the end of message in NL_SET_ERR_MSG_MOD (Stefan Assmann) [2124279] +- nfp: xsk: add AF_XDP zero-copy Rx and Tx support (Stefan Assmann) [2124279] +- nfp: xsk: add configuration check for XSK socket chunk size (Stefan Assmann) [2124279] +- nfp: xsk: add an array of xsk buffer pools to each data path (Stefan Assmann) [2124279] +- nfp: wrap napi add/del logic (Stefan Assmann) [2124279] +- nfp: expose common functions to be used for AF_XDP (Stefan Assmann) [2124279] +- nfp: flower: Remove usage of the deprecated ida_simple_xxx API (Stefan Assmann) [2124279] +- nfp: avoid newline at end of message in NL_SET_ERR_MSG_MOD (Stefan Assmann) [2124279] +- nfp: add NFP_FL_FEATS_QOS_METER to host features to enable meter offload (Stefan Assmann) [2124279] +- nfp: add support to offload police action from flower table (Stefan Assmann) [2124279] +- nfp: add process to get action stats from hardware (Stefan Assmann) [2124279] +- nfp: add hash table to store meter table (Stefan Assmann) [2124279] +- nfp: add support to offload tc action to hardware (Stefan Assmann) [2124279] +- nfp: refactor policer config to support ingress/egress meter (Stefan Assmann) [2124279] +- nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() (Stefan Assmann) [2124279] +- nfp: flower: netdev offload check for ip6gretap (Stefan Assmann) [2124279] +- nfp: flower: fix ida_idx not being released (Stefan Assmann) [2124279] +- nfp: Simplify array allocation (Stefan Assmann) [2124279] +- nfp: only use kdoc style comments for kdoc (Stefan Assmann) [2124279] +- nfp: flower: Use struct_size() helper in kmalloc() (Stefan Assmann) [2124279] +- nfp: flower: refine the use of circular buffer (Stefan Assmann) [2124279] +- nfp: Fix memory leak in nfp_cpp_area_cache_add() (Stefan Assmann) [2124279] +- nfp: checking parameter process for rx-usecs/tx-usecs is invalid (Stefan Assmann) [2124279] +- nfp: flower: correction of error handling (Stefan Assmann) [2124279] +- nfp: fix potential deadlock when canceling dim work (Stefan Assmann) [2124279] +- nfp: fix NULL pointer access when scheduling dim work (Stefan Assmann) [2124279] +- nfp: flower: Allow ipv6gretap interface for offloading (Stefan Assmann) [2124279] +- ethernet: constify references to netdev->dev_addr in drivers (Stefan Assmann) [2124279] +- nfp: Prefer struct_size over open coded arithmetic (Stefan Assmann) [2124279] +- nfp: bpf: silence bitwise vs. logical OR warning (Stefan Assmann) [2124279] +- net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assert (Stefan Assmann) [2124279] +- nfp: flow_offload: move flow_indr_dev_register from app init to app start (Stefan Assmann) [2124279] +- nfp: use netif_set_real_num_queues() (Stefan Assmann) [2124279] +- nfp: flower-ct: fix error return code in nfp_fl_ct_add_offload() (Stefan Assmann) [2124279] +- nfp: add support for coalesce adaptive feature (Stefan Assmann) [2124279] +- nfp: fix return statement in nfp_net_parse_meta() (Stefan Assmann) [2124279] +- nfp: flower-tc: add flow stats updates for ct (Stefan Assmann) [2124279] +- nfp: flower-ct: add offload calls to the nfp (Stefan Assmann) [2124279] +- nfp: flower-ct: add flow_pay to the offload table (Stefan Assmann) [2124279] +- nfp: flower-ct: add actions into flow_pay for offload (Stefan Assmann) [2124279] +- nfp: flower-ct: compile match sections of flow_payload (Stefan Assmann) [2124279] +- nfp: flower-ct: calculate required key_layers (Stefan Assmann) [2124279] +- nfp: flower: refactor action offload code slightly (Stefan Assmann) [2124279] +- nfp: flower: refactor match functions to take flow_rule as input (Stefan Assmann) [2124279] +- nfp: flower: make the match compilation functions reusable (Stefan Assmann) [2124279] +- mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE case (Waiman Long) [2130164] {CVE-2022-39188} +- mmu_gather: Force tlb-flush VM_PFNMAP vmas (Waiman Long) [2130164] {CVE-2022-39188} +- mmu_gather: Let there be one tlb_{start,end}_vma() implementation (Waiman Long) [2130164] {CVE-2022-39188} +- csky/tlb: Remove tlb_flush() define (Waiman Long) [2130164] {CVE-2022-39188} +- mmu_gather: Remove per arch tlb_{start,end}_vma() (Waiman Long) [2130164] {CVE-2022-39188} +- s390/dasd: add device ping attribute (Tobias Huschle) [2044384] +- s390/dasd: suppress generic error messages for PPRC secondary devices (Tobias Huschle) [2044384] +- s390/dasd: add ioctl to perform a swap of the drivers copy pair (Tobias Huschle) [2044384] +- s390/dasd: add copy pair swap capability (Tobias Huschle) [2044384] +- s390/dasd: add copy pair setup (Tobias Huschle) [2044384] +- s390/dasd: add query PPRC function (Tobias Huschle) [2044384] +- s390/dasd: put block allocation in separate function (Tobias Huschle) [2044384] +- s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup (Tobias Huschle) [2044384] +- net: stmmac: Fix unset max_speed difference between DT and non-DT platforms (Al Stone) [2071844] +- usb: dwc2: fix wrong order of phy_power_on and phy_init (Al Stone) [2071844] +- net: stmmac: remove phylink_config.pcs_poll usage (Al Stone) [2071844] +- net: stmmac: use .mac_select_pcs() interface (Al Stone) [2071844] +- net: stmmac: convert to phylink_generic_validate() (Al Stone) [2071844] +- net: stmmac: convert to phylink_get_linkmodes() (Al Stone) [2071844] +- lan743x: fix deadlock in lan743x_phy_link_status_change() (Al Stone) [2071844] +- net: phy: c45 baset1: do not skip aneg configuration if clock role is not specified (Al Stone) [2071844] +- rhel: Enable configs for imx8m PHYs (Al Stone) [2071844] +- phy: freescale: Add i.MX8qm Mixel LVDS PHY support (Al Stone) [2071844] +- units: Add SI metric prefix definitions (Al Stone) [2071844] +- phy: tegra: Add PCIe PIPE2UPHY support for Tegra234 (Al Stone) [2071844] +- net: phy: Don't trigger state machine while in suspend (Al Stone) [2071844] +- net: phy: Fix race condition on link status change (Al Stone) [2071844] +- net: phy: Convert to mdiobus_c45_{read|write} (Al Stone) [2071844] +- net: phy: fix duplex out of sync problem while changing settings (Al Stone) [2071844] +- phy: phy_ethtool_ksettings_set: Lock the PHY while changing settings (Al Stone) [2071844] +- phy: phy_start_aneg: Add an unlocked version (Al Stone) [2071844] +- phy: phy_ethtool_ksettings_set: Move after phy_start_aneg (Al Stone) [2071844] +- phy: phy_ethtool_ksettings_get: Lock the phy for consistency (Al Stone) [2071844] +- linux/phy.h: add phydev_err_probe() wrapper for dev_err_probe() (Al Stone) [2071844] +- net: phy: export genphy_c45_baset1_read_status() (Al Stone) [2071844] +- net: phy: genphy_c45_pma_baset1_read_master_slave: read actual configuration (Al Stone) [2071844] +- net: phy: introduce genphy_c45_pma_baset1_read_master_slave() (Al Stone) [2071844] +- net: phy: genphy_c45_pma_baset1_setup_master_slave: do no set unknown configuration (Al Stone) [2071844] +- net: phy: introduce genphy_c45_pma_baset1_setup_master_slave() (Al Stone) [2071844] +- net: phy: genphy_c45_baset1_an_config_aneg: do no set unknown configuration (Al Stone) [2071844] +- net: phy: Add 10BASE-T1L support in phy-c45 (Al Stone) [2071844] +- net: mdio: add helpers to extract clause 45 regad and devad fields (Al Stone) [2071844] +- net: mdio: Add helper functions for accessing MDIO devices (Al Stone) [2071844] +- net: mdio: add mdiobus_modify_changed() (Al Stone) [2071844] +- net: mdio: introduce a shutdown method to mdio device drivers (Al Stone) [2071844] +- net: phy: Add BaseT1 auto-negotiation registers (Al Stone) [2071844] +- net: phy: Add 10-BaseT1L registers (Al Stone) [2071844] +- ethtool: Add 10base-T1L link mode entry (Al Stone) [2071844] +- phy: freescale: imx8m-pcie: Handle IMX8_PCIE_REFCLK_PAD_UNUSED (Al Stone) [2071844] +- phy: core: Warn when phy_power_on is called before phy_init (Al Stone) [2071844] +- phy: core: Update documentation syntax (Al Stone) [2071844] +- phy: core: Add documentation of phy operation order (Al Stone) [2071844] +- phy: freescale: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support (Al Stone) [2071844] +- phy: Add LVDS configuration options (Al Stone) [2071844] +- net: phylink: remove phylink_helper_basex_speed() (Al Stone) [2071844] +- phy: phy-can-transceiver: Add support for setting mux (Al Stone) [2071844] +- phy: PHY_FSL_LYNX_28G should depend on ARCH_LAYERSCAPE (Al Stone) [2071844] +- phy: Remove duplicated include in phy-fsl-lynx-28g.c (Al Stone) [2071844] +- phy: add support for the Layerscape SerDes 28G (Al Stone) [2071844] +- net: phy: correct spelling error of media in documentation (Al Stone) [2071844] +- net: phy: exported the genphy_read_master_slave function (Al Stone) [2071844] +- net: phylink: remove phylink_set_pcs() (Al Stone) [2071844] +- phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure}) (Al Stone) [2071844] +- net: phylink: remove phylink_config's pcs_poll (Al Stone) [2071844] +- net: phylink: remove phylink_set_10g_modes() (Al Stone) [2071844] +- phy: make phy_set_max_speed() *void* (Al Stone) [2071844] +- phy: freescale: i.MX8 PHYs should depend on ARCH_MXC && ARM64 (Al Stone) [2071844] +- phy: freescale: pcie: cosmetic clean-up (Al Stone) [2071844] +- net: phylink: add pcs_validate() method (Al Stone) [2071844] +- net: phylink: add mac_select_pcs() method to phylink_mac_ops (Al Stone) [2071844] +- phy: freescale: pcie: explicitly add bitfield.h (Al Stone) [2071844] +- phy: freescale: pcie: Initialize the imx8 pcie standalone phy driver (Al Stone) [2071844] +- phy: tegra: xusb: Fix return value of tegra_xusb_find_port_node function (Al Stone) [2071844] +- net: phylink: use legacy_pre_march2020 (Al Stone) [2071844] +- net: phylink: add legacy_pre_march2020 indicator (Al Stone) [2071844] +- net: phy: Remove unnecessary indentation in the comments of phy_device (Al Stone) [2071844] +- phy: phy-can-transceiver: Make devm_gpiod_get optional (Al Stone) [2071844] +- net: phylink: Add helpers for c22 registers without MDIO (Al Stone) [2071844] +- net: phylink: add 1000base-KX to phylink_caps_to_linkmodes() (Al Stone) [2071844] +- net: document SMII and correct phylink's new validation mechanism (Al Stone) [2071844] +- net: phylink: add generic validate implementation (Al Stone) [2071844] +- net: phylink: avoid mvneta warning when setting pause parameters (Al Stone) [2071844] +- net: phylink: use supported_interfaces for phylink validation (Al Stone) [2071844] +- net: phylink: Convert some users of mdiobus_* to mdiodev_* (Al Stone) [2071844] +- net: phylink: Support disabling autonegotiation for PCS (Al Stone) [2071844] +- net: phylink: rejig SFP interface selection in ksettings_set() (Al Stone) [2071844] +- net: phylink: use mdiobus_modify_changed() helper (Al Stone) [2071844] +- kernel-doc: support DECLARE_PHY_INTERFACE_MASK() (Al Stone) [2071844] +- net: phylink: add MAC phy_interface_t bitmap (Al Stone) [2071844] +- net: phy: add phy_interface_t bitmap support (Al Stone) [2071844] +- net: phy: add genphy_c45_fast_retrain (Al Stone) [2071844] +- net: phy: add constants for fast retrain related register (Al Stone) [2071844] +- net: phylink: add phylink_set_10g_modes() helper (Al Stone) [2071844] +- net: phylink: don't call netif_carrier_off() with NULL netdev (Al Stone) [2071844] +- net: phylink: Update SFP selected interface on advertising changes (Al Stone) [2071844] +- net: phylink: add suspend/resume support (Al Stone) [2071844] +- net: phylink: cleanup ksettings_set (Al Stone) [2071844] +- net: phylink: add phy change pause mode debug (Al Stone) [2071844] +- phy: tegra: xusb: mark PM functions as __maybe_unused (Al Stone) [2071844] +- s390/pai: Add support for PAI Extension 1 NNPA counters (Tobias Huschle) [2127436] + * Mon Oct 24 2022 Frantisek Hrbata [5.14.0-179.el9] - dmaengine: imx-sdma: Add FIFO stride support for multi FIFO script (Jerry Snitselaar) [2112028] - dmaengine: idxd: Correct IAX operation code names (Jerry Snitselaar) [2112028] diff --git a/sources b/sources index 74bf834..9a3742c 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-179.el9.tar.xz) = 3352c99e9e660d35819d39e305d535ed0774bfd5c6d03c76098f111a2168e556a4c0177d08684b35d0ecbbbc9338acd5146e1605a3129e1f88edacdd4548c1bb -SHA512 (kernel-abi-stablelists-5.14.0-179.el9.tar.bz2) = dbf66f9d6ad7d658d8a97e0687559d62944923e31b6958c12f833e27f60d77fff3b6a15b423ee90a894684a19c681af11ed714f551941541121a1d0eda57e9a1 -SHA512 (kernel-kabi-dw-5.14.0-179.el9.tar.bz2) = 3aff600593afa35e89015dec9a1391df3f6126d9f2d1c5daa15db2745d053aec470dab2772559e73b07c21af77c0f43ec560529a2e65086d7d9c0ff7dddf4c5b +SHA512 (linux-5.14.0-180.el9.tar.xz) = 57360610abef38e952663ed710b9d354fb7ea2f7f2124ad9694f886b155436f9cfc1653dc49157bf39c6d355263228b1853c92e1251a0fb0d8790f4124f73695 +SHA512 (kernel-abi-stablelists-5.14.0-180.el9.tar.bz2) = b331507bbee599c568eb2727499f6ef5ccc217953537a6c089a06d781a959d97e515c4ba4a002add17647ae90c9d38dc66bf688887c73035720e10e988f54c0b +SHA512 (kernel-kabi-dw-5.14.0-180.el9.tar.bz2) = 3aff600593afa35e89015dec9a1391df3f6126d9f2d1c5daa15db2745d053aec470dab2772559e73b07c21af77c0f43ec560529a2e65086d7d9c0ff7dddf4c5b