diff --git a/Makefile.rhelver b/Makefile.rhelver index 707eae46476d..406b99d3bb6b 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 4 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 265 +RHEL_RELEASE = 266 # # RHEL_REBASE_NUM diff --git a/redhat/kernel.changelog-10.4 b/redhat/kernel.changelog-10.4 index 1d8190ee2d10..e8e986a3739b 100644 --- a/redhat/kernel.changelog-10.4 +++ b/redhat/kernel.changelog-10.4 @@ -1,3 +1,46 @@ +* Fri Sep 04 2026 CKI KWF Bot [6.12.0-266.el10] +- mm/list_lru: drain before clearing xarray entry on reparent (Rafael Aquini) [RHEL-227151] {CVE-2026-53153} +- redhat: set defaults for RHEL 10.3 (Shivani Chandanshive) +- powerpc/perf: Add power12 Base Performance Monitoring support (Mamatha Inamdar) [RHEL-190876] +- powerpc: Add Power12 architected mode (Mamatha Inamdar) [RHEL-190876] +- powerpc: Add Power12 raw mode (Mamatha Inamdar) [RHEL-190876] +- powerpc/pseries: Limit PVR list to 16 entries for CAS negotiation (Mamatha Inamdar) [RHEL-190876] +- KVM: PPC: Book3S HV: Add Power11 capability support for Nested PAPR guests (Mamatha Inamdar) [RHEL-190876] +- stmmac: s32: enable support for Multi-IRQ mode (Jared Kangas) [RHEL-168971] +- dt-bindings: net: nxp,s32-dwmac: Declare per-queue interrupts (Jared Kangas) [RHEL-168971] +- net: stmmac: platform: read channels irq (Jared Kangas) [RHEL-168971] +- spi: dt-bindings: fsl,dspi: Fix example indentation (Jared Kangas) [RHEL-248519] +- watchdog: s32g_wdt: remove incorrect options in watchdog_info struct (Jared Kangas) [RHEL-248519] +- usb: chipidea: fix usage_count leak when autosuspend_delay is negative (Jared Kangas) [RHEL-248519] +- usb: chipidea: core: convert ci_role_switch to local variable (Jared Kangas) [RHEL-248519] +- usb: chipidea: udc: support dynamic gadget add/remove (Jared Kangas) [RHEL-248519] +- usb: chipidea: udc: add a helper ci_udc_enable_vbus_irq() (Jared Kangas) [RHEL-248519] +- usb: chipidea: otg: not wait vbus drop if use role_switch (Jared Kangas) [RHEL-248519] +- usb: chipidea: core: allow ci_irq_handler() handle both ID and VBUS change (Jared Kangas) [RHEL-248519] +- usb: chipidea: core: refactor ci_usb_role_switch_set() (Jared Kangas) [RHEL-248519] +- mmc: sdhci-esdhc-imx: fix resume error handling (Jared Kangas) [RHEL-248519] +- mmc: sdhci-esdhc-imx: make non-fatal errors non-blocking in suspend (Jared Kangas) [RHEL-248519] +- mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspend (Jared Kangas) [RHEL-248519] +- mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interrupt (Jared Kangas) [RHEL-248519] +- mmc: sdhci-esdhc-imx: restore pinctrl before restoring ios timing on resume (Jared Kangas) [RHEL-248519] +- mmc: sdhci-esdhc-imx: fix esdhc_change_pinstate() to allow default state restore (Jared Kangas) [RHEL-248519] +- mmc: sdhci-esdhc-imx: restore DLL override for DDR modes on resume (Jared Kangas) [RHEL-248519] +- mmc: sdhci-esdhc-imx: remove unnecessary mmc_card_wake_sdio_irq check for tuning save/restore (Jared Kangas) [RHEL-248519] +- dt: bindings: fsl,vf610-pit: Add compatible for s32g2 and s32g3 (Jared Kangas) [RHEL-248519] +- dt-bindings: timer: Add fsl,vf610-pit.yaml (Jared Kangas) [RHEL-248519] +- pinctrl: s32cc: use dev_err_probe() and improve error messages (Jared Kangas) [RHEL-248519] +- pinctrl: s32: correct kernel-doc bad line warning (Jared Kangas) [RHEL-248519] +- i2c: imx: fix locked bus on SMBus block-read of 0 (IRQ) (Jared Kangas) [RHEL-248519] +- i2c: imx: fix locked bus on SMBus block-read of 0 (atomic) (Jared Kangas) [RHEL-248519] +- i2c: imx: Cancel hrtimer before clearing slave pointer (Jared Kangas) [RHEL-248519] +- i2c: imx: Fix slave registration race and error handling (Jared Kangas) [RHEL-248519] +- i2c: imx: mark I2C adapter when hardware is powered down (Jared Kangas) [RHEL-248519] +- gpio: pca953x: fix cache_only and IRQ state on restore_context() failure (Jared Kangas) [RHEL-248519] +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock regmap lock (Jared Kangas) [RHEL-248519] +- replace kernel-qe-ci gating with osci tier0 plans (Bruno Goncalves) [RHEL-186035] +- RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path (CKI Backport Bot) [RHEL-179960] {CVE-2026-46189} +Resolves: RHEL-168971, RHEL-179960, RHEL-186035, RHEL-190876, RHEL-227151, RHEL-248519 + * Tue Sep 01 2026 CKI KWF Bot [6.12.0-265.el10] - redhat: bump RHEL_MINOR to 10.4 (Oleksii Baranov) - hwmon: (k10temp) Add per-CCD temperature monitoring for Zen5 Turin (Dennis Chen) [RHEL-247220]