From afb9169e609bc6b19a495dd0ff8eceb74b4ad2aaec00aeb44cd1ec2d9904657b Mon Sep 17 00:00:00 2001 From: Kernel Bugs Date: Tue, 20 Jan 2026 08:04:20 +0100 Subject: [PATCH] GIT Revision: 2e92aea5ac15d80acb23f58cda29e8933fadbc8a GIT Branch: SLE15-SP7-AZURE 2026-01-20 00:01:29 +0000 --- kernel-azure.changes | 51 +++++++++++++++++++++++++++++++++++++ kernel-azure.spec | 4 +-- kernel-source-azure.changes | 51 +++++++++++++++++++++++++++++++++++++ kernel-source-azure.spec | 4 +-- kernel-syms-azure.changes | 51 +++++++++++++++++++++++++++++++++++++ kernel-syms-azure.spec | 4 +-- patches.suse.tar.bz2 | 4 +-- series.conf | 24 +++++++++++++++++ source-timestamp | 4 +-- 9 files changed, 187 insertions(+), 10 deletions(-) diff --git a/kernel-azure.changes b/kernel-azure.changes index 7b707f8..5bde1b9 100644 --- a/kernel-azure.changes +++ b/kernel-azure.changes @@ -1,9 +1,60 @@ +------------------------------------------------------------------- +Mon Jan 19 09:55:27 CET 2026 - tiwai@suse.de + +- dmaengine: apple-admac: Add "apple,t8103-admac" compatible + (git-fixes). +- dmaengine: omap-dma: fix dma_pool resource leak in error paths + (git-fixes). +- dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config() + (git-fixes). +- dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all() (git-fixes). +- dmaengine: xilinx_dma: Fix uninitialized addr_width when + "xlnx,addrwidth" property is missing (git-fixes). +- dmaengine: tegra-adma: Fix use-after-free (git-fixes). +- dmaengine: ti: k3-udma: fix device leak on udma lookup + (git-fixes). +- dmaengine: ti: dma-crossbar: fix device leak on am335x route + allocation (git-fixes). +- dmaengine: ti: dma-crossbar: fix device leak on dra7x route + allocation (git-fixes). +- dmaengine: lpc18xx-dmamux: fix device leak on route allocation + (git-fixes). +- dmaengine: idxd: fix device leaks on compat bind and unbind + (git-fixes). +- dmaengine: dw: dmamux: fix OF node leak on route allocation + failure (git-fixes). +- dmaengine: bcm-sba-raid: fix device leak on probe (git-fixes). +- dmaengine: at_hdmac: fix device leak on of_dma_xlate() + (git-fixes). +- dmaengine: xilinx: xdma: Fix regmap max_register (git-fixes). +- phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7 + (git-fixes). +- phy: rockchip: inno-usb2: fix communication disruption in + gadget mode (git-fixes). +- phy: rockchip: inno-usb2: fix disconnection in gadget mode + (git-fixes). +- phy: stm32-usphyc: Fix off by one in probe() (git-fixes). +- commit c2d8602 + ------------------------------------------------------------------- Sun Jan 18 10:35:01 CET 2026 - tiwai@suse.de - gpio: pca953x: fix wrong error probe return value (git-fixes). - commit df5f5f1 +------------------------------------------------------------------- +Sun Jan 18 09:51:24 CET 2026 - tiwai@suse.de + +- drm/amdgpu: Fix query for VPE block_type and ip_count + (stable-fixes). +- drm/amd/display: Apply e4479aecf658 to dml (stable-fixes). +- drm/amdkfd: Fix improper NULL termination of queue restore + SMI event string (stable-fixes). +- drm/amd/display: shrink struct members (stable-fixes). +- drm/amd/display: Respect user's CONFIG_FRAME_WARN more for + dml files (stable-fixes). +- commit 1aaadcf + ------------------------------------------------------------------- Sun Jan 18 09:46:26 CET 2026 - tiwai@suse.de diff --git a/kernel-azure.spec b/kernel-azure.spec index eab1121..27e7fcc 100644 --- a/kernel-azure.spec +++ b/kernel-azure.spec @@ -19,7 +19,7 @@ %define srcversion 6.4 %define patchversion 6.4.0 -%define git_commit 8ce3b32e0aa15018252daa6fa69a8296c4bfdb67 +%define git_commit 2e92aea5ac15d80acb23f58cda29e8933fadbc8a %define variant -azure%{nil} %define compress_modules zstd %define compress_vmlinux gz @@ -42,7 +42,7 @@ Name: kernel-azure Version: 6.4.0 %if 0%{?is_kotd} -Release: .g8ce3b32 +Release: .g2e92aea %else Release: 0 %endif diff --git a/kernel-source-azure.changes b/kernel-source-azure.changes index 7b707f8..5bde1b9 100644 --- a/kernel-source-azure.changes +++ b/kernel-source-azure.changes @@ -1,9 +1,60 @@ +------------------------------------------------------------------- +Mon Jan 19 09:55:27 CET 2026 - tiwai@suse.de + +- dmaengine: apple-admac: Add "apple,t8103-admac" compatible + (git-fixes). +- dmaengine: omap-dma: fix dma_pool resource leak in error paths + (git-fixes). +- dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config() + (git-fixes). +- dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all() (git-fixes). +- dmaengine: xilinx_dma: Fix uninitialized addr_width when + "xlnx,addrwidth" property is missing (git-fixes). +- dmaengine: tegra-adma: Fix use-after-free (git-fixes). +- dmaengine: ti: k3-udma: fix device leak on udma lookup + (git-fixes). +- dmaengine: ti: dma-crossbar: fix device leak on am335x route + allocation (git-fixes). +- dmaengine: ti: dma-crossbar: fix device leak on dra7x route + allocation (git-fixes). +- dmaengine: lpc18xx-dmamux: fix device leak on route allocation + (git-fixes). +- dmaengine: idxd: fix device leaks on compat bind and unbind + (git-fixes). +- dmaengine: dw: dmamux: fix OF node leak on route allocation + failure (git-fixes). +- dmaengine: bcm-sba-raid: fix device leak on probe (git-fixes). +- dmaengine: at_hdmac: fix device leak on of_dma_xlate() + (git-fixes). +- dmaengine: xilinx: xdma: Fix regmap max_register (git-fixes). +- phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7 + (git-fixes). +- phy: rockchip: inno-usb2: fix communication disruption in + gadget mode (git-fixes). +- phy: rockchip: inno-usb2: fix disconnection in gadget mode + (git-fixes). +- phy: stm32-usphyc: Fix off by one in probe() (git-fixes). +- commit c2d8602 + ------------------------------------------------------------------- Sun Jan 18 10:35:01 CET 2026 - tiwai@suse.de - gpio: pca953x: fix wrong error probe return value (git-fixes). - commit df5f5f1 +------------------------------------------------------------------- +Sun Jan 18 09:51:24 CET 2026 - tiwai@suse.de + +- drm/amdgpu: Fix query for VPE block_type and ip_count + (stable-fixes). +- drm/amd/display: Apply e4479aecf658 to dml (stable-fixes). +- drm/amdkfd: Fix improper NULL termination of queue restore + SMI event string (stable-fixes). +- drm/amd/display: shrink struct members (stable-fixes). +- drm/amd/display: Respect user's CONFIG_FRAME_WARN more for + dml files (stable-fixes). +- commit 1aaadcf + ------------------------------------------------------------------- Sun Jan 18 09:46:26 CET 2026 - tiwai@suse.de diff --git a/kernel-source-azure.spec b/kernel-source-azure.spec index b50b7c9..5e38106 100644 --- a/kernel-source-azure.spec +++ b/kernel-source-azure.spec @@ -18,7 +18,7 @@ %define srcversion 6.4 %define patchversion 6.4.0 -%define git_commit 8ce3b32e0aa15018252daa6fa69a8296c4bfdb67 +%define git_commit 2e92aea5ac15d80acb23f58cda29e8933fadbc8a %define variant -azure%{nil} %define gcc_package gcc %define gcc_compiler gcc @@ -30,7 +30,7 @@ Name: kernel-source-azure Version: 6.4.0 %if 0%{?is_kotd} -Release: .g8ce3b32 +Release: .g2e92aea %else Release: 0 %endif diff --git a/kernel-syms-azure.changes b/kernel-syms-azure.changes index 7b707f8..5bde1b9 100644 --- a/kernel-syms-azure.changes +++ b/kernel-syms-azure.changes @@ -1,9 +1,60 @@ +------------------------------------------------------------------- +Mon Jan 19 09:55:27 CET 2026 - tiwai@suse.de + +- dmaengine: apple-admac: Add "apple,t8103-admac" compatible + (git-fixes). +- dmaengine: omap-dma: fix dma_pool resource leak in error paths + (git-fixes). +- dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config() + (git-fixes). +- dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all() (git-fixes). +- dmaengine: xilinx_dma: Fix uninitialized addr_width when + "xlnx,addrwidth" property is missing (git-fixes). +- dmaengine: tegra-adma: Fix use-after-free (git-fixes). +- dmaengine: ti: k3-udma: fix device leak on udma lookup + (git-fixes). +- dmaengine: ti: dma-crossbar: fix device leak on am335x route + allocation (git-fixes). +- dmaengine: ti: dma-crossbar: fix device leak on dra7x route + allocation (git-fixes). +- dmaengine: lpc18xx-dmamux: fix device leak on route allocation + (git-fixes). +- dmaengine: idxd: fix device leaks on compat bind and unbind + (git-fixes). +- dmaengine: dw: dmamux: fix OF node leak on route allocation + failure (git-fixes). +- dmaengine: bcm-sba-raid: fix device leak on probe (git-fixes). +- dmaengine: at_hdmac: fix device leak on of_dma_xlate() + (git-fixes). +- dmaengine: xilinx: xdma: Fix regmap max_register (git-fixes). +- phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7 + (git-fixes). +- phy: rockchip: inno-usb2: fix communication disruption in + gadget mode (git-fixes). +- phy: rockchip: inno-usb2: fix disconnection in gadget mode + (git-fixes). +- phy: stm32-usphyc: Fix off by one in probe() (git-fixes). +- commit c2d8602 + ------------------------------------------------------------------- Sun Jan 18 10:35:01 CET 2026 - tiwai@suse.de - gpio: pca953x: fix wrong error probe return value (git-fixes). - commit df5f5f1 +------------------------------------------------------------------- +Sun Jan 18 09:51:24 CET 2026 - tiwai@suse.de + +- drm/amdgpu: Fix query for VPE block_type and ip_count + (stable-fixes). +- drm/amd/display: Apply e4479aecf658 to dml (stable-fixes). +- drm/amdkfd: Fix improper NULL termination of queue restore + SMI event string (stable-fixes). +- drm/amd/display: shrink struct members (stable-fixes). +- drm/amd/display: Respect user's CONFIG_FRAME_WARN more for + dml files (stable-fixes). +- commit 1aaadcf + ------------------------------------------------------------------- Sun Jan 18 09:46:26 CET 2026 - tiwai@suse.de diff --git a/kernel-syms-azure.spec b/kernel-syms-azure.spec index 2aeb421..78755f7 100644 --- a/kernel-syms-azure.spec +++ b/kernel-syms-azure.spec @@ -16,7 +16,7 @@ # -%define git_commit 8ce3b32e0aa15018252daa6fa69a8296c4bfdb67 +%define git_commit 2e92aea5ac15d80acb23f58cda29e8933fadbc8a %define variant -azure%{nil} %include %_sourcedir/kernel-spec-macros @@ -24,7 +24,7 @@ Name: kernel-syms-azure Version: 6.4.0 %if 0%{?is_kotd} -Release: .g8ce3b32 +Release: .g2e92aea %else Release: 0 %endif diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index aab27f1..20009a6 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cd4f780a4ee4ee5859f3a25decbad844b019ac8bf3d300e1d5929a33802962f -size 55017542 +oid sha256:33dfe2f9426c656c0d752fb972eaec80a19322c21bef7c7d57a2abd463cec585 +size 55041412 diff --git a/series.conf b/series.conf index d229782..e302164 100644 --- a/series.conf +++ b/series.conf @@ -51639,6 +51639,7 @@ patches.suse/drm-amdgpu-add-a-BO-metadata-flag-to-disable-write-c.patch patches.suse/drm-amd-display-Fix-out-of-bound-accesses.patch patches.suse/drm-amd-display-Fix-seamless-boot-sequence.patch + patches.suse/drm-amd-display-Respect-user-s-CONFIG_FRAME_WARN-mor.patch patches.suse/Revert-drm-amd-display-Use-HW-lock-mgr-for-PSR1.patch patches.suse/drm-komeda-Add-check-for-komeda_get_layer_fourcc_lis.patch patches.suse/accel-ivpu-Clear-runtime_error-after-pm_runtime_resu.patch @@ -57308,6 +57309,7 @@ patches.suse/drm-amdkfd-Trap-handler-support-for-expert-schedulin.patch patches.suse/drm-amd-display-Use-GFP_ATOMIC-in-dc_create_plane_st.patch patches.suse/drm-amdkfd-Export-the-cwsr_size-and-ctl_stack_size-t.patch + patches.suse/drm-amd-display-shrink-struct-members.patch patches.suse/drm-amdkfd-bump-minimum-vgpr-size-for-gfx1151.patch patches.suse/Revert-drm-amd-display-Fix-pbn-to-kbps-Conversion.patch patches.suse/drm-i915-Fix-format-string-truncation-warning.patch @@ -57334,6 +57336,7 @@ patches.suse/drm-amd-display-Fix-scratch-registers-offsets-for-DC.patch patches.suse/drm-amd-display-Fix-scratch-registers-offsets-for-DC-fd62aa1.patch patches.suse/drm-amd-display-Fix-DP-no-audio-issue.patch + patches.suse/drm-amdkfd-Fix-improper-NULL-termination-of-queue-re.patch patches.suse/drm-panel-sony-td4353-jdi-Enable-prepare_prev_first.patch patches.suse/drm-me-gsc-mei-interrupt-top-half-should-be-in-irq-d.patch patches.suse/drm-xe-bo-Don-t-include-the-CCS-metadata-in-the-dma-.patch @@ -57407,7 +57410,9 @@ patches.suse/pinctrl-qcom-lpass-lpi-mark-the-GPIO-controller-as-s.patch patches.suse/crypto-qat-fix-duplicate-restarting-msg-during-AER-e.patch patches.suse/drm-pl111-Fix-error-handling-in-pl111_amba_probe.patch + patches.suse/drm-amd-display-Apply-e4479aecf658-to-dml.patch patches.suse/drm-radeon-Remove-__counted_by-from-ClockInfoArray.c.patch + patches.suse/drm-amdgpu-Fix-query-for-VPE-block_type-and-ip_count.patch patches.suse/gpio-pca953x-handle-short-interrupt-pulses-on-PCAL-d.patch patches.suse/gpio-rockchip-mark-the-GPIO-controller-as-sleeping.patch patches.suse/docs-ABI-sysfs-devices-soc-Fix-swapped-sample-values.patch @@ -57427,6 +57432,25 @@ patches.suse/drm-vmwgfx-Fix-an-error-return-check-in-vmw_compat_s.patch patches.suse/drm-panel-simple-fix-connector-type-for-DataImage-SC.patch patches.suse/drm-nouveau-disp-nv50-Set-lock_core-in-curs507a_prep.patch + patches.suse/phy-stm32-usphyc-Fix-off-by-one-in-probe.patch + patches.suse/phy-rockchip-inno-usb2-fix-disconnection-in-gadget-m.patch + patches.suse/phy-rockchip-inno-usb2-fix-communication-disruption-.patch + patches.suse/phy-tegra-xusb-Explicitly-configure-HS_DISCON_LEVEL-.patch + patches.suse/dmaengine-xilinx-xdma-Fix-regmap-max_register.patch + patches.suse/dmaengine-at_hdmac-fix-device-leak-on-of_dma_xlate.patch + patches.suse/dmaengine-bcm-sba-raid-fix-device-leak-on-probe.patch + patches.suse/dmaengine-dw-dmamux-fix-OF-node-leak-on-route-alloca.patch + patches.suse/dmaengine-idxd-fix-device-leaks-on-compat-bind-and-u.patch + patches.suse/dmaengine-lpc18xx-dmamux-fix-device-leak-on-route-al.patch + patches.suse/dmaengine-ti-dma-crossbar-fix-device-leak-on-dra7x-r.patch + patches.suse/dmaengine-ti-dma-crossbar-fix-device-leak-on-am335x-.patch + patches.suse/dmaengine-ti-k3-udma-fix-device-leak-on-udma-lookup.patch + patches.suse/dmaengine-tegra-adma-Fix-use-after-free.patch + patches.suse/dmaengine-xilinx_dma-Fix-uninitialized-addr_width-wh.patch + patches.suse/dmaengine-sh-rz-dmac-Fix-rz_dmac_terminate_all.patch + patches.suse/dmaengine-qcom-gpi-Fix-memory-leak-in-gpi_peripheral.patch + patches.suse/dmaengine-omap-dma-fix-dma_pool-resource-leak-in-err.patch + patches.suse/dmaengine-apple-admac-Add-apple-t8103-admac-compatib.patch # powerpc/linux next patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch diff --git a/source-timestamp b/source-timestamp index 5a853b1..b692224 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2026-01-19 00:17:07 +0000 -GIT Revision: 8ce3b32e0aa15018252daa6fa69a8296c4bfdb67 +2026-01-20 00:01:29 +0000 +GIT Revision: 2e92aea5ac15d80acb23f58cda29e8933fadbc8a GIT Branch: SLE15-SP7-AZURE