|
| 1 | +* Mon Mar 31 2025 Augusto Caringi < [email protected]> [5.14.0-577.el9] |
| 2 | +- xfs: fix freeing speculative preallocations for preallocated files (CKI Backport Bot) [RHEL-56816] |
| 3 | +- i2c: i801: Add lis3lv02d for Dell Precision M6800 (David Arcari) [RHEL-47426] |
| 4 | +- platform/x86: dell-smo8800: Add support for probing for the accelerometer i2c address (David Arcari) [RHEL-47426] |
| 5 | +- platform/x86: dell-smo8800: Add a couple more models to lis3lv02d_devices[] (David Arcari) [RHEL-47426] |
| 6 | +- i2c: i801: Remove unnecessary PCI function call (David Arcari) [RHEL-47426] |
| 7 | +- platform/x86: dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d (David Arcari) [RHEL-47426] |
| 8 | +- platform/x86: dell-smo8800: Move SMO88xx acpi_device_ids to dell-smo8800-ids.h (David Arcari) [RHEL-47426] |
| 9 | +- platform/x86: dell: dell-smo8800: Convert to platform remove callback returning void (David Arcari) [RHEL-47426] |
| 10 | +- platform/x86: dell-smo8800: Use min_t() for comparison and assignment (David Arcari) [RHEL-47426] |
| 11 | +- platform/x86: dell-smo8800: Convert to be a platform driver (David Arcari) [RHEL-47426] |
| 12 | +- i2c: i801: fix potential race in i801_block_transaction_byte_by_byte (David Arcari) [RHEL-47426] |
| 13 | +- i2c: i801: Add support for Intel Panther Lake (David Arcari) [RHEL-47426] |
| 14 | +- i2c: i801: Use a different adapter-name for IDF adapters (David Arcari) [RHEL-47426] |
| 15 | +- i2c: i801: reword according to newest specification (David Arcari) [RHEL-47426] |
| 16 | +- i2c: i801: remove printout on handled timeouts (David Arcari) [RHEL-47426] |
| 17 | +- i2c: i801: Annotate apanel_addr as __ro_after_init (David Arcari) [RHEL-47426] |
| 18 | +- i2c: i801: Remove usage of I2C_CLASS_SPD (David Arcari) [RHEL-47426] |
| 19 | +- i2c: i801: Fix missing Kconfig dependency (David Arcari) [RHEL-47426] |
| 20 | +- i2c: i801: Call i2c_register_spd for muxed child segments (David Arcari) [RHEL-47426] |
| 21 | +- i2c: i801: Fix a refactoring that broke a touchpad on Lenovo P1 (David Arcari) [RHEL-47426] |
| 22 | +- i2c: i801: Avoid potential double call to gpiod_remove_lookup_table (David Arcari) [RHEL-47426] |
| 23 | +- i2c: i801: Fix using mux_pdev before it's set (David Arcari) [RHEL-47426] |
| 24 | +- i2c: i801: Add helper i801_get_block_len (David Arcari) [RHEL-47426] |
| 25 | +- i2c: i801: Add SMBUS_LEN_SENTINEL (David Arcari) [RHEL-47426] |
| 26 | +- i2c: i801: Split i801_block_transaction (David Arcari) [RHEL-47426] |
| 27 | +- i2c: i801: Add helper i801_check_and_clear_pec_error (David Arcari) [RHEL-47426] |
| 28 | +- i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4 (David Arcari) [RHEL-47426] |
| 29 | +- i2c: i801: Remove unused argument from tco functions (David Arcari) [RHEL-47426] |
| 30 | +- i2c: i801: Replace magic value with constant in dmi_check_onboard_devices (David Arcari) [RHEL-47426] |
| 31 | +- i2c: i801: Add lis3lv02d for Dell XPS 15 7590 (David Arcari) [RHEL-47426] |
| 32 | +- i2c: i801: Add lis3lv02d for Dell Precision 3540 (David Arcari) [RHEL-47426] |
| 33 | +- i2c: i801: Use new helper acpi_use_parent_companion (David Arcari) [RHEL-47426] |
| 34 | +- ACPI: Add helper acpi_use_parent_companion (David Arcari) [RHEL-47426] |
| 35 | +- i2c: i801: Simplify class-based client device instantiation (David Arcari) [RHEL-47426] |
| 36 | +- i2c: i801: replace acpi_lock with I2C bus lock (David Arcari) [RHEL-47426] |
| 37 | +- i2c: i801: use i2c_mark_adapter_suspended/resumed (David Arcari) [RHEL-47426] |
| 38 | +- i2c: i801: simplify module boilerplate code (David Arcari) [RHEL-47426] |
| 39 | +- i2c: i801: add helper i801_restore_regs (David Arcari) [RHEL-47426] |
| 40 | +- tracing/histogram: Fix semicolon.cocci warnings (Tomas Glozar) [RHEL-67679] |
| 41 | +- tracing/histogram: Fix documentation inline emphasis warning (Tomas Glozar) [RHEL-67679] |
| 42 | +- tracing/histogram: Fix check for missing operands in an expression (Tomas Glozar) [RHEL-67679] |
| 43 | +- tracing/histogram: Document expression arithmetic and constants (Tomas Glozar) [RHEL-67679] |
| 44 | +- tracing/histogram: Optimize division by a power of 2 (Tomas Glozar) [RHEL-67679] |
| 45 | +- tracing/histogram: Covert expr to const if both operands are constants (Tomas Glozar) [RHEL-67679] |
| 46 | +- tracing/histogram: Simplify handling of .sym-offset in expressions (Tomas Glozar) [RHEL-67679] |
| 47 | +- tracing: Fix operator precedence for hist triggers expression (Tomas Glozar) [RHEL-67679] |
| 48 | +- tracing: Add division and multiplication support for hist triggers (Tomas Glozar) [RHEL-67679] |
| 49 | +- tracing: Add support for creating hist trigger variables from literal (Tomas Glozar) [RHEL-67679] |
| 50 | +- tracing: Have histogram types be constant when possible (Tomas Glozar) [RHEL-67679] |
| 51 | +- powercap: intel_rapl: Add support for Panther Lake platform (David Arcari) [RHEL-47408] |
| 52 | +- powercap: call put_device() on an error path in powercap_register_control_type() (David Arcari) [RHEL-47408] |
| 53 | +- ext4: fallback to complex scan if aligned scan doesn't work (Brian Foster) [RHEL-83284] |
| 54 | +- nfsd: adjust WARN_ON_ONCE in revoke_delegation (Olga Kornievskaia) [RHEL-74439] |
| 55 | +- uki: get rid of RHEL-only walinuxagentcvm module in the initramfs (Vitaly Kuznetsov) [RHEL-83003] |
| 56 | +- ASoC: soc-pcm: don't use soc_pcm_ret() on .prepare callback (CKI Backport Bot) [RHEL-82517] {CVE-2024-58077} |
| 57 | +- team: better TEAM_OPTION_TYPE_STRING validation (CKI Backport Bot) [RHEL-81462] {CVE-2025-21787} |
| 58 | +- redhat: drop Y issues from changelog (Jan Stancek) |
| 59 | +- Reapply "perf util: Make util its own library" (Michael Petlan) [RHEL-79032] |
| 60 | +- iommu/vt-d: Fix suspicious RCU usage (Jerry Snitselaar) [RHEL-70102] |
| 61 | +- iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (Jerry Snitselaar) [RHEL-70102] |
| 62 | +- Revert "x86: bring back rep movsq for user access on CPUs without ERMS" (Herton R. Krzesinski) [RHEL-79780] |
| 63 | +- net: stmmac: dwmac-tegra: Read iommu stream id from device tree (Izabela Bakollari) [RHEL-75649] {CVE-2025-21663} |
| 64 | +- net: stmmac: Fix zero-division error when disabling tc cbs (Izabela Bakollari) [RHEL-63931] {CVE-2024-49977} |
| 65 | +- configs: enable FW_CACHE on centos-stream/rhel 9 for nouveau (Dave Airlie) [RHEL-79929] |
| 66 | +- arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array (Radu Rendec) [RHEL-80224] |
| 67 | +- gfs2: skip if we cannot defer delete (Andreas Gruenbacher) [RHEL-77720] |
| 68 | +- gfs2: remove redundant warnings (Andreas Gruenbacher) [RHEL-77720] |
| 69 | +- gfs2: minor evict fix (Andreas Gruenbacher) [RHEL-77720] |
| 70 | +- gfs2: Prevent inode creation race (2) (Andreas Gruenbacher) [RHEL-77720] |
| 71 | +- gfs2: Fix additional unlikely request cancelation race (Andreas Gruenbacher) [RHEL-77720] |
| 72 | +- gfs2: Fix request cancelation bug (Andreas Gruenbacher) [RHEL-77720] |
| 73 | +- gfs2: Check for empty queue in run_queue (Andreas Gruenbacher) [RHEL-77720] |
| 74 | +- gfs2: Remove more dead code in add_to_queue (Andreas Gruenbacher) [RHEL-77720] |
| 75 | +- gfs2: remove dead code in add_to_queue (Su Hui) [RHEL-77720] |
| 76 | +- gfs2: Remove LM_FLAG_PRIORITY flag (Andreas Gruenbacher) [RHEL-77720] |
| 77 | +- gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETE (Andreas Gruenbacher) [RHEL-77720] |
| 78 | +- gfs2: Add GLF_PENDING_REPLY flag (Andreas Gruenbacher) [RHEL-77720] |
| 79 | +- gfs2: glock holder GL_NOPID fix (Andreas Gruenbacher) [RHEL-77720] |
| 80 | +- gfs2: Decode missing glock flags in tracepoints (Andreas Gruenbacher) [RHEL-77720] |
| 81 | +- gfs2: gfs2_evict_inode clarification (Andreas Gruenbacher) [RHEL-77720] |
| 82 | +- scsi: qla2xxx: Fix use after free on unload (Ewan D. Milne) [RHEL-75828] {CVE-2024-56623} |
| 83 | +- nfsd: validate the nfsd_serv pointer before calling svc_wake_up (Olga Kornievskaia) [RHEL-69769] |
| 84 | +Resolves: RHEL-47408, RHEL-47426, RHEL-56816, RHEL-67679, RHEL-74439, RHEL-81462, RHEL-82517, RHEL-83003, RHEL-83284 |
| 85 | + |
1 | 86 | * Thu Mar 27 2025 Augusto Caringi < [email protected]> [5.14.0-576.el9]
|
2 | 87 | - md/raid1: fix memory leak in raid1_run() if no active rdev (Nigel Croxon) [RHEL-83988]
|
3 | 88 | - md/raid1: don't free conf on raid0_run failure (Nigel Croxon) [RHEL-83988]
|
|
0 commit comments