diff --git a/Makefile.rhelver b/Makefile.rhelver index 9893e0527..2b3177e20 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 3 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 349 +RHEL_RELEASE = 350 # # ZSTREAM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index da91c9ea7..f2a32d07e 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -6063,7 +6063,7 @@ CONFIG_TCP_MD5SIG=y # CONFIG_TCS3414 is not set # CONFIG_TCS3472 is not set CONFIG_TEE=m -# CONFIG_TEGRA186_GPC_DMA is not set +CONFIG_TEGRA186_GPC_DMA=m CONFIG_TEGRA186_TIMER=y CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA_BPMP_THERMAL=m diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index 2da709ff8..81e5163ef 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -6039,7 +6039,7 @@ CONFIG_TCP_MD5SIG=y # CONFIG_TCS3414 is not set # CONFIG_TCS3472 is not set CONFIG_TEE=m -# CONFIG_TEGRA186_GPC_DMA is not set +CONFIG_TEGRA186_GPC_DMA=m CONFIG_TEGRA186_TIMER=y CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA_BPMP_THERMAL=m diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 6cf0a8aed..155fb8f32 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -6060,7 +6060,7 @@ CONFIG_TCP_MD5SIG=y # CONFIG_TCS3414 is not set # CONFIG_TCS3472 is not set CONFIG_TEE=m -# CONFIG_TEGRA186_GPC_DMA is not set +CONFIG_TEGRA186_GPC_DMA=m CONFIG_TEGRA186_TIMER=y CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA_BPMP_THERMAL=m diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index d1564aa0a..4577b9df5 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -6036,7 +6036,7 @@ CONFIG_TCP_MD5SIG=y # CONFIG_TCS3414 is not set # CONFIG_TCS3472 is not set CONFIG_TEE=m -# CONFIG_TEGRA186_GPC_DMA is not set +CONFIG_TEGRA186_GPC_DMA=m CONFIG_TEGRA186_TIMER=y CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA_BPMP_THERMAL=m diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index fd10668d6..26e88e568 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -6161,7 +6161,7 @@ CONFIG_TCP_MD5SIG=y # CONFIG_TCS3414 is not set # CONFIG_TCS3472 is not set CONFIG_TEE=m -# CONFIG_TEGRA186_GPC_DMA is not set +CONFIG_TEGRA186_GPC_DMA=m CONFIG_TEGRA186_TIMER=y CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA_BPMP_THERMAL=m diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index 542a3a13e..9602fc5f6 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -6137,7 +6137,7 @@ CONFIG_TCP_MD5SIG=y # CONFIG_TCS3414 is not set # CONFIG_TCS3472 is not set CONFIG_TEE=m -# CONFIG_TEGRA186_GPC_DMA is not set +CONFIG_TEGRA186_GPC_DMA=m CONFIG_TEGRA186_TIMER=y CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA_BPMP_THERMAL=m diff --git a/kernel.spec b/kernel.spec index bbbb89ebd..e57498d3e 100755 --- a/kernel.spec +++ b/kernel.spec @@ -161,15 +161,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 349 +%define pkgrelease 350 %define kversion 5 -%define tarfile_release 5.14.0-349.el9 +%define tarfile_release 5.14.0-350.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 349%{?buildid}%{?dist} +%define specrelease 350%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-349.el9 +%define kabiversion 5.14.0-350.el9 # # End of genspec.sh variables @@ -3698,6 +3698,244 @@ fi # # %changelog +* Fri Aug 04 2023 Jan Stancek [5.14.0-350.el9] +- redhat/configs: enable TEGRA186_GPC_DMA driver (Peter Robinson) [2181001] +- bpf, sockmap: Pass skb ownership through read_skb (Felix Maurer) [2218483] +- af_unix: Refactor unix_read_skb() (Felix Maurer) [2218483] +- udp: Refactor udp_read_skb() (Felix Maurer) [2218483] +- page_pool: fix inconsistency for page_pool_ring_[un]lock() (Felix Maurer) [2218483] +- xsk: Fix unaligned descriptor validation (Felix Maurer) [2218483] +- tracing: bpf: use struct trace_entry in struct syscall_tp_t (Yauheni Kaliuta) [2184620] +- memstick: r592: Fix UAF bug in r592_remove due to race condition (Ricardo Robaina) [2213203] {CVE-2023-3141} +- arm64/hyperv: Use CPUHP_AP_HYPERV_ONLINE state to fix CPU online sequencing (Vitaly Kuznetsov) [2222608] +- x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline (Vitaly Kuznetsov) [2222608] +- PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_arg (Vitaly Kuznetsov) [2222608] +- PCI: hv: Enable PCI pass-thru devices in Confidential VMs (Vitaly Kuznetsov) [2222608] +- Drivers: hv: Don't remap addresses that are above shared_gpa_boundary (Vitaly Kuznetsov) [2222608] +- hv_netvsc: Remove second mapping of send and recv buffers (Vitaly Kuznetsov) [2222608] +- Drivers: hv: vmbus: Remove second way of mapping ring buffers (Vitaly Kuznetsov) [2222608] +- Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages (Vitaly Kuznetsov) [2222608] +- swiotlb: Remove bounce buffer remapping for Hyper-V (Vitaly Kuznetsov) [2222608] +- x86/hyperv: Change vTOM handling to use standard coco mechanisms (Vitaly Kuznetsov) [2222608] +- init: Call mem_encrypt_init() after Hyper-V hypercall init is done (Vitaly Kuznetsov) [2222608] +- x86/mm: Handle decryption/re-encryption of bss_decrypted consistently (Vitaly Kuznetsov) [2222608] +- Drivers: hv: Explicitly request decrypted in vmap_pfn() calls (Vitaly Kuznetsov) [2222608] +- x86/hyperv: Reorder code to facilitate future work (Vitaly Kuznetsov) [2222608] +- x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VM (Vitaly Kuznetsov) [2222608] +- x86/sev: Add SEV-SNP guest feature negotiation support (Vitaly Kuznetsov) [2222608] +- scsi: storvsc: Handle SRB status value 0x30 (Cathy Avery) [2224933] +- ibmvnic: Do not reset dql stats on NON_FATAL err (Mamatha Inamdar) [2226158] +- tools/power/x86/intel-speed-select: Support more than 8 sockets. (Frank Ramsay) [2220976] +- xfs: block reservation too large for minleft allocation (Bill O'Donnell) [2224502] +- x86/cpu/amd: Add a Zenbleed fix (Waiman Long) [2226822] {CVE-2023-20593} +- x86/cpu/amd: Move the errata checking functionality up (Waiman Long) [2226822] {CVE-2023-20593} +- x86/microcode/core: Return an error only when necessary (Waiman Long) [2226822] {CVE-2023-20593} +- x86/microcode/AMD: Fix mixed steppings support (Waiman Long) [2226822] {CVE-2023-20593} +- x86/microcode/AMD: Add a @cpu parameter to the reloading functions (Waiman Long) [2226822] {CVE-2023-20593} +- x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter (Waiman Long) [2226822] {CVE-2023-20593} +- x86/amd: Cache debug register values in percpu variables (Waiman Long) [2226822] {CVE-2023-20593} +- x86/microcode: Adjust late loading result reporting message (Waiman Long) [2226822] {CVE-2023-20593} +- x86/microcode: Check CPU capabilities after late microcode update correctly (Waiman Long) [2226822] {CVE-2023-20593} +- x86/microcode: Add a parameter to microcode_check() to store CPU capabilities (Waiman Long) [2226822] {CVE-2023-20593} +- x86/microcode/AMD: Rename a couple of functions (Waiman Long) [2226822] {CVE-2023-20593} +- mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init (Ivan Vecera) [2196494] +- mlxsw: pci: Fix possible crash during initialization (Ivan Vecera) [2196494] +- mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next() (Ivan Vecera) [2196494] +- selftests: forwarding: hw_stats_l3: Detect failure to install counters (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Fix incorrect local port type (Ivan Vecera) [2196494] +- mlxsw: core_thermal: Fix fan speed in maximum cooling state (Ivan Vecera) [2196494] +- mlxsw: spectrum: Fix incorrect parsing depth after reload (Ivan Vecera) [2196494] +- selftests: net: forwarding: lib: Drop lldpad_app_wait_set(), _del() (Ivan Vecera) [2196494] +- selftests: mlxsw: qos_defprio: Convert from lldptool to dcb (Ivan Vecera) [2196494] +- selftests: mlxsw: qos_dscp_router: Convert from lldptool to dcb (Ivan Vecera) [2196494] +- selftests: mlxsw: qos_dscp_bridge: Convert from lldptool to dcb (Ivan Vecera) [2196494] +- mlxsw: Add support of latency TLV (Ivan Vecera) [2196494] +- mlxsw: core: Define latency TLV fields (Ivan Vecera) [2196494] +- mlxsw: emad: Add support for latency TLV (Ivan Vecera) [2196494] +- mlxsw: core: Do not worry about changing 'enable_string_tlv' while sending EMADs (Ivan Vecera) [2196494] +- mlxsw: Enable string TLV usage according to MGIR output (Ivan Vecera) [2196494] +- mlxsw: reg: Add TLV related fields to MGIR register (Ivan Vecera) [2196494] +- mlxsw: spectrum_router: Replace 0-length array with flexible array (Ivan Vecera) [2196494] +- selftests: mlxsw: Move IPv6 decap_error test to shared directory (Ivan Vecera) [2196494] +- mlxsw: spectrum_ipip: Add Spectrum-1 ip6gre support (Ivan Vecera) [2196494] +- mlxsw: spectrum_ipip: Rename Spectrum-2 ip6gre operations (Ivan Vecera) [2196494] +- mlxsw: spectrum_router: Add support for double entry RIFs (Ivan Vecera) [2196494] +- mlxsw: spectrum_router: Parametrize RIF allocation size (Ivan Vecera) [2196494] +- mlxsw: spectrum_router: Use gen_pool for RIF index allocation (Ivan Vecera) [2196494] +- mlxsw: update adjfine to use adjust_by_scaled_ppm (Ivan Vecera) [2196494] +- mlxsw: Avoid warnings when not offloaded FDB entry with IPv6 is removed (Ivan Vecera) [2196494] +- selftests: mlxsw: Add a test for invalid locked bridge port configurations (Ivan Vecera) [2196494] +- selftests: mlxsw: Add a test for locked port trap (Ivan Vecera) [2196494] +- selftests: mlxsw: Add a test for EAPOL trap (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Add locked bridge port support (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Use extack in bridge port flag validation (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Add support for locked FDB notifications (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Prepare for locked FDB notifications (Ivan Vecera) [2196494] +- mlxsw: spectrum: Add an API to configure security checks (Ivan Vecera) [2196494] +- mlxsw: reg: Add Switch Port FDB Security Register (Ivan Vecera) [2196494] +- mlxsw: spectrum_trap: Register 802.1X packet traps with devlink (Ivan Vecera) [2196494] +- mlxsw: Add support for 800Gbps link modes (Ivan Vecera) [2196494] +- mlxsw: core_acl_flex_actions: Split memcpy() of struct flow_action_cookie flexible array (Ivan Vecera) [2196494] +- mlxsw: reg: Remove deprecated code about SFTR-V2 Register (Ivan Vecera) [2196494] +- selftests: mlxsw: Remove qos_burst test (Ivan Vecera) [2196494] +- selftests: mlxsw: Use shapers in QOS RED tests instead of forcing speed (Ivan Vecera) [2196494] +- selftests: mlxsw: Use shapers in QOS tests instead of forcing speed (Ivan Vecera) [2196494] +- mellanox/mlxsw: fix repeated words in comments (Ivan Vecera) [2196494] +- mlxsw: spectrum: Add a copy of 'struct mlxsw_config_profile' for Spectrum-4 (Ivan Vecera) [2196494] +- mlxsw: Add a helper function for getting maximum LAG ID (Ivan Vecera) [2196494] +- mlxsw: Support configuring 'max_lag' via CONFIG_PROFILE (Ivan Vecera) [2196494] +- mlxsw: cmd: Edit the comment of 'max_lag' field in CONFIG_PROFILE (Ivan Vecera) [2196494] +- mlxsw: minimal: Return -ENOMEM on allocation failure (Ivan Vecera) [2196494] +- mlxsw: Remove unused mlxsw_core_port_type_get() (Ivan Vecera) [2196494] +- mlxsw: Remove unused port_type_set devlink op (Ivan Vecera) [2196494] +- mlxsw: Remove unused IB stuff (Ivan Vecera) [2196494] +- mlxsw: minimal: Extend to support line card dynamic operations (Ivan Vecera) [2196494] +- mlxsw: minimal: Extend module to port mapping with slot index (Ivan Vecera) [2196494] +- mlxsw: minimal: Move ports allocation to separate routine (Ivan Vecera) [2196494] +- mlxsw: minimal: Extend APIs with slot index for modular system support (Ivan Vecera) [2196494] +- mlxsw: i2c: Add support for system interrupt handling (Ivan Vecera) [2196494] +- mlxsw: core_linecards: Register a system event handler (Ivan Vecera) [2196494] +- mlxsw: core: Add registration APIs for system event handler (Ivan Vecera) [2196494] +- selftests: mlxsw: Add egress VID classification test (Ivan Vecera) [2196494] +- selftests: mlxsw: Add ingress RIF configuration test for VXLAN (Ivan Vecera) [2196494] +- selftests: mlxsw: Add ingress RIF configuration test for 802.1Q bridge (Ivan Vecera) [2196494] +- selftests: mlxsw: Add ingress RIF configuration test for 802.1D bridge (Ivan Vecera) [2196494] +- Revert "mlxsw: core: Add the hottest thermal zone detection" (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Forbid PTP enablement only in RX or in TX (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Protect PTP configuration with a mutex (Ivan Vecera) [2196494] +- mlxsw: spectrum: Clear PTP configuration after unregistering the netdevice (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Fix compilation warnings (Ivan Vecera) [2196494] +- mlxsw: spectrum: Support ethtool 'get_ts_info' callback in Spectrum-2 (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Support SIOCGHWTSTAMP, SIOCSHWTSTAMP ioctls (Ivan Vecera) [2196494] +- mlxsw: spectrum: Support time stamping on Spectrum-2 (Ivan Vecera) [2196494] +- mlxsw: Send PTP packets as data packets to overcome a limitation (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Add implementation for physical hardware clock operations (Ivan Vecera) [2196494] +- mlxsw: Query UTC sec and nsec PCI offsets and values (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Add PTP initialization / finalization for Spectrum-2 (Ivan Vecera) [2196494] +- mlxsw: Support CQEv2 for SDQ in Spectrum-2 and newer ASICs (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Add helper functions to configure PTP traps (Ivan Vecera) [2196494] +- mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.c (Ivan Vecera) [2196494] +- selftests: mlxsw: Check line card info on activated line card (Ivan Vecera) [2196494] +- selftests: mlxsw: Check line card info on provisioned line card (Ivan Vecera) [2196494] +- mlxsw: core_linecards: Implement line card device flashing (Ivan Vecera) [2196494] +- mlxsw: core_linecards: Expose device PSID over device info (Ivan Vecera) [2196494] +- mlxsw: reg: Add Management DownStream Device Tunneling Register (Ivan Vecera) [2196494] +- mlxsw: core_linecards: Probe active line cards for devices and expose FW version (Ivan Vecera) [2196494] +- mlxsw: reg: Extend MDDQ by device_info (Ivan Vecera) [2196494] +- mlxsw: core_linecards: Expose HW revision and INI version (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Rename mlxsw_sp1_ptp_phc_adjfreq() (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Rename mlxsw_sp_ptp_get_message_types() (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Use 'struct mlxsw_sp_ptp_clock' per ASIC (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Use 'struct mlxsw_sp_ptp_state' per ASIC (Ivan Vecera) [2196494] +- mlxsw: pci: Simplify FRC clock reading (Ivan Vecera) [2196494] +- mlxsw: spectrum_ptp: Initialize the clock to zero as part of initialization (Ivan Vecera) [2196494] +- mlxsw: Rename 'read_frc_capable' bit to 'read_clock_capable' (Ivan Vecera) [2196494] +- mlxsw: resources: Add resource identifier for maximum number of FIDs (Ivan Vecera) [2196494] +- mlxsw: spectrum: Fix the shift of FID field in TX header (Ivan Vecera) [2196494] +- mlxsw: Set time stamp type as part of config profile (Ivan Vecera) [2196494] +- mlxsw: cmd: Add UTC related fields to query firmware command (Ivan Vecera) [2196494] +- mlxsw: pci_hw: Add 'time_stamp' and 'time_stamp_type' fields to CQEv2 (Ivan Vecera) [2196494] +- mlxsw: reg: Add Monitoring Time Precision Correction Port Configuration Register (Ivan Vecera) [2196494] +- mlxsw: reg: Add MTUTC register's fields for supporting PTP in Spectrum-2 (Ivan Vecera) [2196494] +- mlxsw: Rename mlxsw_reg_mtptptp_pack() to mlxsw_reg_mtptpt_pack() (Ivan Vecera) [2196494] +- mlxsw: use netif_is_any_bridge_port() instead of open code (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Remove '_ub_' indication from structures and defines (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Remove flood_index() from FID operation structure (Ivan Vecera) [2196494] +- mlxsw: Enable unified bridge model (Ivan Vecera) [2196494] +- mlxsw: Add ubridge to config profile (Ivan Vecera) [2196494] +- mlxsw: Add support for 802.1Q FID family (Ivan Vecera) [2196494] +- mlxsw: Add new FID families for unified bridge model (Ivan Vecera) [2196494] +- mlxsw: Add support for VLAN RIFs (Ivan Vecera) [2196494] +- mlxsw: Configure egress FID classification after routing (Ivan Vecera) [2196494] +- mlxsw: spectrum_router: Do not configure VID for sub-port RIFs (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Configure layer 3 egress VID classification (Ivan Vecera) [2196494] +- mlxsw: Configure ingress RIF classification (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Configure VNI to FID classification (Ivan Vecera) [2196494] +- mlxsw: Configure egress VID for unicast FDB entries (Ivan Vecera) [2196494] +- mellanox/mlxsw: fix repeated words in comments (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Convert MDB code to use PGT APIs (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Flush port from MDB entries according to FID index (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Add support for getting and putting MDB entry (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Implement mlxsw_sp_mc_mdb_entry_{init, fini}() (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Add support for maintaining list of ports per MDB entry (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Add support for maintaining hash table of MDB entries (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Save MAC and FID as a key in 'struct mlxsw_sp_mdb_entry' (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Rename MIDs list (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Rename MID structure (Ivan Vecera) [2196494] +- mlxsw: Align PGT index to legacy bridge model (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Configure flooding entries using PGT APIs (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Set 'mid_base' as part of flood tables initialization (Ivan Vecera) [2196494] +- mlxsw: spectrum: Initialize PGT table (Ivan Vecera) [2196494] +- mlxsw: Extend PGT APIs to support maintaining list of ports per entry (Ivan Vecera) [2196494] +- mlxsw: Add a dedicated structure for bitmap of ports (Ivan Vecera) [2196494] +- mlxsw: Add an indication of SMPE index validity for PGT table (Ivan Vecera) [2196494] +- mlxsw: Add an initial PGT table support (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Configure egress VID classification for multicast (Ivan Vecera) [2196494] +- mlxsw: Set flood bridge type for FIDs (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Store 'bridge_type' as part of FID family (Ivan Vecera) [2196494] +- mlxsw: Prepare 'bridge_type' field for SFMR usage (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Configure flooding table type for rFID (Ivan Vecera) [2196494] +- mlxsw: spectrum: Add a temporary variable to indicate bridge model (Ivan Vecera) [2196494] +- mlxsw: spectrum: Change mlxsw_sp_rif_vlan_fid_op() to be dedicated for FID RIFs (Ivan Vecera) [2196494] +- mlxsw: spectrum: Rename MLXSW_SP_RIF_TYPE_VLAN (Ivan Vecera) [2196494] +- mlxsw: spectrum: Use different arrays of FID families per-ASIC type (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Pass FID structure to __mlxsw_sp_fid_port_vid_map() (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Pass FID structure to mlxsw_sp_fid_op() (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Rename mlxsw_sp_fid_vni_op() (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Update FID structure prior to device configuration (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Maintain {port, VID}->FID mappings (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Implement missing operations for rFID and dummy FID (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Use 'fid->fid_offset' when setting VNI (Ivan Vecera) [2196494] +- mlxsw: spectrum_fid: Save 'fid_offset' as part of FID structure (Ivan Vecera) [2196494] +- mlxsw: pci: Query resources before and after issuing 'CONFIG_PROFILE' command (Ivan Vecera) [2196494] +- mlxsw: cmd: Increase 'config_profile.flood_mode' length (Ivan Vecera) [2196494] +- mlxsw: Add enumerator for 'config_profile.flood_mode' (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Handle error in mlxsw_sp_bridge_mdb_mc_enable_sync() (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Convert mlxsw_sp_mc_write_mdb_entry() to return int (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Add error path in mlxsw_sp_port_mc_disabled_set() (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Simplify mlxsw_sp_port_mc_disabled_set() (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Do not set 'multicast_enabled' twice (Ivan Vecera) [2196494] +- mlxsw: spectrum_switchdev: Pass 'struct mlxsw_sp' to mlxsw_sp_bridge_mdb_mc_enable_sync() (Ivan Vecera) [2196494] +- mlxsw: Remove lag_vid_valid indication (Ivan Vecera) [2196494] +- mlxsw: reg: Add support for VLAN RIF as part of RITR register (Ivan Vecera) [2196494] +- mlxsw: Add support for egress FID classification after decapsulation (Ivan Vecera) [2196494] +- mlxsw: reg: Add egress FID field to RITR register (Ivan Vecera) [2196494] +- mlxsw: reg: Add Router Egress Interface to VID Register (Ivan Vecera) [2196494] +- mlxsw: reg: Replace MID related fields in SFGC register (Ivan Vecera) [2196494] +- mlxsw: reg: Add flood related field to SFMR register (Ivan Vecera) [2196494] +- mlxsw: reg: Add VID related fields to SFD register (Ivan Vecera) [2196494] +- mlxsw: reg: Add SMPE related fields to SFMR register (Ivan Vecera) [2196494] +- mlxsw: Add SMPE related fields to SMID2 register (Ivan Vecera) [2196494] +- mlxsw: reg: Add Switch Multicast Port to Egress VID Register (Ivan Vecera) [2196494] +- mlxsw: reg: Add ingress RIF related fields to SVFA register (Ivan Vecera) [2196494] +- mlxsw: reg: Add ingress RIF related fields to SFMR register (Ivan Vecera) [2196494] +- mlxsw: reg: Add 'flood_rsp' field to SFMR register (Ivan Vecera) [2196494] +- platform: mellanox: mlx-platform: Initialize shift variable to 0 (Ivan Vecera) [2196494] +- platform: x86: MLX_PLATFORM: select REGMAP instead of depending on it (Ivan Vecera) [2196494] +- platform: mellanox: select REGMAP instead of depending on it (Ivan Vecera) [2196494] +- Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces (Ivan Vecera) [2196494] +- platform: mellanox: mlx-platform: Move bus shift assignment out of the loop (Ivan Vecera) [2196494] +- platform: mellanox: mlx-platform: Add mux selection register to regmap (Ivan Vecera) [2196494] +- platform_data/mlxreg: Add field with mapped resource address (Ivan Vecera) [2196494] +- platform/mellanox: mlxreg-hotplug: Allow more flexible hotplug events configuration (Ivan Vecera) [2196494] +- platform: mellanox: Extend all systems with I2C notification callback (Ivan Vecera) [2196494] +- platform: mellanox: Split logic in init and exit flow (Ivan Vecera) [2196494] +- hwmon: (mlxreg-fan) Return zero speed for broken fan (Ivan Vecera) [2196494] +- platform: mellanox: Split initialization procedure (Ivan Vecera) [2196494] +- platform: mellanox: Introduce support of new Nvidia L1 switch (Ivan Vecera) [2196494] +- platform: mellanox: Introduce support for next-generation 800GB/s switch (Ivan Vecera) [2196494] +- platform: mellanox: Cosmetic changes - rename to more common name (Ivan Vecera) [2196494] +- platform: mellanox: Change "reset_pwr_converter_fail" attribute (Ivan Vecera) [2196494] +- platform: mellanox: Introduce support for rack manager switch (Ivan Vecera) [2196494] +- platform/x86: use PLATFORM_DEVID_NONE instead of -1 (Ivan Vecera) [2196494] +- s390/uv: Update query for secret-UVCs (Thomas Huth) [2111748] +- s390/uv: replace scnprintf with sysfs_emit (Thomas Huth) [2111748] +- s390/uvdevice: Add 'Lock Secret Store' UVC (Thomas Huth) [2111748] +- s390/uvdevice: Add 'List Secrets' UVC (Thomas Huth) [2111748] +- s390/uvdevice: Add 'Add Secret' UVC (Thomas Huth) [2111748] +- s390/uvdevice: Add info IOCTL (Thomas Huth) [2111748] +- s390/uv: Always export uv_info (Thomas Huth) [2111748] + * Wed Aug 02 2023 Jan Stancek [5.14.0-349.el9] - x86/speculation: Allow enabling STIBP with legacy IBRS (Ricardo Robaina) [2187269] {CVE-2023-1998} - gfs2: retry interrupted internal reads (Andreas Gruenbacher) [2192392] diff --git a/sources b/sources index be782594a..97b5d7dbf 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-349.el9.tar.xz) = a5d2c2d277b80164318efaa561000aa2be76349a04fc1d690766cc30385dfffa9e88d8aa5ee7a477b502cd24e4ae642d3f6c5a08cd8bee0e62790ce719e3b2ec -SHA512 (kernel-abi-stablelists-5.14.0-349.el9.tar.bz2) = 09ae8990255d4fa0e4e8ef9526c4c5e3e25b7206da6aa07bcdec54d72e3b515c520b3a9a89413eee70d614f3ec5e49d2deb3ebb10cbdb1e178765f469662a064 -SHA512 (kernel-kabi-dw-5.14.0-349.el9.tar.bz2) = 119e820407c58c1868a04aa69c969a881bd672f0f7111a8b382a7369bc89e57667faab180be0b4932dbfbfeb25267787c56fb155dba1ccb244922a7a130d187b +SHA512 (linux-5.14.0-350.el9.tar.xz) = 7f5eabf516d93e47aee4eb692d69c54787c5f59d2197d04f1e58b993783c8201db2695aa33d3a2353274bbc84add29c955b45863c94c9940c8686fe00458ecd9 +SHA512 (kernel-abi-stablelists-5.14.0-350.el9.tar.bz2) = 3007bb8b50e8a5148a45016eabc5aa6360162f0249a760565ee585ca7acae43dafe155251d09f2ad06d466253e212ba907055f90e357d9238f20290c9337d7d3 +SHA512 (kernel-kabi-dw-5.14.0-350.el9.tar.bz2) = 119e820407c58c1868a04aa69c969a881bd672f0f7111a8b382a7369bc89e57667faab180be0b4932dbfbfeb25267787c56fb155dba1ccb244922a7a130d187b