From d0b5d83033b83a20efbf6f8f9d9a7380a60b8bc9 Mon Sep 17 00:00:00 2001 From: "Luis Claudio R. Goncalves" Date: Fri, 28 Oct 2022 20:27:13 -0300 Subject: [PATCH] kernel-rt-5.14.0-180.rt21.180.el9 * Fri Oct 28 2022 Luis Claudio R. Goncalves [5.14.0-180.rt21.180.el9] - [rt] build kernel-rt-5.14.0-180.rt21.180.el9 [2125474] - 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) [2130165] {CVE-2022-39188} - mmu_gather: Force tlb-flush VM_PFNMAP vmas (Waiman Long) [2130165] {CVE-2022-39188} - mmu_gather: Let there be one tlb_{start,end}_vma() implementation (Waiman Long) [2130165] {CVE-2022-39188} - csky/tlb: Remove tlb_flush() define (Waiman Long) [2130165] {CVE-2022-39188} - mmu_gather: Remove per arch tlb_{start,end}_vma() (Waiman Long) [2130165] {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#2125474, rhbz#2130165 Signed-off-by: Luis Claudio R. Goncalves --- Makefile.rhelver | 4 +- kernel-rt-x86_64-debug-rhel.config | 2 + kernel-rt-x86_64-rhel.config | 2 + kernel.spec | 186 ++++++++++++++++++++++++++++- sources | 6 +- 5 files changed, 191 insertions(+), 9 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 42fd6c0..5b87db2 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 @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.179 +RTBUILD:=.180 diff --git a/kernel-rt-x86_64-debug-rhel.config b/kernel-rt-x86_64-debug-rhel.config index 1a0aea6..a4db392 100644 --- a/kernel-rt-x86_64-debug-rhel.config +++ b/kernel-rt-x86_64-debug-rhel.config @@ -4063,6 +4063,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 @@ -4072,6 +4073,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-rt-x86_64-rhel.config b/kernel-rt-x86_64-rhel.config index 585e370..a2cd5ff 100644 --- a/kernel-rt-x86_64-rhel.config +++ b/kernel-rt-x86_64-rhel.config @@ -4043,6 +4043,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 @@ -4052,6 +4053,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 1abd254..1ed2380 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.rt21.179 +%define pkgrelease 180.rt21.180 %define kversion 5 -%define tarfile_release 5.14.0-179.rt21.179.el9 +%define tarfile_release 5.14.0-180.rt21.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.rt21.179%{?buildid}%{?dist} +%define specrelease 180.rt21.180%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-179.rt21.179.el9 +%define kabiversion 5.14.0-180.rt21.180.el9 # # End of genspec.sh variables @@ -3187,6 +3187,184 @@ fi # # %changelog +* Fri Oct 28 2022 Luis Claudio R. Goncalves [5.14.0-180.rt21.180.el9] +- [rt] build kernel-rt-5.14.0-180.rt21.180.el9 [2125474] +- 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) [2130165] {CVE-2022-39188} +- mmu_gather: Force tlb-flush VM_PFNMAP vmas (Waiman Long) [2130165] {CVE-2022-39188} +- mmu_gather: Let there be one tlb_{start,end}_vma() implementation (Waiman Long) [2130165] {CVE-2022-39188} +- csky/tlb: Remove tlb_flush() define (Waiman Long) [2130165] {CVE-2022-39188} +- mmu_gather: Remove per arch tlb_{start,end}_vma() (Waiman Long) [2130165] {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] + * Fri Oct 28 2022 Luis Claudio R. Goncalves [5.14.0-179.rt21.179.el9] - [rt] build kernel-rt-5.14.0-179.rt21.179.el9 [2125474] - serial: 8250: more write_atomic updates (Scott Weaver) diff --git a/sources b/sources index 32813e2..2375b44 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-179.rt21.179.el9.tar.xz) = 8f1abd2819def522842f6cbd76f65f6dab5dfe6789fc2be845c7e441e89c93dd8f0934b15e24e952000ec88ccdea7b3c19e09763bdb41c48a246f5e392362c4f -SHA512 (kernel-abi-stablelists-5.14.0-179.rt21.179.el9.tar.bz2) = 9750d04e30f54e8cb86aa8a803f2cbd9ced1d2e14482f1af4cca61f88609f85b3a42c1f75f08647521c7da836926363150fdb08569c7b25ecddc005dbc68f647 -SHA512 (kernel-kabi-dw-5.14.0-179.rt21.179.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578 +SHA512 (linux-5.14.0-180.rt21.180.el9.tar.xz) = dbc3fb3e7c79cf4d04f952fac1581b0e44f5dcb8894fd7eca7031febd7a15fc3d965e9e32357fd1a4e2c94b1aa8ce0d64427e76a338dbcc4a9691c436893154c +SHA512 (kernel-abi-stablelists-5.14.0-180.rt21.180.el9.tar.bz2) = 3504c51395af361a0f30ca9bdfe5800fde834f3f6141b8dd0ffe897c2b5482d5f36617e516793b944506ce1d0be46de64488abbf58ba9fdda14bacf32fc7c45a +SHA512 (kernel-kabi-dw-5.14.0-180.rt21.180.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578