forked from pool/kernel-source-azure
GIT Revision: 2e92aea5ac15d80acb23f58cda29e8933fadbc8a
GIT Branch: SLE15-SP7-AZURE 2026-01-20 00:01:29 +0000
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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: <RELEASE>.g8ce3b32
|
||||
Release: <RELEASE>.g2e92aea
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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: <RELEASE>.g8ce3b32
|
||||
Release: <RELEASE>.g2e92aea
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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: <RELEASE>.g8ce3b32
|
||||
Release: <RELEASE>.g2e92aea
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
BIN
patches.suse.tar.bz2
LFS
BIN
patches.suse.tar.bz2
LFS
Binary file not shown.
24
series.conf
24
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user