1
0
forked from pool/kernel-source

GIT Revision: 62d2f7e41911b2037ec7cc634f389af5be13f6ea

GIT Branch: SLE15-SP7
2026-01-19 17:04:54 +0000
This commit is contained in:
2026-01-20 08:03:55 +01:00
parent a06f0b172a
commit dbef798dbb
23 changed files with 558 additions and 24 deletions

View File

@@ -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

View File

@@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g7bb9d65
Release: <RELEASE>.g62d2f7e
%else
Release: 0
%endif

View File

@@ -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

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
%define git_commit 62d2f7e41911b2037ec7cc634f389af5be13f6ea
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux gz
@@ -42,7 +42,7 @@
Name: kernel-64kb
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g7bb9d65
Release: <RELEASE>.g62d2f7e
%else
Release: 0
%endif

View File

@@ -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

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
%define git_commit 62d2f7e41911b2037ec7cc634f389af5be13f6ea
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux gz
@@ -42,7 +42,7 @@
Name: kernel-default
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g7bb9d65
Release: <RELEASE>.g62d2f7e
%else
Release: 0
%endif

View File

@@ -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

View File

@@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
%define git_commit 62d2f7e41911b2037ec7cc634f389af5be13f6ea
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@@ -30,7 +30,7 @@
Name: kernel-docs
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g7bb9d65
Release: <RELEASE>.g62d2f7e
%else
Release: 0
%endif

View File

@@ -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

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
%define git_commit 62d2f7e41911b2037ec7cc634f389af5be13f6ea
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux gz
@@ -42,7 +42,7 @@
Name: kernel-kvmsmall
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g7bb9d65
Release: <RELEASE>.g62d2f7e
%else
Release: 0
%endif

View File

@@ -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

View File

@@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
%global kernel_package kernel%kernel_flavor-srchash-62d2f7e41911b2037ec7cc634f389af5be13f6ea
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@@ -47,14 +47,14 @@
Name: kernel-obs-build
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g7bb9d65
Release: <RELEASE>.g62d2f7e
%else
Release: 0
%endif
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0-only
Group: SLES
Provides: kernel-obs-build-srchash-7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
Provides: kernel-obs-build-srchash-62d2f7e41911b2037ec7cc634f389af5be13f6ea
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: dracut

View File

@@ -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

View File

@@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g7bb9d65
Release: <RELEASE>.g62d2f7e
%else
Release: 0
%endif
@@ -36,7 +36,7 @@ BuildRequires: kernel-default
# kernel-obs-build must be also configured as VMinstall, but is required
# here as well to avoid that qa and build package build parallel
%if ! 0%{?qemu_user_space_build}
BuildRequires: kernel-obs-build-srchash-7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
BuildRequires: kernel-obs-build-srchash-62d2f7e41911b2037ec7cc634f389af5be13f6ea
%endif
BuildRequires: modutils
ExclusiveArch: aarch64 ppc64le s390x x86_64

View File

@@ -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

View File

@@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
%define git_commit 62d2f7e41911b2037ec7cc634f389af5be13f6ea
%define variant %{nil}
%define gcc_package gcc
%define gcc_compiler gcc
@@ -30,7 +30,7 @@
Name: kernel-source
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g7bb9d65
Release: <RELEASE>.g62d2f7e
%else
Release: 0
%endif

View File

@@ -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

View File

@@ -16,7 +16,7 @@
#
%define git_commit 7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
%define git_commit 62d2f7e41911b2037ec7cc634f389af5be13f6ea
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@@ -24,7 +24,7 @@
Name: kernel-syms
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g7bb9d65
Release: <RELEASE>.g62d2f7e
%else
Release: 0
%endif

View File

@@ -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

View File

@@ -19,7 +19,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
%define git_commit 62d2f7e41911b2037ec7cc634f389af5be13f6ea
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux gz
@@ -42,7 +42,7 @@
Name: kernel-zfcpdump
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g7bb9d65
Release: <RELEASE>.g62d2f7e
%else
Release: 0
%endif

Binary file not shown.

View File

@@ -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

View File

@@ -1,3 +1,3 @@
2026-01-19 00:01:52 +0000
GIT Revision: 7bb9d6519470f73e5f01936f1c9f4fde2b8d44e6
2026-01-19 17:04:54 +0000
GIT Revision: 62d2f7e41911b2037ec7cc634f389af5be13f6ea
GIT Branch: SLE15-SP7