|
| 1 | +* Thu Aug 14 2025 Jarod Wilson < [email protected]> [5.14.0-606.el9] |
| 2 | +- RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction (CKI Backport Bot) [RHEL-104271] {CVE-2025-38211} |
| 3 | +- NFS: Return the file btime in the statx results when appropriate (Benjamin Coddington) [RHEL-90990] |
| 4 | +- nfs: Add timecreate to nfs inode (Benjamin Coddington) [RHEL-90990] |
| 5 | +- Expand the type of nfs_fattr->valid (Benjamin Coddington) [RHEL-90990] |
| 6 | +- perf/x86/intel: Support RDPMC metrics clear mode (Michael Petlan) [RHEL-47448] |
| 7 | +- igc: fix lock order in igc_ptp_reset (Corinna Vinschen) [RHEL-83575] |
| 8 | +- igc: set the RX packet buffer size for TSN mode (Corinna Vinschen) [RHEL-83575] |
| 9 | +- igc: use FIELD_PREP and GENMASK for existing RX packet buffer size (Corinna Vinschen) [RHEL-83575] |
| 10 | +- igc: optimize TX packet buffer utilization for TSN mode (Corinna Vinschen) [RHEL-83575] |
| 11 | +- igc: use FIELD_PREP and GENMASK for existing TX packet buffer size (Corinna Vinschen) [RHEL-83575] |
| 12 | +- igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT (Corinna Vinschen) [RHEL-83575] |
| 13 | +- igc: rename xdp_get_tx_ring() for non-xdp usage (Corinna Vinschen) [RHEL-83575] |
| 14 | +- igc: enable HW vlan tag insertion/stripping by default (Corinna Vinschen) [RHEL-83575] |
| 15 | +- igc: add lock preventing multiple simultaneous PTM transactions (Corinna Vinschen) [RHEL-33242 RHEL-83575] |
| 16 | +- igc: cleanup PTP module if probe fails (Corinna Vinschen) [RHEL-33242 RHEL-83575] |
| 17 | +- igc: handle the IGC_PTP_ENABLED flag correctly (Corinna Vinschen) [RHEL-33242 RHEL-83575] |
| 18 | +- igc: move ktime snapshot into PTM retry loop (Corinna Vinschen) [RHEL-33242 RHEL-83575] |
| 19 | +- igc: increase wait time before retrying PTM (Corinna Vinschen) [RHEL-33242 RHEL-83575] |
| 20 | +- igc: fix PTM cycle trigger logic (Corinna Vinschen) [RHEL-33242 RHEL-83575] |
| 21 | +- treewide: Switch/rename to timer_delete[_sync]() (Corinna Vinschen) [RHEL-83575] |
| 22 | +- igc: Fix XSK queue NAPI ID mapping (Corinna Vinschen) [RHEL-83575] |
| 23 | +- igc: Set buffer type for empty frames in igc_init_empty_frame (Corinna Vinschen) [RHEL-83575] |
| 24 | +- igc: Fix HW RX timestamp when passed by ZC XDP (Corinna Vinschen) [RHEL-83575] |
| 25 | +- igc: Avoid unnecessary link down event in XDP_SETUP_PROG process (Corinna Vinschen) [RHEL-83575] |
| 26 | +- igc: Link queues to NAPI instances (Corinna Vinschen) [RHEL-83575] |
| 27 | +- igc: Link IRQs to NAPI instances (Corinna Vinschen) [RHEL-83575] |
| 28 | +- igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog() (Corinna Vinschen) [RHEL-83575] |
| 29 | +- igc: Allow hot-swapping XDP program (Corinna Vinschen) [RHEL-83575] |
| 30 | +- igc: return early when failing to read EECD register (Corinna Vinschen) [RHEL-83575] |
| 31 | +- igc: Remove unused igc_read/write_pcie_cap_reg (Corinna Vinschen) [RHEL-83575] |
| 32 | +- igc: Remove unused igc_read/write_pci_cfg wrappers (Corinna Vinschen) [RHEL-83575] |
| 33 | +- igc: Remove unused igc_acquire/release_nvm (Corinna Vinschen) [RHEL-83575] |
| 34 | +- igc: remove autoneg parameter from igc_mac_info (Corinna Vinschen) [RHEL-83575] |
| 35 | +- igc: fix build errors for PTP (Corinna Vinschen) [RHEL-83575] |
| 36 | +- ixgbe: add support for FW rollback mode (Corinna Vinschen) [RHEL-99401] |
| 37 | +- ixgbe: add E610 implementation of FW recovery mode (Corinna Vinschen) [RHEL-99401] |
| 38 | +- ixgbe: add FW API version check (Corinna Vinschen) [RHEL-99401] |
| 39 | +- ixgbe: add support for devlink reload (Corinna Vinschen) [RHEL-99401] |
| 40 | +- ixgbe: add device flash update via devlink (Corinna Vinschen) [RHEL-99401] |
| 41 | +- ixgbe: extend .info_get() with stored versions (Corinna Vinschen) [RHEL-99401] |
| 42 | +- ixgbe: add E610 functions getting PBA and FW ver info (Corinna Vinschen) [RHEL-99401] |
| 43 | +- ixgbe: add .info_get extension specific for E610 devices (Corinna Vinschen) [RHEL-99401] |
| 44 | +- ixgbe: read the netlist version information (Corinna Vinschen) [RHEL-99401] |
| 45 | +- ixgbe: read the OROM version information (Corinna Vinschen) [RHEL-99401] |
| 46 | +- ixgbe: add E610 functions for acquiring flash data (Corinna Vinschen) [RHEL-99401] |
| 47 | +- ixgbe: add handler for devlink .info_get() (Corinna Vinschen) [RHEL-99401] |
| 48 | +- ixgbe: add initial devlink support (Corinna Vinschen) [RHEL-99401] |
| 49 | +- ixgbe: wrap netdev_priv() usage (Corinna Vinschen) [RHEL-99401] |
| 50 | +- ixgbe: Fix unreachable retry logic in combined and byte I2C write functions (Corinna Vinschen) [RHEL-99401] |
| 51 | +- treewide: Switch/rename to timer_delete[_sync]() (Corinna Vinschen) [RHEL-99401] |
| 52 | +- ixgbe: fix media type detection for E610 device (Corinna Vinschen) [RHEL-86539 RHEL-99401] |
| 53 | +- ixgbe: add support for thermal sensor event reception (Corinna Vinschen) [RHEL-99401] |
| 54 | +- ixgbe: add PTP support for E610 device (Corinna Vinschen) [RHEL-99401] |
| 55 | +- ixgbe: fix media cage present detection for E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 56 | +- ixgbe: Fix possible skb NULL pointer dereference (Corinna Vinschen) [RHEL-99401] |
| 57 | +- ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp() (Corinna Vinschen) [RHEL-99401] |
| 58 | +- ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp() (Corinna Vinschen) [RHEL-99401] |
| 59 | +- ixgbevf: Remove unused ixgbevf_hv_mbx_ops (Corinna Vinschen) [RHEL-99401] |
| 60 | +- ixgbevf: Add support for Intel(R) E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 61 | +- PCI: Add PCI_VDEVICE_SUB helper macro (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 62 | +- ixgbe: Enable link management in E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 63 | +- ixgbe: Clean up the E610 link management related code (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 64 | +- ixgbe: Add ixgbe_x540 multiple header inclusion protection (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 65 | +- ixgbe: Add support for EEPROM dump in E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 66 | +- ixgbe: Add support for NVM handling in E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 67 | +- ixgbe: Add link management support for E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 68 | +- ixgbe: Add support for E610 device capabilities detection (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 69 | +- ixgbe: Add support for E610 FW Admin Command Interface (Corinna Vinschen) [RHEL-80419 RHEL-99401] |
| 70 | +- ixgbe: Correct BASE-BX10 compliance code (Corinna Vinschen) [RHEL-99401] |
| 71 | +- ixgbe: downgrade logging of unsupported VF API version to debug (Corinna Vinschen) [RHEL-99401] |
| 72 | +- ixgbe: Break include dependency cycle (Corinna Vinschen) [RHEL-99401] |
| 73 | +- arch: x86: add IPC mailbox accessor function and add SoC register access (CKI Backport Bot) [RHEL-107008] |
| 74 | +- ASoC: SDCA: Allow read-only controls to be deferrable (Jaroslav Kysela) [RHEL-101627] |
| 75 | +- ASoC: soc-dai: tidyup return value of snd_soc_xlate_tdm_slot_mask() (Jaroslav Kysela) [RHEL-101627] |
| 76 | +- ASoC: SDCA: Fixup some kernel doc errors (Jaroslav Kysela) [RHEL-101627] |
| 77 | +- ASoC: SDCA: Add missing default in switch in entity_pde_event() (Jaroslav Kysela) [RHEL-101627] |
| 78 | +- ASoC: ops: dynamically allocate struct snd_ctl_elem_value (Jaroslav Kysela) [RHEL-101627] |
| 79 | +- ASoC: amd: acp: Fix pointer assignments for snd_soc_acpi_mach structures (Jaroslav Kysela) [RHEL-101627] |
| 80 | +- ASoC: SDCA: Update memory allocations to zero initialise (Jaroslav Kysela) [RHEL-101627] |
| 81 | +- ALSA: hda/realtek: Fix mute LED mask on HP OMEN 16 laptop (Jaroslav Kysela) [RHEL-101627] |
| 82 | +- sof-client-ipc-flood-test: don't mess with ->d_name (Jaroslav Kysela) [RHEL-101627] |
| 83 | +- ALSA: hda/realtek: Add support for ASUS NUC using CS35L41 HDA (Jaroslav Kysela) [RHEL-101627] |
| 84 | +- ALSA: compress_offload: tighten ioctl command number checks (Jaroslav Kysela) [RHEL-101627] |
| 85 | +- soundwire: Revert "soundwire: qcom: Add set_channel_map api support" (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38486} |
| 86 | +- ALSA: hda/realtek: Add quirk for ASUS ROG Strix G712LWS (Jaroslav Kysela) [RHEL-101627] |
| 87 | +- ALSA: hda/realtek - Fix mute LED for HP Victus 16-r0xxx (Jaroslav Kysela) [RHEL-101627] |
| 88 | +- ALSA: hda/realtek: Add quirks for some Clevo laptops (Jaroslav Kysela) [RHEL-101627] |
| 89 | +- ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100 (Jaroslav Kysela) [RHEL-101627] |
| 90 | +- ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic (Jaroslav Kysela) [RHEL-101627] |
| 91 | +- ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 6 G1a (Jaroslav Kysela) [RHEL-101627] |
| 92 | +- ALSA: hda/realtek: Add mic-mute LED setup for ASUS UM5606 (Jaroslav Kysela) [RHEL-101627] |
| 93 | +- ASoC: rt721-sdca: fix boost gain calculation error (Jaroslav Kysela) [RHEL-101627] |
| 94 | +- ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak. (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38438} |
| 95 | +- ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count (Jaroslav Kysela) [RHEL-101627] |
| 96 | +- ASoC: fsl_sai: Force a software reset when starting in consumer mode (Jaroslav Kysela) [RHEL-101627] |
| 97 | +- ALSA: hda/realtek - Add mute LED support for HP Victus 15-fb2xxx (Jaroslav Kysela) [RHEL-101627] |
| 98 | +- ALSA: ad1816a: Fix potential NULL pointer deref in snd_card_ad1816a_pnp() (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38454} |
| 99 | +- ASoC: cs35l56: probe() should fail if the device ID is not recognized (Jaroslav Kysela) [RHEL-101627] |
| 100 | +- ASoC: Intel: soc-acpi: arl: Correct order of cs42l43 matches (Jaroslav Kysela) [RHEL-101627] |
| 101 | +- ASoC: Intel: soc-acpi-intel-arl-match: set get_function_tplg_files ops (Jaroslav Kysela) [RHEL-101627] |
| 102 | +- ASoC: Intel: add sof_sdw_get_tplg_files ops (Jaroslav Kysela) [RHEL-101627] |
| 103 | +- ASoC: soc-acpi: add get_function_tplg_files ops (Jaroslav Kysela) [RHEL-101627] |
| 104 | +- ASoC: Intel: SND_SOC_INTEL_SOF_BOARD_HELPERS select SND_SOC_ACPI_INTEL_MATCH (Jaroslav Kysela) [RHEL-101627] |
| 105 | +- ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode (Jaroslav Kysela) [RHEL-101627] |
| 106 | +- ASoC: amd: yc: update quirk data for HP Victus (Jaroslav Kysela) [RHEL-101627] |
| 107 | +- ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic (Jaroslav Kysela) [RHEL-101627] |
| 108 | +- ALSA: sb: Force to disable DMAs once when DMA mode is changed (Jaroslav Kysela) [RHEL-101627] |
| 109 | +- ALSA: sb: Don't allow changing the DMA mode during operations (Jaroslav Kysela) [RHEL-101627] |
| 110 | +- ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X507UAR (Jaroslav Kysela) [RHEL-101627] |
| 111 | +- ALSA: usb-audio: Fix out-of-bounds read in snd_usb_get_audioformat_uac3() (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38249} |
| 112 | +- ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15 (Jaroslav Kysela) [RHEL-101627] |
| 113 | +- ASoC: codecs: wcd9335: Fix missing free of regulator supplies (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38259} |
| 114 | +- ASoC: codec: wcd9335: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-101627] |
| 115 | +- ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt 3 dock (Jaroslav Kysela) [RHEL-101627] |
| 116 | +- ALSA: hda: Add new pci id for AMD GPU display HD audio controller (Jaroslav Kysela) [RHEL-101627] |
| 117 | +- ALSA: hda: Ignore unsol events for cards being shut down (Jaroslav Kysela) [RHEL-101627] |
| 118 | +- ASoC: rt1320: fix speaker noise when volume bar is 100%% (Jaroslav Kysela) [RHEL-101627] |
| 119 | +- soundwire: amd: add check for status update registers (Jaroslav Kysela) [RHEL-101627] |
| 120 | +- soundwire: amd: fix for clearing command status register (Jaroslav Kysela) [RHEL-101627] |
| 121 | +- ASoC: amd: ps: fix for soundwire failures during hibernation exit sequence (Jaroslav Kysela) [RHEL-101627] |
| 122 | +- soundwire: amd: cancel pending slave status handling workqueue during remove sequence (Jaroslav Kysela) [RHEL-101627] |
| 123 | +- soundwire: amd: serialize amd manager resume sequence during pm_prepare (Jaroslav Kysela) [RHEL-101627] |
| 124 | +- soundwire: amd: fix for handling slave alerts after link is down (Jaroslav Kysela) [RHEL-101627] |
| 125 | +- ALSA: hda/realtek: Add quirk for Asus GU605C (Jaroslav Kysela) [RHEL-101627] |
| 126 | +- ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X513EA (Jaroslav Kysela) [RHEL-101627] |
| 127 | +- ALSA: hda/realtek: enable headset mic on Latitude 5420 Rugged (Jaroslav Kysela) [RHEL-101627] |
| 128 | +- ALSA: hda/realtek - Add mute LED support for HP Victus 16-s1xxx and HP Victus 15-fa1xxx (Jaroslav Kysela) [RHEL-101627] |
| 129 | +- ALSA: hda/intel: Add Thinkpad E15 to PM deny list (Jaroslav Kysela) [RHEL-101627] |
| 130 | +- ALSA: usb-audio: Rename ALSA kcontrol PCM and PCM1 for the KTMicro sound card (Jaroslav Kysela) [RHEL-101627] |
| 131 | +- ASoC: tegra210_ahub: Add check to of_device_get_match_data() (Jaroslav Kysela) [RHEL-101627] |
| 132 | +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Acer Helios laptops (Jaroslav Kysela) [RHEL-101627] |
| 133 | +- ALSA: hda/realtek: Add support for Acer Helios Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-101627] |
| 134 | +- ASoC: intel/sdw_utils: Assign initial value in asoc_sdw_rt_amp_spk_rtd_init() (Jaroslav Kysela) [RHEL-101627] |
| 135 | +- ASoC: tas2770: Power cycle amp on ISENSE/VSENSE change (Jaroslav Kysela) [RHEL-101627] |
| 136 | +- ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9 (Jaroslav Kysela) [RHEL-101627] |
| 137 | +- ASoC: codecs: wcd937x: Drop unused buck_supply (Jaroslav Kysela) [RHEL-101627] |
| 138 | +- ASoC: codecs: wcd9375: Fix double free of regulator supplies (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38423} |
| 139 | +- ASoC: amd: sof_amd_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (Jaroslav Kysela) [RHEL-101627] |
| 140 | +- ASoC: amd: amd_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (Jaroslav Kysela) [RHEL-101627] |
| 141 | +- ASoC: meson: meson-card-utils: use of_property_present() for DT parsing (Jaroslav Kysela) [RHEL-101627] |
| 142 | +- ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params() (Jaroslav Kysela) [RHEL-101627] |
| 143 | +- ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1 (Jaroslav Kysela) [RHEL-101627] |
| 144 | +- ASoC: ti: omap-hdmi: Re-add dai_link->platform to fix card init (Jaroslav Kysela) [RHEL-101627] |
| 145 | +- ASoC: Intel: avs: Verify content returned by parse_int_array() (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38307} |
| 146 | +- ASoC: Intel: avs: Relocate DSP status registers (Jaroslav Kysela) [RHEL-101627] |
| 147 | +- ASoC: Intel: avs: Read HW capabilities when possible (Jaroslav Kysela) [RHEL-101627] |
| 148 | +- ASoC: Intel: avs: Ignore Vendor-space manipulation for ACE (Jaroslav Kysela) [RHEL-101627] |
| 149 | +- ASoC: Intel: avs: Fix PPLCxFMT calculation (Jaroslav Kysela) [RHEL-101627] |
| 150 | +- ASoC: Intel: avs: PCM operations for LNL-based platforms (Jaroslav Kysela) [RHEL-101627] |
| 151 | +- ALSA: hda: Allow to fetch hlink by ID (Jaroslav Kysela) [RHEL-101627] |
| 152 | +- soundwire: only compute port params in specific stream states (Jaroslav Kysela) [RHEL-101627] |
| 153 | +- ALSA: core: fix up bus match const issues. (Jaroslav Kysela) [RHEL-101627] |
| 154 | +- ASoC: apple: mca: Constrain channels according to TDM mask (Jaroslav Kysela) [RHEL-101627] |
| 155 | +- ASoC: SOF: amd: add missing acp descriptor field (Jaroslav Kysela) [RHEL-101627] |
| 156 | +- ASoC: SOF: ipc4-pcm: Adjust pipeline_list->pipelines allocation type (Jaroslav Kysela) [RHEL-101627] |
| 157 | +- ASoC: tas2764: Enable main IRQs (Jaroslav Kysela) [RHEL-101627] |
| 158 | +- ASoC: tas2764: Reinit cache on part reset (Jaroslav Kysela) [RHEL-101627] |
| 159 | +- ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX (Jaroslav Kysela) [RHEL-101627] |
| 160 | +- ASoC: codecs: hda: Fix RPM usage count underflow (Jaroslav Kysela) [RHEL-101627] |
| 161 | +- ice: fix eswitch code memory leak in reset scenario (CKI Backport Bot) [RHEL-108151] {CVE-2025-38417} |
| 162 | +- i40e: When removing VF MAC filters, only check PF-set MAC (Jamie Bainbridge) [RHEL-98540] |
| 163 | +- net/sched: Abort __tc_modify_qdisc if parent class does not exist (CKI Backport Bot) [RHEL-107693] |
| 164 | +- cpuidle: Init cpuidle only for present CPUs (Mark Langsdorf) [RHEL-87863] |
| 165 | +- cpuidle: menu: Update documentation after get_typical_interval() changes (Mark Langsdorf) [RHEL-87863] |
| 166 | +- cpuidle: menu: Update documentation after previous changes (Mark Langsdorf) [RHEL-87863] |
| 167 | +- cpuidle: menu: Avoid discarding useful information (Mark Langsdorf) [RHEL-87863] |
| 168 | +- cpuidle: menu: Eliminate outliers on both ends of the sample set (Mark Langsdorf) [RHEL-87863] |
| 169 | +- cpuidle: menu: Tweak threshold use in get_typical_interval() (Mark Langsdorf) [RHEL-87863] |
| 170 | +- cpuidle: menu: Use one loop for average and variance computations (Mark Langsdorf) [RHEL-87863] |
| 171 | +- cpuidle: menu: Drop a redundant local variable (Mark Langsdorf) [RHEL-87863] |
| 172 | +- cpuidle: psci: Add trace for PSCI domain idle (Mark Langsdorf) [RHEL-87863] |
| 173 | +- cpuidle: psci: Activate GENPD_FLAG_ACTIVE_WAKEUP with OSI (Mark Langsdorf) [RHEL-87863] |
| 174 | +- powerpc/machdep: Drop include of dma-mapping.h (Mark Langsdorf) [RHEL-87863] |
| 175 | +- cpuidle: Correct some typos in comments (Mark Langsdorf) [RHEL-87863] |
| 176 | +- cpuidle: menu: Remove iowait influence (Mark Langsdorf) [RHEL-87863] |
| 177 | +- scsi: aacraid: Stop using PCI_IRQ_AFFINITY (John Meneghini) [RHEL-41080] |
| 178 | +- net: add helpers for EEE configuration (CKI Backport Bot) [RHEL-107009] |
| 179 | +- ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (CKI Backport Bot) [RHEL-93557] {CVE-2025-22121} |
| 180 | +- ext4: introduce ITAIL helper (CKI Backport Bot) [RHEL-93557] {CVE-2025-22121} |
| 181 | +Resolves: RHEL-101627, RHEL-104271, RHEL-107008, RHEL-107009, RHEL-107693, RHEL-108151, RHEL-33242, RHEL-41080, RHEL-47448, RHEL-80419, RHEL-83575, RHEL-86539, RHEL-87863, RHEL-90990, RHEL-93557, RHEL-98540, RHEL-99401 |
| 182 | + |
1 | 183 | * Tue Aug 12 2025 Augusto Caringi < [email protected]> [5.14.0-605.el9] |
2 | 184 | - gfs2: No more gfs2_find_jhead caching (Andreas Gruenbacher) [RHEL-91331] |
3 | 185 | - gfs2: Get rid of duplicate log head lookup (Andreas Gruenbacher) [RHEL-91331] |
|
0 commit comments