Compare commits
7 Commits
slfo-1.2
...
Kernel/SL-
| Author | SHA256 | Date | |
|---|---|---|---|
| b2bb53b21f | |||
| 522d77eec3 | |||
| 1eb7a81158 | |||
| 0d08a0587e | |||
| e8f3041b2e | |||
| afcf05045e | |||
| 3152efa8fd |
16
_constraints
16
_constraints
@@ -4,6 +4,8 @@
|
||||
<conditions>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -69,6 +71,8 @@
|
||||
<arch>armv6l</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -91,6 +95,8 @@
|
||||
<arch>s390x</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -118,6 +124,8 @@
|
||||
<arch>riscv64</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -140,6 +148,8 @@
|
||||
<arch>ppc64le</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -162,6 +172,8 @@
|
||||
<arch>armv7l</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -207,6 +219,8 @@
|
||||
<arch>x86_64</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -229,6 +243,8 @@
|
||||
<arch>riscv64</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<multibuild>
|
||||
<package>dtb-aarch64</package>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-docs</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
# kernel-binary and kernel-source rely on this
|
||||
#
|
||||
|
||||
+x86_64 x86_64/azure
|
||||
+x86_64 x86_64/default
|
||||
+x86_64 -syms x86_64/kvmsmall
|
||||
+x86_64 x86_64/rt
|
||||
@@ -15,6 +16,7 @@
|
||||
+ppc64le ppc64le/default
|
||||
+ppc64le -syms ppc64le/kvmsmall
|
||||
|
||||
+arm64 arm64/azure
|
||||
+arm64 arm64/default
|
||||
+arm64 arm64/64kb
|
||||
+arm64 -syms arm64/kvmsmall
|
||||
|
||||
BIN
config.tar.bz2
LFS
BIN
config.tar.bz2
LFS
Binary file not shown.
1624
dtb-aarch64.changes
1624
dtb-aarch64.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dtb-aarch64
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,7 +27,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
1624
kernel-64kb.changes
1624
kernel-64kb.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-64kb
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define git_commit 93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-64kb
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
176060
kernel-azure.changes
Normal file
176060
kernel-azure.changes
Normal file
File diff suppressed because it is too large
Load Diff
1963
kernel-azure.spec
Normal file
1963
kernel-azure.spec
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-default
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define git_commit 93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-default
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
1624
kernel-docs.changes
1624
kernel-docs.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-docs
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define git_commit 93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
%define variant %{nil}
|
||||
%define build_html 1
|
||||
%define build_pdf 0
|
||||
@@ -30,7 +30,7 @@
|
||||
Name: kernel-docs
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-kvmsmall
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define git_commit 93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-kvmsmall
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-obs-build
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -38,7 +38,7 @@
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%global kernel_package kernel%kernel_flavor-srchash-5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%global kernel_package kernel%kernel_flavor-srchash-93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
%endif
|
||||
%if 0%{?rhel_version}
|
||||
%global kernel_package kernel
|
||||
@@ -47,14 +47,14 @@
|
||||
Name: kernel-obs-build
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%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-5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
Provides: kernel-obs-build-srchash-93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: device-mapper
|
||||
BuildRequires: dracut
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-obs-qa
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,7 +25,7 @@
|
||||
Name: kernel-obs-qa
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%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-5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
BuildRequires: kernel-obs-build-srchash-93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
%endif
|
||||
BuildRequires: modutils
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
|
||||
1624
kernel-rt.changes
1624
kernel-rt.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-rt
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define git_commit 93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-rt
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-source
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define git_commit 93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
%define variant %{nil}
|
||||
%define gcc_package gcc13
|
||||
%define gcc_compiler gcc-13
|
||||
@@ -30,7 +30,7 @@
|
||||
Name: kernel-source
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
1624
kernel-syms.changes
1624
kernel-syms.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-syms
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define git_commit 93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@@ -24,7 +24,7 @@
|
||||
Name: kernel-syms
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-zfcpdump
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define git_commit 93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-zfcpdump
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5d31a95
|
||||
Release: <RELEASE>.g93bcb6a
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
BIN
patches.kabi.tar.bz2
LFS
BIN
patches.kabi.tar.bz2
LFS
Binary file not shown.
BIN
patches.suse.tar.bz2
LFS
BIN
patches.suse.tar.bz2
LFS
Binary file not shown.
330
series.conf
330
series.conf
@@ -812,6 +812,7 @@
|
||||
patches.suse/r8169-remove-original-workaround-for-RTL8125-broken-.patch
|
||||
patches.suse/tg3-Link-IRQs-to-NAPI-instances.patch
|
||||
patches.suse/tg3-Link-queues-to-NAPIs.patch
|
||||
patches.suse/netdevsim-print-human-readable-IP-address.patch
|
||||
patches.suse/netdevsim-copy-addresses-for-both-in-and-out-paths.patch
|
||||
patches.suse/selftests-rtnetlink-update-netdevsim-ipsec-output-fo.patch
|
||||
patches.suse/r8169-enable-SG-TSO-on-selected-chip-versions-per-de.patch
|
||||
@@ -1925,6 +1926,8 @@
|
||||
patches.suse/x86-fix-off-by-one-in-access_ok.patch
|
||||
patches.suse/lib-string_helpers-silence-snprintf-output-truncatio.patch
|
||||
patches.suse/kernel-watchdog-always-restore-watchdog_softlockup-hardloc.patch
|
||||
patches.suse/resource-replace-open-coded-resource_intersection.patch
|
||||
patches.suse/resource-introduce-is_type_match-helper-and-use-it.patch
|
||||
patches.suse/lib-Kconfig.debug-move-int_pow-test-option-to-runtim.patch
|
||||
patches.suse/scatterlist-fix-a-typo.patch
|
||||
patches.suse/ipc-fix-memleak-if-msg_init_ns-failed-in-create_ipc_ns.patch
|
||||
@@ -4018,6 +4021,8 @@
|
||||
patches.suse/x86-bugs-Add-SRSO_USER_KERNEL_NO-support.patch
|
||||
patches.suse/KVM-x86-Advertise-SRSO_USER_KERNEL_NO-to-userspace.patch
|
||||
patches.suse/x86-microcode-AMD-Return-bool-from-find_blobs_in_container.patch
|
||||
patches.suse/x86-microcode-AMD-Remove-bogus-comment-from-parse_co.patch
|
||||
patches.suse/x86-microcode-AMD-Make-__verify_patch_size-return-bo.patch
|
||||
patches.suse/x86-microcode-AMD-Have-__apply_microcode_amd-return-bool.patch
|
||||
patches.suse/x86-sev-Prepare-for-using-the-RMPREAD-instruction-to.patch
|
||||
patches.suse/x86-sev-Add-support-for-the-RMPREAD-instruction.patch
|
||||
@@ -6864,6 +6869,7 @@
|
||||
patches.suse/x86-coco-Replace-static-const-cc_mask-with-the-newly-intro.patch
|
||||
patches.suse/x86-platform-olpc-Remove-unused-variable-len-in-olpc_dt_co.patch
|
||||
patches.suse/usb-typec-tcpm-Switch-to-use-hrtimer_setup.patch
|
||||
patches.suse/serial-xilinx_uartps-Use-helper-function-hrtimer_upd.patch
|
||||
patches.suse/perf-dwc_pcie-fix-duplicate-pci_dev-devices.patch
|
||||
patches.suse/arch_topology-init-capacity_freq_ref-to-0.patch
|
||||
patches.suse/cpufreq-Allow-arch_freq_get_on_cpu-to-return-an-error.patch
|
||||
@@ -7717,6 +7723,7 @@
|
||||
patches.suse/drm-ast-Find-VBIOS-mode-from-regular-display-size.patch
|
||||
patches.suse/drm-rockchip-vop2-Improve-display-modes-handling-on-.patch
|
||||
patches.suse/drm-bridge-it6505-fix-HDCP-V-match-check-is-not-perf.patch
|
||||
patches.suse/accel-ivpu-Prevent-runtime-suspend-during-context-ab.patch
|
||||
patches.suse/drm-mgag200-Added-support-for-the-new-device-G200eH5.patch
|
||||
patches.suse/drm-xlnx-zynqmp-Fix-max-dma-segment-size.patch
|
||||
patches.suse/drm-v3d-Add-clock-handling.patch
|
||||
@@ -7886,6 +7893,7 @@
|
||||
patches.suse/PCI-apple-Use-helper-function-for_each_child_of_node.patch
|
||||
patches.suse/PCI-brcmstb-Fix-missing-of_node_put-in-brcm_pcie_pro.patch
|
||||
patches.suse/PCI-brcmstb-Add-a-softdep-to-MIP-MSI-X-driver.patch
|
||||
patches.suse/PCI-brcmstb-Reuse-pcie_cfg_data-structure.patch
|
||||
patches.suse/PCI-brcmstb-Expand-inbound-window-size-up-to-64GB.patch
|
||||
patches.suse/PCI-brcmstb-Set-generation-limit-before-PCIe-link-up.patch
|
||||
patches.suse/PCI-brcmstb-Use-internal-register-to-change-link-cap.patch
|
||||
@@ -8765,6 +8773,7 @@
|
||||
patches.suse/btrfs-fix-invalid-inode-pointer-after-failure-to-cre.patch
|
||||
patches.suse/virtgpu-don-t-reset-on-shutdown.patch
|
||||
patches.suse/virtio_console-fix-missing-byte-order-handling-for-c.patch
|
||||
patches.suse/virtio_console-fix-order-of-fields-cols-and-rows.patch
|
||||
patches.suse/vhost-scsi-protect-vq-log_used-with-vq-mutex.patch
|
||||
patches.suse/vhost-scsi-Fix-vhost_scsi_send_bad_target.patch
|
||||
patches.suse/vhost-scsi-Fix-vhost_scsi_send_status.patch
|
||||
@@ -9353,6 +9362,7 @@
|
||||
patches.suse/btrfs-use-unsigned-types-for-constants-defined-as-bi.patch
|
||||
patches.suse/btrfs-exit-after-state-split-error-at-set_extent_bit.patch
|
||||
patches.suse/btrfs-handle-unaligned-EOF-truncation-correctly-for-.patch
|
||||
patches.suse/btrfs-handle-aligned-EOF-truncation-correctly-for-su.patch
|
||||
patches.suse/btrfs-fix-qgroup-reservation-leak-on-failure-to-allo.patch
|
||||
patches.suse/btrfs-fix-invalid-data-space-release-when-truncating.patch
|
||||
patches.suse/btrfs-fix-wrong-start-offset-for-delalloc-space-rele.patch
|
||||
@@ -9459,6 +9469,7 @@
|
||||
patches.suse/x86-cpu-Sanitize-CPUID-0x80000000-output.patch
|
||||
patches.suse/x86-fpu-Refactor-xfeature-bitmask-update-code-for-sigframe.patch
|
||||
patches.suse/x86-pkeys-Simplify-PKRU-update-in-signal-frame.patch
|
||||
patches.suse/x86-microcode-AMD-Use-sha256-instead-of-init-update-.patch
|
||||
patches.suse/x86-microcode-AMD-Do-not-return-error-when-microcode-updat.patch
|
||||
patches.suse/x86-idle-Remove-MFENCEs-for-X86_BUG_CLFLUSH_MONITOR-in-mwa.patch
|
||||
patches.suse/x86-bugs-Restructure-ITS-mitigation.patch
|
||||
@@ -9549,6 +9560,7 @@
|
||||
patches.suse/overflow-Fix-direct-struct-member-initialization-in-.patch
|
||||
patches.suse/scsi-qedf-Use-designated-initializer-for-struct-qed_fcoe_c.patch
|
||||
patches.suse/selinux-unify-OOM-handling-in-network-hashtables.patch
|
||||
patches.suse/media-amphion-Add-a-frame-flush-mode-for-decoder.patch
|
||||
patches.suse/media-rkvdec-Fix-frame-size-enumeration.patch
|
||||
patches.suse/media-mediatek-vcodec-Correct-vsi_core-framebuffer-s.patch
|
||||
patches.suse/media-venus-Fix-probe-error-handling.patch
|
||||
@@ -9718,7 +9730,6 @@
|
||||
patches.suse/netfilter-nft_set_pipapo-prevent-overflow-in-lookup-.patch
|
||||
patches.suse/netfilter-nft_set_pipapo-clamp-maximum-map-bucket-size-to-.patch
|
||||
patches.suse/devlink-define-enum-for-attr-types-of-dynamic-attrib.patch
|
||||
patches.suse/devlink-avoid-param-type-value-translations.patch
|
||||
patches.suse/wifi-iwlwifi-Add-missing-MODULE_FIRMWARE-for-Qu-c0-j.patch
|
||||
patches.suse/Revert-mac80211-Dynamically-set-CoDel-parameters-per.patch
|
||||
patches.suse/wifi-mac80211-Add-link-iteration-macro-for-link-data.patch
|
||||
@@ -10435,6 +10446,7 @@
|
||||
patches.suse/Bluetooth-MGMT-Fix-sparse-errors.patch
|
||||
patches.suse/Revert-wifi-mwifiex-Fix-HT40-bandwidth-issue.patch
|
||||
patches.suse/ath10k-snoc-fix-unbalanced-IRQ-enable-in-crash-recov.patch
|
||||
patches.suse/wifi-ath10k-Avoid-vdev-delete-timeout-when-firmware-.patch
|
||||
patches.suse/wifi-ath11k-avoid-burning-CPU-in-ath11k_debugfs_fw_s.patch
|
||||
patches.suse/wifi-ath11k-don-t-use-static-variables-in-ath11k_deb.patch
|
||||
patches.suse/wifi-ath11k-don-t-wait-when-there-is-no-vdev-started.patch
|
||||
@@ -10804,6 +10816,7 @@
|
||||
patches.suse/ASoC-fsl_asrc-use-internal-measured-ratio-for-non-id.patch
|
||||
patches.suse/ASoC-Intel-SND_SOC_INTEL_SOF_BOARD_HELPERS-select-SN.patch
|
||||
patches.suse/ASoC-fsl_sai-Force-a-software-reset-when-starting-in.patch
|
||||
patches.suse/ASoC-Intel-soc-acpi-arl-Correct-order-of-cs42l43-mat.patch
|
||||
patches.suse/ASoC-cs35l56-probe-should-fail-if-the-device-ID-is-n.patch
|
||||
patches.suse/ALSA-hda-realtek-Enable-headset-Mic-on-Positivo-K116.patch
|
||||
patches.suse/module-Fix-memory-deallocation-on-error-path-in-move_modul.patch
|
||||
@@ -11068,6 +11081,7 @@
|
||||
patches.suse/can-netlink-can_changelink-fix-NULL-pointer-deref-of.patch
|
||||
patches.suse/s390-ism-fix-concurrency-management-in-ism_cmd.patch
|
||||
patches.suse/xfrm-interface-fix-use-after-free-after-changing-collect_m.patch
|
||||
patches.suse/xfrm-delete-x-tunnel-as-we-delete-x.patch
|
||||
patches.suse/arm64-entry-Mask-DAIF-in-cpu_switch_to-call_on_irq_stack.patch
|
||||
patches.suse/ALSA-hda-realtek-Add-mute-LED-support-for-HP-Victus--21c8ed9.patch
|
||||
patches.suse/ALSA-hda-realtek-Add-mute-LED-support-for-HP-Pavilio.patch
|
||||
@@ -11257,6 +11271,7 @@
|
||||
patches.suse/usb-core-usb_submit_urb-downgrade-type-check.patch
|
||||
patches.suse/usb-typec-intel_pmc_mux-Defer-probe-if-SCU-IPC-isn-t.patch
|
||||
patches.suse/usb-typec-ucsi-yoga-c630-fix-error-and-remove-paths.patch
|
||||
patches.suse/usb-dwc2-disable-platform-lowlevel-hw-resources-duri.patch
|
||||
patches.suse/usb-core-config-Prevent-OOB-read-in-SS-endpoint-comp.patch
|
||||
patches.suse/USB-gadget-f_hid-Fix-memory-leak-in-hidg_bind-error-.patch
|
||||
patches.suse/usb-early-xhci-dbc-Fix-early_ioremap-leak.patch
|
||||
@@ -11387,10 +11402,13 @@
|
||||
patches.suse/net-mana-Add-support-for-net_shaper_ops.patch
|
||||
patches.suse/net-mana-Add-speed-support-in-mana_get_link_ksetting.patch
|
||||
patches.suse/net-mana-Handle-unsupported-HWC-commands.patch
|
||||
patches.suse/selftests-net-use-slowwait-to-stabilize-vrf_route_leaking-.patch
|
||||
patches.suse/selftests-net-use-slowwait-to-make-sure-IPv6-setup-finishe.patch
|
||||
patches.suse/net-mana-Set-tx_packets-to-post-gso-processing-packe.patch
|
||||
patches.suse/wifi-iwlegacy-Check-rate_idx-range-after-addition.patch
|
||||
patches.suse/wifi-mac80211-update-radar_required-in-channel-conte.patch
|
||||
patches.suse/wifi-ath12k-Decrement-TID-on-RX-peer-frag-setup-erro.patch
|
||||
patches.suse/wifi-ath10k-Add-missing-include-of-export.h.patch
|
||||
patches.suse/wifi-ath12k-Enable-REO-queue-lookup-table-feature-on.patch
|
||||
patches.suse/wifi-ath12k-Pass-ab-pointer-directly-to-ath12k_dp_tx.patch
|
||||
patches.suse/wifi-rtlwifi-fix-possible-skb-memory-leak-in-_rtl_pc.patch
|
||||
@@ -12373,6 +12391,8 @@
|
||||
patches.suse/bpf-Check-the-helper-function-is-valid-in-get_helper.patch
|
||||
patches.suse/bpf-Fix-out-of-bounds-dynptr-write-in-bpf_crypto_cry.patch
|
||||
patches.suse/tcp_bpf-Call-sk_msg_free-when-tcp_bpf_send_verdict-f.patch
|
||||
patches.suse/bpf-Reject-bpf_timer-for-PREEMPT_RT.patch
|
||||
patches.suse/selftests-bpf-Skip-timer-cases-when-bpf_timer-is-not.patch
|
||||
patches.suse/btrfs-fix-squota-compressed-stats-leak.patch
|
||||
patches.suse/btrfs-fix-corruption-reading-compressed-range-when-b.patch
|
||||
patches.suse/btrfs-fix-subvolume-deletion-lockup-caused-by-inodes.patch
|
||||
@@ -12488,6 +12508,7 @@
|
||||
patches.suse/arm64-dts-marvell-cn9132-clearfog-disable-eMMC-high-speed-.patch
|
||||
patches.suse/arm64-dts-marvell-cn9132-clearfog-fix-multi-lane-pci-x2-an.patch
|
||||
patches.suse/reset-eyeq-fix-OF-node-leak.patch
|
||||
patches.suse/firmware-imx-Add-stub-functions-for-SCMI-MISC-API.patch
|
||||
patches.suse/arm64-dts-imx8mp-Correct-thermal-sensor-index.patch
|
||||
patches.suse/tracing-dynevent-Add-a-missing-lockdown-check-on-dynevent.patch
|
||||
patches.suse/vhost-Take-a-reference-on-the-task-in-struct-vhost_t.patch
|
||||
@@ -12523,6 +12544,7 @@
|
||||
patches.suse/gpiolib-Extend-software-node-support-to-support-seco.patch
|
||||
patches.suse/platform-x86-amd-pmc-Add-Stellaris-Slim-Gen6-AMD-to-.patch
|
||||
patches.suse/platform-x86-lg-laptop-Fix-WMAB-call-in-fan_mode_sto.patch
|
||||
patches.suse/futex-Prevent-use-after-free-during-requeue-PI.patch
|
||||
patches.suse/x86-topology-Implement-topology_is_core_online-to-address-.patch
|
||||
patches.suse/mm-hugetlb-fix-folio-is-still-mapped-when-deleted.patch
|
||||
patches.suse/fs-proc-task_mmu-check-p-vec_buf-for-NULL.patch
|
||||
@@ -12534,6 +12556,8 @@
|
||||
patches.suse/writeback-Avoid-contention-on-wb-list_lock-when-swit.patch
|
||||
patches.suse/writeback-Avoid-softlockup-when-switching-many-inode.patch
|
||||
patches.suse/writeback-Avoid-excessively-long-inode-switching-tim.patch
|
||||
patches.suse/gfs2-Fix-unlikely-race-in-gdlm_put_lock.patch
|
||||
patches.suse/xfs-Replace-strncpy-with-memcpy.patch
|
||||
patches.suse/xfs-rename-the-old_crc-variable-in-xlog_recover_process.patch
|
||||
patches.suse/erofs-avoid-reading-more-for-fragment-maps.patch
|
||||
patches.suse/PCI-Test-for-bit-underflow-in-pcie_set_readrq.patch
|
||||
@@ -12547,6 +12571,8 @@
|
||||
patches.suse/powerpc-powernv-pci-Fix-underflow-and-leak-issue.patch
|
||||
patches.suse/powerpc-ftrace-ensure-ftrace-record-ops-are-always-set-for-NOPs.patch
|
||||
patches.suse/powerpc64-modules-correctly-iterate-over-stubs-in-setup_ftrace_ool_stubs.patch
|
||||
patches.suse/xen-events-Cleanup-find_virq-return-codes.patch
|
||||
patches.suse/xen-events-Return-EEXIST-for-bound-VIRQs.patch
|
||||
patches.suse/btrfs-return-any-hit-error-from-extent_writepage_io.patch
|
||||
patches.suse/btrfs-fix-the-incorrect-max_bytes-value-for-find_loc.patch
|
||||
patches.suse/btrfs-use-smp_mb__after_atomic-when-forcing-COW-in-c.patch
|
||||
@@ -12557,9 +12583,13 @@
|
||||
patches.suse/x86-bugs-Report-correct-retbleed-mitigation-status.patch
|
||||
patches.suse/x86-resctrl-Refactor-resctrl_arch_rmid_read.patch
|
||||
patches.suse/bpf-selftests-Fix-test_tcpnotify_user.patch
|
||||
patches.suse/bpf-Do-not-limit-bpf_cgroup_from_id-to-current-s-namespace.patch
|
||||
patches.suse/bpf-Explicitly-check-accesses-to-bpf_sock_addr.patch
|
||||
patches.suse/bpf-arm64-Call-bpf_jit_binary_pack_finalize-in-bpf_jit_fre.patch
|
||||
patches.suse/uprobe-Do-not-emulate-sstep-original-instruction-when-ip-i.patch
|
||||
patches.suse/selftests-bpf-Fix-flaky-bpf_cookie-selftest.patch
|
||||
patches.suse/bpf-Enforce-expected_attach_type-for-tailcall-compat.patch
|
||||
patches.suse/selftests-bpf-Add-test-case-for-different-expected_a.patch
|
||||
patches.suse/driver-core-PM-Set-power.no_callbacks-along-with-pow.patch
|
||||
patches.suse/hwmon-k10temp-Add-thermal-support-for-AMD-Family-1Ah.patch
|
||||
patches.suse/hwmon-k10temp-Add-device-ID-for-Strix-Halo.patch
|
||||
@@ -12686,6 +12716,7 @@
|
||||
patches.suse/memory-samsung-exynos-srom-Fix-of_iomap-leak-in-exyn.patch
|
||||
patches.suse/tee-fix-register_shm_helper.patch
|
||||
patches.suse/bus-fsl-mc-Check-return-value-of-platform_get_resour.patch
|
||||
patches.suse/io_uring-zctx-check-chained-notif-contexts.patch
|
||||
patches.suse/nbd-restrict-sockets-to-TCP-and-UDP.patch
|
||||
patches.suse/md-fix-mssing-blktrace-bio-split-events.patch
|
||||
patches.suse/nvme-auth-update-bi_directional-flag.patch
|
||||
@@ -12702,6 +12733,7 @@
|
||||
patches.suse/ALSA-serial-generic-remove-shared-static-buffer.patch
|
||||
patches.suse/ALSA-pcm-Disable-bottom-softirqs-as-part-of-spin_loc.patch
|
||||
patches.suse/ASoC-mediatek-Use-SND_JACK_AVOUT-for-HDMI-DP-jacks.patch
|
||||
patches.suse/ASoC-Intel-avs-Do-not-share-the-name-pointer-between.patch
|
||||
patches.suse/ASoC-imx-hdmi-remove-cpu_pdev-related-code.patch
|
||||
patches.suse/ASoC-SOF-ipc4-pcm-Add-fixup-for-channels.patch
|
||||
patches.suse/ASoC-qcom-audioreach-fix-potential-null-pointer-dere.patch
|
||||
@@ -12825,6 +12857,7 @@
|
||||
patches.suse/drm-amdgpu-remove-the-redeclaration-of-variable-i.patch
|
||||
patches.suse/drm-amd-display-Reject-modes-with-too-high-pixel-clo.patch
|
||||
patches.suse/amd-amdkfd-resolve-a-race-in-amdgpu_amdkfd_device_fi.patch
|
||||
patches.suse/media-amphion-Make-some-vpu_v4l2-functions-static.patch
|
||||
patches.suse/media-amphion-Delete-v4l2_fh-synchronously-in-.relea.patch
|
||||
patches.suse/media-zoran-Remove-zoran_fh-structure.patch
|
||||
patches.suse/media-i2c-Kconfig-Ensure-a-dependency-on-HAVE_CLK-fo.patch
|
||||
@@ -12873,10 +12906,12 @@
|
||||
patches.suse/net-dst-introduce-dst-dev_rcu.patch
|
||||
patches.suse/ipv6-use-RCU-in-ip6_xmit.patch
|
||||
patches.suse/ipv6-use-RCU-in-ip6_output.patch
|
||||
patches.suse/net-use-dst_dev_rcu-in-sk_setup_caps.patch
|
||||
patches.suse/tcp_metrics-use-dst_dev_net_rcu.patch
|
||||
patches.suse/ipv4-start-using-dst_dev_rcu.patch
|
||||
patches.suse/inet-ping-check-sock_net-in-ping_get_port-and-ping_l.patch
|
||||
patches.suse/smsc911x-add-second-read-of-EEPROM-mac-when-possible.patch
|
||||
patches.suse/net-call-cond_resched-less-often-in-__release_sock.patch
|
||||
patches.suse/net-dsa-felix-support-phy-mode-10g-qxgmii.patch
|
||||
patches.suse/net-phy-marvell-Fix-88e1510-downshift-counter-errata.patch
|
||||
patches.suse/wifi-mwifiex-send-world-regulatory-domain-to-driver.patch
|
||||
@@ -12965,11 +13000,14 @@
|
||||
patches.suse/Squashfs-add-additional-inode-sanity-checking.patch
|
||||
patches.suse/Squashfs-reject-negative-file-sizes-in-squashfs_read_inode.patch
|
||||
patches.suse/simplify-nfs_atomic_open_v23.patch
|
||||
patches.suse/fuse-fix-livelock-in-synchronous-file-put-from-fuseblk-wor.patch
|
||||
patches.suse/fs-quota-create-dedicated-workqueue-for-quota_releas.patch
|
||||
patches.suse/fs-udf-fix-OOB-read-in-lengthAllocDescs-handling.patch
|
||||
patches.suse/ext4-add-ext4_sb_bread_nofail-helper-function-for-ex.patch
|
||||
patches.suse/ext4-verify-orphan-file-size-is-not-too-big.patch
|
||||
patches.suse/ext4-fix-an-off-by-one-issue-during-moving-extents.patch
|
||||
patches.suse/ext4-avoid-potential-buffer-over-read-in-parse_apply.patch
|
||||
patches.suse/ext4-guard-against-EA-inode-refcount-underflow-in-xa.patch
|
||||
patches.suse/ext4-fix-checks-for-orphan-inodes.patch
|
||||
patches.suse/exfat-limit-log-print-for-IO-error.patch
|
||||
patches.suse/exfat-validate-cluster-allocation-bits-of-the-allocation-bitmap.patch
|
||||
@@ -13029,6 +13067,7 @@
|
||||
patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.11-patches.patch
|
||||
patches.suse/scsi-hpsa-Fix-potential-memory-leak-in-hpsa_big_passthru_i.patch
|
||||
patches.suse/msft-hv-3348-scsi-storvsc-Remove-redundant-ternary-operators.patch
|
||||
patches.suse/scsi-ufs-core-Fix-data-race-in-CPU-latency-PM-QoS-request-.patch
|
||||
patches.suse/scsi-mpt3sas-Fix-crash-in-transport-port-remove-by-using-i.patch
|
||||
patches.suse/bpf-Reject-negative-offsets-for-ALU-ops.patch
|
||||
patches.suse/vhost-vringh-Modify-the-return-value-check.patch
|
||||
@@ -13119,6 +13158,7 @@
|
||||
patches.suse/bus-mhi-core-Improve-mhi_sync_power_up-handling-for-.patch
|
||||
patches.suse/coresight-trbe-Return-NULL-pointer-for-allocation-failures.patch
|
||||
patches.suse/coresight-Fix-incorrect-handling-for-return-value-of.patch
|
||||
patches.suse/tracing-Fix-race-condition-in-kprobe-initialization-causin.patch
|
||||
patches.suse/ima-don-t-clear-IMA_DIGSIG-flag-when-setting-or-remo.patch
|
||||
patches.suse/phy-cdns-dphy-Store-hs_clk_rate-and-return-it.patch
|
||||
patches.suse/phy-rockchip-naneng-combphy-Enable-U3-OTG-port-for-R.patch
|
||||
@@ -13172,6 +13212,7 @@
|
||||
patches.suse/KVM-TDX-Do-not-retry-locally-when-the-retry-is-cause.patch
|
||||
patches.suse/KVM-TDX-Remove-redundant-__GFP_ZERO.patch
|
||||
patches.suse/KVM-TDX-Fix-uninitialized-error-code-for-__tdx_bringup.patch
|
||||
patches.suse/KVM-SEV-Drop-GHCB_VERSION_DEFAULT-and-open-code-it.patch
|
||||
patches.suse/KVM-SEV-Enforce-minimum-GHCB-version-requirement-for.patch
|
||||
patches.suse/KVM-SEV-Rename-kvm_ghcb_get_sw_exit_code-to-kvm_get_.patch
|
||||
patches.suse/KVM-SEV-Read-save-fields-from-GHCB-exactly-once.patch
|
||||
@@ -13254,6 +13295,7 @@
|
||||
patches.suse/ASoC-SOF-Intel-Read-the-LLP-via-the-associated-Link-.patch
|
||||
patches.suse/ASoC-meson-aiu-encoder-i2s-fix-bit-clock-polarity.patch
|
||||
patches.suse/io_uring-waitid-always-prune-wait-queue-entry-in-io_.patch
|
||||
patches.suse/ceph-fix-multifs-mds-auth-caps-issue.patch
|
||||
patches.suse/of-unittest-Fix-device-reference-count-leak-in-of_un.patch
|
||||
patches.suse/drm-vmwgfx-Fix-a-null-ptr-access-in-the-cursor-snoop.patch
|
||||
patches.suse/drm-vmwgfx-Fix-Use-after-free-in-validation.patch
|
||||
@@ -13271,12 +13313,14 @@
|
||||
patches.suse/drm-amd-Check-whether-secure-display-TA-loaded-succe.patch
|
||||
patches.suse/drm-amdgpu-Report-individual-reset-error.patch
|
||||
patches.suse/drm-amd-display-Enable-Dynamic-DTBCLK-Switch.patch
|
||||
patches.suse/mm-damon-vaddr-do-not-repeat-pte_offset_map_lock-unt.patch
|
||||
patches.suse/mm-ksm-fix-flag-dropping-behavior-in-ksm_madvise.patch
|
||||
patches.suse/mm-hugetlb-avoid-soft-lockup-when-mprotect-to-large-.patch
|
||||
patches.suse/bpf-Fix-metadata_dst-leak-__bpf_redirect_neigh_v-4-6.patch
|
||||
patches.suse/xsk-Harden-userspace-supplied-xdp_desc-validation.patch
|
||||
patches.suse/bpf-Avoid-RCU-context-warning-when-unpinning-htab-wi.patch
|
||||
patches.suse/selftests-bpf-Add-test-for-unpinning-htab-with-inter.patch
|
||||
patches.suse/scsi-ufs-core-Fix-PM-QoS-mutex-initialization.patch
|
||||
patches.suse/scsi-mvsas-Fix-use-after-free-bugs-in-mvs_work_queue.patch
|
||||
patches.suse/rtc-pcf2127-clear-minute-second-interrupt.patch
|
||||
patches.suse/rtc-x1205-Fix-Xicor-X1205-vendor-prefix.patch
|
||||
@@ -13286,6 +13330,8 @@
|
||||
patches.suse/rtc-interface-Ensure-alarm-irq-is-enabled-when-UIE-i.patch
|
||||
patches.suse/ipmi-Fix-handling-of-messages-with-provided-receive-.patch
|
||||
patches.suse/NFSD-Define-a-proc_layoutcommit-for-the-FlexFiles-layout-type.patch
|
||||
patches.suse/ext4-detect-invalid-INLINE_DATA-EXTENTS-flag-combina.patch
|
||||
patches.suse/ext4-free-orphan-info-with-kvfree.patch
|
||||
patches.suse/vfs-Don-t-leak-disconnected-dentries-on-umount.patch
|
||||
patches.suse/dpll-zl3073x-Increase-maximum-size-of-flash-utility.patch
|
||||
patches.suse/dpll-zl3073x-Handle-missing-or-corrupted-flash-confi.patch
|
||||
@@ -13356,6 +13402,8 @@
|
||||
patches.suse/HID-multitouch-fix-sticky-fingers.patch
|
||||
patches.suse/HID-logitech-hidpp-Add-HIDPP_QUIRK_RESET_HI_RES_SCRO.patch
|
||||
patches.suse/x86-resctrl-Fix-miscount-of-bandwidth-event-when-reactivat.patch
|
||||
patches.suse/fs-notify-call-exportfs_encode_fid-with-s_umount.patch
|
||||
patches.suse/ocfs2-clear-extent-cache-after-moving-defragmenting-.patch
|
||||
patches.suse/mm-mremap-correctly-account-old-mapping-after-MREMAP.patch
|
||||
patches.suse/msft-hv-3361-scsi-storvsc-Prefer-returning-channel-with-the-same-.patch
|
||||
patches.suse/scsi-libfc-Prevent-integer-overflow-in-fc_fcp_recv_data.patch
|
||||
@@ -13363,11 +13411,15 @@
|
||||
patches.suse/btrfs-send-fix-duplicated-rmdir-operations-when-usin.patch
|
||||
patches.suse/cpufreq-amd-pstate-Fix-a-regression-leading-to-EPP-0-after-hibernate.patch
|
||||
patches.suse/net-usb-rtl8150-Fix-frame-padding.patch
|
||||
patches.suse/net-enetc-fix-the-deadlock-of-enetc_mdio_lock.patch
|
||||
patches.suse/net-smc-fix-general-protection-fault-in-__smc_diag_dump.patch
|
||||
patches.suse/can-bxcan-bxcan_start_xmit-use-can_dev_dropped_skb-i.patch
|
||||
patches.suse/can-esd-acc_start_xmit-use-can_dev_dropped_skb-inste.patch
|
||||
patches.suse/can-rockchip-canfd-rkcanfd_start_xmit-use-can_dev_dr.patch
|
||||
patches.suse/can-netlink-can_changelink-allow-disabling-of-automa.patch
|
||||
patches.suse/sctp-avoid-NULL-dereference-when-chunk-data-buffer-i.patch
|
||||
patches.suse/vsock-fix-lock-inversion-in-vsock_assign_transport.patch
|
||||
patches.suse/net-phy-micrel-always-set-shared-phydev-for-LAN8814.patch
|
||||
patches.suse/arm64-mm-avoid-always-making-PTE-dirty-in-pte_mkwrite.patch
|
||||
patches.suse/arm64-mte-Do-not-warn-if-the-page-is-already-tagged-in-cop.patch
|
||||
patches.suse/gpio-104-idio-16-Define-maximum-valid-register-addre.patch
|
||||
@@ -13385,6 +13437,8 @@
|
||||
patches.suse/drm-panthor-Fix-kernel-panic-on-partial-unmap-of-a-G.patch
|
||||
patches.suse/drm-panic-Fix-drawing-the-logo-on-a-small-narrow-scr.patch
|
||||
patches.suse/drm-panic-Fix-qr_code-ensure-vmargin-is-positive.patch
|
||||
patches.suse/sysfs-check-visibility-before-changing-group-attribute-own.patch
|
||||
patches.suse/arch_topology-Fix-incorrect-error-check-in-topology_.patch
|
||||
patches.suse/x86-microcode-Fix-Entrysign-revision-check-for-Zen1-Naples.patch
|
||||
patches.suse/usb-xhci-pci-Fix-USB2-only-root-hub-registration.patch
|
||||
patches.suse/xhci-dbc-fix-bogus-1024-byte-prefix-if-ttyDBC-read-r.patch
|
||||
@@ -13415,6 +13469,8 @@
|
||||
patches.suse/Bluetooth-hci_sync-fix-race-in-hci_cmd_sync_dequeue_.patch
|
||||
patches.suse/Bluetooth-ISO-Fix-BIS-connection-dst_type-handling.patch
|
||||
patches.suse/Bluetooth-btmtksdio-Add-pmctrl-handling-for-BT-close.patch
|
||||
patches.suse/Bluetooth-HCI-Fix-tracking-of-advertisement-set-inst.patch
|
||||
patches.suse/Bluetooth-MGMT-fix-crash-in-set_mesh_sync-and-set_me.patch
|
||||
patches.suse/Revert-Bluetooth-L2CAP-convert-timeouts-to-secs_to_j.patch
|
||||
patches.suse/Bluetooth-ISO-Fix-another-instance-of-dst_type-handl.patch
|
||||
patches.suse/Bluetooth-btintel_pcie-Fix-event-packet-loss-issue.patch
|
||||
@@ -13422,6 +13478,7 @@
|
||||
patches.suse/Bluetooth-rfcomm-fix-modem-control-handling.patch
|
||||
patches.suse/net-usb-asix_devices-Check-return-value-of-usbnet_ge.patch
|
||||
patches.suse/net-phy-dp83869-fix-STRAP_OPMODE-bitmask.patch
|
||||
patches.suse/netfilter-nft_ct-add-seqadj-extension-for-natted-connectio.patch
|
||||
patches.suse/net-sctp-fix-KMSAN-uninit-value-in-sctp_inq_pop.patch
|
||||
patches.suse/fbdev-valkyriefb-Fix-reference-count-leak-in-valkyri.patch
|
||||
patches.suse/fbdev-pvr2fb-Fix-leftover-reference-to-ONCHIP_NR_DMA.patch
|
||||
@@ -13465,6 +13522,8 @@
|
||||
patches.suse/drm-panel-kingdisplay-kd097d04-Disable-EoTp.patch
|
||||
patches.suse/drm-ast-Clear-preserved-bits-from-register-output-va.patch
|
||||
patches.suse/drm-xe-Do-not-wake-device-during-a-GT-reset.patch
|
||||
patches.suse/bpf-Sync-pending-IRQ-work-before-freeing-ring-buffer.patch
|
||||
patches.suse/perf-x86-intel-Fix-KASAN-global-out-of-bounds-warning.patch
|
||||
patches.suse/x86-microcode-AMD-Limit-Entrysign-signature-checking-to-kn.patch
|
||||
patches.suse/x86-CPU-AMD-Add-RDSEED-fix-for-Zen5.patch
|
||||
patches.suse/x86-mm-Ensure-clear_page-variants-always-have-__kcfi_typei.patch
|
||||
@@ -13489,13 +13548,19 @@
|
||||
patches.suse/Bluetooth-hci_event-validate-skb-length-for-unknown-.patch
|
||||
patches.suse/Bluetooth-btrtl-Fix-memory-leak-in-rtlbt_parse_firmw.patch
|
||||
patches.suse/Bluetooth-MGMT-Fix-OOB-access-in-parse_adv_monitor_p.patch
|
||||
patches.suse/sctp-Prevent-TOCTOU-out-of-bounds-write.patch
|
||||
patches.suse/net-usb-qmi_wwan-initialize-MAC-header-offset-in-qmi.patch
|
||||
patches.suse/bnxt_en-Shutdown-FW-DMA-in-bnxt_shutdown.patch
|
||||
patches.suse/bnxt_en-Fix-null-pointer-dereference-in-bnxt_bs_trac.patch
|
||||
patches.suse/virtio-net-fix-received-length-check-in-big-packets.patch
|
||||
patches.suse/wifi-mac80211_hwsim-Limit-destroy_on_close-radio-rem.patch
|
||||
patches.suse/net-bridge-fix-use-after-free-due-to-MST-port-state-bypass.patch
|
||||
patches.suse/lib-crypto-curve25519-hacl64-Fix-older-clang-KASAN-w.patch
|
||||
patches.suse/ACPI-SBS-Fix-present-test-in-acpi_battery_read.patch
|
||||
patches.suse/Documentation-ACPI-i2c-muxes-fix-I2C-device-referenc.patch
|
||||
patches.suse/gpio-swnode-don-t-use-the-swnode-s-name-as-the-key-f.patch
|
||||
patches.suse/gpiolib-fix-invalid-pointer-access-in-debugfs.patch
|
||||
patches.suse/iommufd-Don-t-overflow-during-division-for-dirty-tra.patch
|
||||
patches.suse/drm-sched-Fix-deadlock-in-drm_sched_entity_kill_jobs.patch
|
||||
patches.suse/drm-i915-Avoid-lock-inversion-when-pinning-to-GGTT-o.patch
|
||||
patches.suse/drm-i915-Fix-conversion-between-clock-ticks-and-nano.patch
|
||||
@@ -13512,12 +13577,15 @@
|
||||
patches.suse/drm-xe-Do-clean-shutdown-also-when-using-flr.patch
|
||||
patches.suse/x86-amd_node-Fix-AMD-root-device-caching.patch
|
||||
patches.suse/x86-microcode-AMD-Add-more-known-models-to-entry-sign-chec.patch
|
||||
patches.suse/smb-client-fix-potential-UAF-in-smb2_close_cached_fid-.patch
|
||||
patches.suse/rtc-rx8025-fix-incorrect-register-reference.patch
|
||||
patches.suse/KVM-SVM-Initialize-per-CPU-svm_data-at-the-end-of-ha.patch
|
||||
patches.suse/KVM-guest_memfd-Remove-bindings-on-memslot-deletion-.patch
|
||||
patches.suse/KVM-VMX-Fix-check-for-valid-GVA-on-an-EPT-violation.patch
|
||||
patches.suse/KVM-arm64-Check-the-untrusted-offset-in-FF-A-memory-.patch
|
||||
patches.suse/KVM-SVM-Mark-VMCB_LBR-dirty-when-MSR_IA32_DEBUGCTLMS.patch
|
||||
patches.suse/mm-shmem-fix-THP-allocation-and-fallback-loop.patch
|
||||
patches.suse/fs-proc-fix-uaf-in-proc_readdir_de.patch
|
||||
patches.suse/mm-mm_init-fix-hash-table-order-logging-in-alloc_lar.patch
|
||||
patches.suse/mm-secretmem-fix-use-after-free-race-in-fault-handle.patch
|
||||
patches.suse/btrfs-do-not-update-last_log_commit-when-logging-ino.patch
|
||||
@@ -13532,6 +13600,11 @@
|
||||
patches.suse/erofs-avoid-infinite-loop-due-to-incomplete-zstd-compressed-data.patch
|
||||
patches.suse/strparser-Fix-signed-unsigned-mismatch-bug.patch
|
||||
patches.suse/net-phy-micrel-lan8814-fix-reset-of-the-QSGMII-inter.patch
|
||||
patches.suse/tipc-Fix-use-after-free-in-tipc_mon_reinit_self.patch
|
||||
patches.suse/af_unix-Initialise-scc_index-in-unix_add_edge.patch
|
||||
patches.suse/net-sched-act_connmark-initialize-struct-tc_ife-to-fix-ker.patch
|
||||
patches.suse/net-sched-act_ife-initialize-struct-tc_ife-to-fix-KMSAN-ke.patch
|
||||
patches.suse/mlx5-Fix-default-values-in-create-CQ.patch
|
||||
patches.suse/Bluetooth-MGMT-cancel-mesh-send-timer-when-hdev-remo.patch
|
||||
patches.suse/Bluetooth-btusb-reorder-cleanup-in-btusb_disconnect-.patch
|
||||
patches.suse/Bluetooth-6lowpan-reset-link-local-header-on-ipv6-re.patch
|
||||
@@ -13539,6 +13612,7 @@
|
||||
patches.suse/Bluetooth-L2CAP-export-l2cap_chan_hold-for-modules.patch
|
||||
patches.suse/Bluetooth-6lowpan-Don-t-hold-spin-lock-over-sleeping.patch
|
||||
patches.suse/Bluetooth-6lowpan-add-missing-l2cap_chan_lock.patch
|
||||
patches.suse/Bluetooth-btrtl-Avoid-loading-the-config-file-on-sec.patch
|
||||
patches.suse/wifi-mac80211-reject-address-change-while-connecting.patch
|
||||
patches.suse/wifi-ath11k-zero-init-info-status-in-wmi_process_mgm.patch
|
||||
patches.suse/wifi-mac80211-skip-rate-verification-for-not-capture.patch
|
||||
@@ -13550,14 +13624,18 @@
|
||||
patches.suse/cpufreq-intel_pstate-Check-IDA-only-before-MSR_IA32_PERF_CTL-writes.patch
|
||||
patches.suse/PM-hibernate-Emit-an-error-when-image-writing-fails.patch
|
||||
patches.suse/PM-hibernate-Use-atomic64_t-for-compressed_size-vari.patch
|
||||
patches.suse/cifs-client-fix-memory-leak-in-smb3_fs_context_parse_param.patch
|
||||
patches.suse/crypto-hisilicon-qm-Fix-device-reference-leak-in-qm_.patch
|
||||
patches.suse/ALSA-usb-audio-Fix-potential-overflow-of-PCM-transfe.patch
|
||||
patches.suse/ALSA-usb-audio-Fix-NULL-pointer-dereference-in-snd_u.patch
|
||||
patches.suse/ASoC-cs4271-Fix-regulator-leak-on-probe-failure.patch
|
||||
patches.suse/ASoC-codecs-va-macro-fix-resource-leak-in-probe-erro.patch
|
||||
patches.suse/ASoC-tas2781-fix-getting-the-wrong-device-number.patch
|
||||
patches.suse/ALSA-usb-audio-Add-native-DSD-quirks-for-PureAudio-D.patch
|
||||
patches.suse/regulator-fixed-fix-GPIO-descriptor-leak-on-register.patch
|
||||
patches.suse/spi-Try-to-get-ACPI-GPIO-IRQ-earlier.patch
|
||||
patches.suse/spi-imx-keep-dma-request-disabled-before-dma-transfe.patch
|
||||
patches.suse/spi-xilinx-increase-number-of-retries-before-declari.patch
|
||||
patches.suse/acpi-srat-Fix-incorrect-device-handle-check-for-Gene.patch
|
||||
patches.suse/acpi-hmat-Fix-lockdep-warning-for-hmem_register_reso.patch
|
||||
patches.suse/mmc-sdhci-of-dwcmshc-Change-DLL_STRBIN_TAPNUM_DEFAUL.patch
|
||||
@@ -13565,28 +13643,53 @@
|
||||
patches.suse/drm-amdgpu-disable-peer-to-peer-access-for-DCC-enabl.patch
|
||||
patches.suse/drm-amd-display-Allow-VRR-params-change-if-unsynced-.patch
|
||||
patches.suse/drm-amdkfd-relax-checks-for-over-allocation-of-save-.patch
|
||||
patches.suse/drm-amdkfd-Fix-GPU-mappings-for-APU-after-prefetch.patch
|
||||
patches.suse/drm-vmwgfx-Validate-command-header-size-against-SVGA.patch
|
||||
patches.suse/drm-vmwgfx-Use-kref-in-vmw_bo_dirty.patch
|
||||
patches.suse/drm-panthor-Flush-shmem-writes-before-mapping-buffer.patch
|
||||
patches.suse/drm-i915-dp_mst-Disable-Panel-Replay.patch
|
||||
patches.suse/pnfs-Fix-TLS-logic-in-_nfs4_pnfs_v4_ds_connect.patch
|
||||
patches.suse/pnfs-Set-transport-security-policy-to-RPC_XPRTSEC_NONE-unless-using-TLS.patch
|
||||
patches.suse/NFS-sysfs-fix-leak-when-nfs_client-kobject-add-fails.patch
|
||||
patches.suse/NFSv4-Fix-an-incorrect-parameter-when-calling-nfs4_call_sync.patch
|
||||
patches.suse/NFS-Fix-LTP-test-failures-when-timestamps-are-delegated.patch
|
||||
patches.suse/ftrace-bpf-Fix-IPMODIFY-DIRECT-in-modify_ftrace_direct.patch
|
||||
patches.suse/bpf-account-for-current-allocated-stack-depth-in-wid.patch
|
||||
patches.suse/selftests-bpf-Test-widen_imprecise_scalars-with-diff.patch
|
||||
patches.suse/x86-CPU-AMD-Add-additional-fixed-RDSEED-microcode-revision.patch
|
||||
patches.suse/x86-microcode-AMD-Add-Zen5-model-0x44-stepping-0x1-minrev.patch
|
||||
patches.suse/s390-sles16-s390-mm-Fix-__ptep_rdp-inline-assembly.patch
|
||||
patches.suse/crash-fix-crashkernel-resource-shrink.patch
|
||||
patches.suse/mtdchar-fix-integer-overflow-in-read-write-ioctls.patch
|
||||
patches.suse/mtd-rawnand-cadence-fix-DMA-device-NULL-pointer-dere.patch
|
||||
patches.suse/mtd-onenand-Pass-correct-pointer-to-IRQ-handler.patch
|
||||
patches.suse/binfmt_misc-restore-write-access-before-closing-file.patch
|
||||
patches.suse/HID-quirks-work-around-VID-PID-conflict-for-0x4c4a-0.patch
|
||||
patches.suse/HID-apple-Add-SONiX-AK870-PRO-to-non_apple_keyboards.patch
|
||||
patches.suse/HID-amd_sfh-Stop-sensor-before-starting.patch
|
||||
patches.suse/HID-hid-ntrig-Prevent-memory-leak-in-ntrig_report_ve.patch
|
||||
patches.suse/HID-hid-input-Extend-Elan-ignore-battery-quirk-to-US.patch
|
||||
patches.suse/HID-elecom-Add-support-for-ELECOM-M-XT3URBK-018F.patch
|
||||
patches.suse/HID-playstation-Fix-memory-leak-in-dualshock4_get_ca.patch
|
||||
patches.suse/HID-uclogic-Fix-potential-memory-leak-in-error-path.patch
|
||||
patches.suse/net-core-prevent-NULL-deref-in-generic_hwtstamp_ioct.patch
|
||||
patches.suse/mptcp-fix-race-condition-in-mptcp_schedule_work.patch
|
||||
patches.suse/net-openvswitch-remove-never-working-support-for-setting-n.patch
|
||||
patches.suse/net-qlogic-qede-fix-potential-out-of-bounds-read-in-.patch
|
||||
patches.suse/devlink-rate-Unset-parent-pointer-in-devl_rate_nodes.patch
|
||||
patches.suse/xfrm-also-call-xfrm_state_delete_tunnel-at-destroy-time-fo.patch
|
||||
patches.suse/net-mlx5-Clean-up-only-new-IRQ-glue-on-request_irq-f.patch
|
||||
patches.suse/idpf-fix-possible-vport_config-NULL-pointer-deref-in.patch
|
||||
patches.suse/be2net-pass-wrb_params-in-case-of-OS2BMC.patch
|
||||
patches.suse/vsock-Ignore-signal-timeout-on-connect-if-already-es.patch
|
||||
patches.suse/platform-x86-huawei-wmi-add-keys-for-HONOR-models.patch
|
||||
patches.suse/platform-x86-amd-pmc-Add-spurious_8042-to-Xbox-Ally.patch
|
||||
patches.suse/platform-x86-amd-pmc-Add-Lenovo-Legion-Go-2-to-pmc-q.patch
|
||||
patches.suse/platform-x86-msi-wmi-platform-Only-load-on-MSI-devic.patch
|
||||
patches.suse/platform-x86-msi-wmi-platform-Fix-typo-in-WMI-GUID.patch
|
||||
patches.suse/platform-x86-intel-speed_select_if-Convert-PCIBIOS_-.patch
|
||||
patches.suse/platform-x86-acer-wmi-Ignore-backlight-event.patch
|
||||
patches.suse/samples-work-around-glibc-redefining-some-of-our-def.patch
|
||||
patches.suse/drm-tegra-dc-Fix-reference-leak-in-tegra_dc_couple.patch
|
||||
patches.suse/drm-tegra-Add-call-to-put_pid.patch
|
||||
patches.suse/Revert-drm-tegra-dsi-Clear-enable-register-if-powere.patch
|
||||
@@ -13603,31 +13706,41 @@
|
||||
patches.suse/drm-xe-Remove-duplicate-DRM_EXEC-selection-from-Kcon.patch
|
||||
patches.suse/pinctrl-realtek-Select-REGMAP_MMIO-for-RTD-driver.patch
|
||||
patches.suse/pinctrl-cirrus-Fix-fwnode-leak-in-cs42l43_pin_probe.patch
|
||||
patches.suse/pinctrl-qcom-msm-Fix-deadlock-in-pinmux-configuratio.patch
|
||||
patches.suse/pinctrl-s32cc-fix-uninitialized-memory-in-s32_pinctr.patch
|
||||
patches.suse/pinctrl-s32cc-initialize-gpio_pin_config-list-after-.patch
|
||||
patches.suse/ata-libata-scsi-Add-missing-scsi_device_put-in-ata_s.patch
|
||||
patches.suse/nvmet-auth-update-sc_c-in-target-host-hash-calculati.patch
|
||||
patches.suse/smb-client-introduce-close_cached_dir_locked-.patch
|
||||
patches.suse/Input-goodix-add-support-for-ACPI-ID-GDIX1003.patch
|
||||
patches.suse/Input-pegasus-notetaker-fix-potential-out-of-bounds-.patch
|
||||
patches.suse/Input-imx_sc_key-fix-memory-corruption-on-unload.patch
|
||||
patches.suse/Input-cros_ec_keyb-fix-an-invalid-memory-access.patch
|
||||
patches.suse/xfs-fix-out-of-bounds-memory-read-error-in-symlink-repair.patch
|
||||
patches.suse/dm-verity-fix-unreliable-memory-allocation.patch
|
||||
patches.suse/ALSA-usb-audio-Add-DSD-quirk-for-LEAK-Stereo-230.patch
|
||||
patches.suse/ALSA-usb-audio-fix-uac2-clock-source-at-terminal-par.patch
|
||||
patches.suse/mm-huge_memory-fix-NULL-pointer-deference-when-splitting-f.patch
|
||||
patches.suse/platform-x86-intel-punit_ipc-fix-memory-corruption.patch
|
||||
patches.suse/net-phy-mxl-gpy-fix-bogus-error-on-USXGMII-and-integ.patch
|
||||
patches.suse/Bluetooth-btusb-mediatek-Fix-kernel-crash-when-relea.patch
|
||||
patches.suse/Bluetooth-hci_core-Fix-triggering-cmd_timer-for-HCI_.patch
|
||||
patches.suse/Bluetooth-hci_sock-Prevent-race-in-socket-write-iter.patch
|
||||
patches.suse/Bluetooth-btusb-mediatek-Avoid-btusb_mtk_claim_iso_i.patch
|
||||
patches.suse/Bluetooth-SMP-Fix-not-generating-mackey-and-ltk-when.patch
|
||||
patches.suse/atm-fore200e-Fix-possible-data-race-in-fore200e_open.patch
|
||||
patches.suse/net-phy-mxl-gpy-fix-link-properties-on-USXGMII-and-i.patch
|
||||
patches.suse/team-Move-team-device-type-change-at-the-end-of-team.patch
|
||||
patches.suse/net-sxgbe-fix-potential-NULL-dereference-in-sxgbe_rx.patch
|
||||
patches.suse/net-atlantic-fix-fragment-overflow-handling-in-RX-path.patch
|
||||
patches.suse/can-kvaser_usb-leaf-Fix-potential-infinite-loop-in-c.patch
|
||||
patches.suse/can-sja1000-fix-max-irq-loop-handling.patch
|
||||
patches.suse/can-gs_usb-gs_usb_xmit_callback-fix-handling-of-fail.patch
|
||||
patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-check-actual.patch
|
||||
patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-check-actual-395d988.patch
|
||||
patches.suse/can-sun4i_can-sun4i_can_interrupt-fix-max-irq-loop-h.patch
|
||||
patches.suse/libceph-replace-BUG_ON-with-bounds-check-for-map-max_osd.patch
|
||||
patches.suse/libceph-prevent-potential-out-of-bounds-writes-in-handle_a.patch
|
||||
patches.suse/drm-amd-amdgpu-reserve-vm-invalidation-engine-for-un.patch
|
||||
patches.suse/Revert-drm-amd-display-Move-setup_stream_attribute.patch
|
||||
patches.suse/drm-amd-display-Check-NULL-before-accessing.patch
|
||||
@@ -13682,9 +13795,16 @@
|
||||
patches.suse/sched-fair-Small-cleanup-to-sched_balance_newidle.patch
|
||||
patches.suse/sched-fair-Small-cleanup-to-update_newidle_cost.patch
|
||||
patches.suse/sched-fair-Proportional-newidle-balance.patch
|
||||
patches.suse/tick-sched-Limit-non-timekeeper-CPUs-calling-jiffies.patch
|
||||
patches.suse/x86-microcode-AMD-Select-which-microcode-patch-to-lo.patch
|
||||
patches.suse/efi-libstub-Fix-page-table-access-in-5-level-to-4-le.patch
|
||||
patches.suse/ACPI-processor_core-fix-map_x2apic_id-for-amd-pstate.patch
|
||||
patches.suse/ACPICA-Avoid-walking-the-Namespace-if-start_node-is-.patch
|
||||
patches.suse/ACPI-property-Use-ACPI-functions-in-acpi_graph_get_n.patch
|
||||
patches.suse/ACPI-property-Fix-fwnode-refcount-leak-in-acpi_fwnod.patch
|
||||
patches.suse/ACPI-fan-Workaround-for-64-bit-firmware-bug.patch
|
||||
patches.suse/cpufreq-nforce2-fix-reference-count-leak-in-nforce2.patch
|
||||
patches.suse/cpuidle-menu-Use-residency-threshold-in-polling-state-override-decisions.patch
|
||||
patches.suse/KEYS-trusted-Fix-a-memory-leak-in-tpm2_load_cmd.patch
|
||||
patches.suse/ima-Handle-error-code-returned-by-ima_filter_rule_ma.patch
|
||||
patches.suse/crypto-caam-Add-check-for-kcalloc-in-test_len.patch
|
||||
@@ -13701,6 +13821,12 @@
|
||||
patches.suse/Documentation-tps6594-pfsm-Fix-macro-cross-reference.patch
|
||||
patches.suse/Documentation-kernel-parameters-fix-typo-in-retbleed.patch
|
||||
patches.suse/lib-vsprintf-Check-pointer-before-dereferencing-in-t.patch
|
||||
patches.suse/bpf-Refactor-stack-map-trace-depth-calculation-into-.patch
|
||||
patches.suse/bpf-Fix-stackmap-overflow-check-in-__bpf_get_stackid.patch
|
||||
patches.suse/bpf-Free-special-fields-when-update-lru_-percpu_hash.patch
|
||||
patches.suse/selftests-bpf-Add-test-to-verify-freeing-the-special.patch
|
||||
patches.suse/bpf-Fix-invalid-prog-stats-access-when-update_effect.patch
|
||||
patches.suse/wifi-ath10k-move-recovery-check-logic-into-a-new-wor.patch
|
||||
patches.suse/wifi-ath11k-restore-register-window-after-global-res.patch
|
||||
patches.suse/wifi-ath11k-fix-VHT-MCS-assignment.patch
|
||||
patches.suse/wifi-ath11k-fix-peer-HE-MCS-assignment.patch
|
||||
@@ -13708,13 +13834,27 @@
|
||||
patches.suse/wifi-cw1200-Fix-potential-memory-leak-in-cw1200_bh_r.patch
|
||||
patches.suse/net-phy-adin1100-Fix-software-power-down-ready-condi.patch
|
||||
patches.suse/wifi-mac80211-fix-CMAC-functions-not-handling-errors.patch
|
||||
patches.suse/wifi-rtl8xxxu-Add-USB-ID-2001-3328-for-D-Link-AN3U-r.patch
|
||||
patches.suse/wifi-rtw88-Add-USB-ID-2001-3329-for-D-Link-AC13U-rev.patch
|
||||
patches.suse/wifi-rtl818x-Fix-potential-memory-leaks-in-rtl8180_i.patch
|
||||
patches.suse/wifi-rtl818x-rtl8187-Fix-potential-buffer-underflow-.patch
|
||||
patches.suse/wifi-rtl8xxxu-Fix-HT40-channel-config-for-RTL8192CU-.patch
|
||||
patches.suse/wifi-cfg80211-use-cfg80211_leave-in-iftype-change.patch
|
||||
patches.suse/wifi-cfg80211-stop-radar-detection-in-cfg80211_leave.patch
|
||||
patches.suse/wifi-brcmfmac-Add-DMI-nvram-filename-quirk-for-Acer-.patch
|
||||
patches.suse/wifi-mt76-Fix-DTS-power-limits-on-little-endian-syst.patch
|
||||
patches.suse/wifi-mt76-mt792x-fix-wifi-init-fail-by-setting-MCU_R.patch
|
||||
patches.suse/mt76-mt7615-Fix-memory-leak-in-mt7615_mcu_wtbl_sta_a.patch
|
||||
patches.suse/wifi-ieee80211-correct-FILS-status-codes.patch
|
||||
patches.suse/wifi-nl80211-vendor-cmd-intel-fix-a-blank-kernel-doc.patch
|
||||
patches.suse/Bluetooth-btusb-MT7920-Add-VID-PID-0489-e135.patch
|
||||
patches.suse/Bluetooth-btusb-MT7922-Add-VID-PID-0489-e170.patch
|
||||
patches.suse/Bluetooth-btusb-Add-new-VID-PID-2b89-6275-for-RTL876.patch
|
||||
patches.suse/Bluetooth-btusb-Add-new-VID-PID-0x0489-0xE12F-for-RT.patch
|
||||
patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3533-for-RTL882.patch
|
||||
patches.suse/net-phy-aquantia-check-for-NVMEM-deferral.patch
|
||||
patches.suse/ext4-refresh-inline-data-size-before-write-operation.patch
|
||||
patches.suse/ext4-align-max-orphan-file-size-with-e2fsprogs-limit.patch
|
||||
patches.suse/media-dvb-usb-dtv5100-fix-out-of-bounds-in-dtv5100_i.patch
|
||||
patches.suse/media-TDA1997x-Remove-redundant-cancel_delayed_work-.patch
|
||||
patches.suse/media-i2c-adv7842-Remove-redundant-cancel_delayed_wo.patch
|
||||
@@ -13728,6 +13868,7 @@
|
||||
patches.suse/media-platform-mtk-mdp3-fix-device-leaks-at-probe.patch
|
||||
patches.suse/media-verisilicon-Fix-CPU-stalls-on-G2-bus-error.patch
|
||||
patches.suse/media-verisilicon-Protect-G2-HEVC-decoder-against-in.patch
|
||||
patches.suse/media-amphion-Remove-vpu_vb_is_codecconfig.patch
|
||||
patches.suse/media-amphion-Cancel-message-work-before-releasing-t.patch
|
||||
patches.suse/media-mediatek-vcodec-Fix-a-reference-leak-in-mtk_vc.patch
|
||||
patches.suse/media-renesas-rcar_drif-fix-device-node-reference-le.patch
|
||||
@@ -13737,6 +13878,7 @@
|
||||
patches.suse/media-videobuf2-Fix-device-reference-leak-in-vb2_dc_.patch
|
||||
patches.suse/media-rc-st_rc-Fix-reset-control-resource-leak.patch
|
||||
patches.suse/gpu-host1x-Fix-race-in-syncpt-alloc-free.patch
|
||||
patches.suse/accel-ivpu-Ensure-rpm_runtime_put-in-case-of-engine-.patch
|
||||
patches.suse/drm-gma500-Remove-unused-helper-psb_fbdev_fb_setcolr.patch
|
||||
patches.suse/drm-panel-visionox-rm69299-Don-t-clear-all-mode-flag.patch
|
||||
patches.suse/accel-ivpu-Fix-DCT-active-percent-format.patch
|
||||
@@ -13749,6 +13891,9 @@
|
||||
patches.suse/drm-panthor-Fix-UAF-race-between-device-unplug-and-F.patch
|
||||
patches.suse/drm-panthor-Fix-race-with-suspend-during-unplug.patch
|
||||
patches.suse/drm-panthor-Fix-UAF-on-kernel-BO-VA-nodes.patch
|
||||
patches.suse/drm-displayid-pass-iter-to-drm_find_displayid_extens.patch
|
||||
patches.suse/drm-edid-add-DRM_EDID_IDENT_INIT-to-initialize-struc.patch
|
||||
patches.suse/drm-displayid-add-quirk-to-ignore-DisplayID-checksum.patch
|
||||
patches.suse/drm-panthor-Fix-potential-memleak-of-vma-structure.patch
|
||||
patches.suse/drm-msm-dpu-Remove-dead-code-in-dpu_encoder_helper_r.patch
|
||||
patches.suse/drm-msm-dpu-drop-dpu_hw_dsc_destroy-prototype.patch
|
||||
@@ -13767,15 +13912,21 @@
|
||||
patches.suse/drm-panthor-Avoid-adding-of-kernel-BOs-to-extobj-lis.patch
|
||||
patches.suse/drm-amd-display-Fix-logical-vs-bitwise-bug-in-get_em.patch
|
||||
patches.suse/drm-amdgpu-add-missing-lock-to-amdgpu_ttm_access_mem.patch
|
||||
patches.suse/drm-amdgpu-Forward-VMID-reservation-errors.patch
|
||||
patches.suse/drm-amdgpu-gmc11-add-amdgpu_vm_handle_fault-handling.patch
|
||||
patches.suse/drm-amdgpu-gmc12-add-amdgpu_vm_handle_fault-handling.patch
|
||||
patches.suse/Revert-drm-amd-Skip-power-ungate-during-suspend-for-.patch
|
||||
patches.suse/ALSA-wavefront-Fix-integer-overflow-in-sample-size-v.patch
|
||||
patches.suse/ASoC-tas2781-correct-the-wrong-period.patch
|
||||
patches.suse/ASoC-fsl_xcvr-clear-the-channel-status-control-memor.patch
|
||||
patches.suse/ALSA-dice-fix-buffer-overflow-in-detect_stream_forma.patch
|
||||
patches.suse/ASoC-qcom-sdw-fix-memory-leak-for-sdw_stream_runtime.patch
|
||||
patches.suse/ASoC-qcom-q6apm-dai-set-flags-to-reflect-correct-ope.patch
|
||||
patches.suse/ASoC-qcom-q6adm-the-the-copp-device-only-during-last.patch
|
||||
patches.suse/ASoC-qcom-qdsp6-q6asm-dai-set-10-ms-period-and-buffe.patch
|
||||
patches.suse/ASoC-qcom-q6asm-dai-perform-correct-state-check-befo.patch
|
||||
patches.suse/ASoC-codecs-lpass-tx-macro-fix-SM6115-support.patch
|
||||
patches.suse/ASoC-nau8325-use-simple-i2c-probe-function.patch
|
||||
patches.suse/ASoC-stm32-sai-fix-device-leak-on-probe.patch
|
||||
patches.suse/ASoC-stm32-sai-fix-clk-prepare-imbalance-on-probe-fa.patch
|
||||
patches.suse/ASoC-stm32-sai-fix-OF-node-leak-on-probe.patch
|
||||
@@ -13786,6 +13937,12 @@
|
||||
patches.suse/mtd-maps-pcmciamtd-fix-potential-memory-leak-in-pcmc.patch
|
||||
patches.suse/mtd-mtdpart-ignore-error-ENOENT-from-parsers-on-subp.patch
|
||||
patches.suse/mtd-lpddr_cmds-fix-signed-shifts-in-lpddr_cmds.patch
|
||||
patches.suse/mtd-spi-nor-winbond-Add-support-for-W25Q01NWxxIQ-chi.patch
|
||||
patches.suse/mtd-spi-nor-winbond-Add-support-for-W25Q01NWxxIM-chi.patch
|
||||
patches.suse/mtd-spi-nor-winbond-Add-support-for-W25Q02NWxxIM-chi.patch
|
||||
patches.suse/mtd-spi-nor-winbond-Add-support-for-W25H512NWxxAM-ch.patch
|
||||
patches.suse/mtd-spi-nor-winbond-Add-support-for-W25H01NWxxAM-chi.patch
|
||||
patches.suse/mtd-spi-nor-winbond-Add-support-for-W25H02NWxxAM-chi.patch
|
||||
patches.suse/Revert-mtd-rawnand-marvell-fix-layouts.patch
|
||||
patches.suse/mtd-nand-relax-ECC-parameter-validation-check.patch
|
||||
patches.suse/mtd-rawnand-lpc32xx_slc-fix-GPIO-descriptor-leak-on-.patch
|
||||
@@ -13803,6 +13960,7 @@
|
||||
patches.suse/hwmon-w83l786ng-Convert-macros-to-functions-to-avoid.patch
|
||||
patches.suse/hwmon-max16065-Use-local-variable-to-avoid-TOCTOU.patch
|
||||
patches.suse/platform-x86-intel-chtwc_int33fe-don-t-dereference-s.patch
|
||||
patches.suse/mmc-sdhci-msm-Avoid-early-clock-doubling-during-HS40.patch
|
||||
patches.suse/mfd-altera-sysmgr-Fix-device-leak-on-sysmgr-regmap-l.patch
|
||||
patches.suse/mfd-da9055-Fix-missing-regmap_del_irq_chip-in-error-.patch
|
||||
patches.suse/mfd-max77620-Fix-potential-IRQ-chip-conflict-when-pr.patch
|
||||
@@ -13820,6 +13978,7 @@
|
||||
patches.suse/HID-logitech-dj-Remove-duplicate-error-logging.patch
|
||||
patches.suse/HID-logitech-dj-Add-support-for-a-new-lightspeed-rec.patch
|
||||
patches.suse/HID-logitech-hidpp-Do-not-assume-FAP-in-hidpp_send_m.patch
|
||||
patches.suse/HID-input-map-HID_GD_Z-to-ABS_DISTANCE-for-stylus-pe.patch
|
||||
patches.suse/Documentation-hid-alps-Fix-packet-format-section-hea.patch
|
||||
patches.suse/power-supply-rt5033_charger-Fix-device-node-referenc.patch
|
||||
patches.suse/power-supply-cw2015-Check-devm_delayed_work_autocanc.patch
|
||||
@@ -13829,6 +13988,9 @@
|
||||
patches.suse/power-supply-wm831x-Check-wm831x_set_bits-return-val.patch
|
||||
patches.suse/power-supply-apm_power-only-unset-own-apm_get_power_.patch
|
||||
patches.suse/efi-stmm-fix-kernel-doc-bad-line-warnings.patch
|
||||
patches.suse/efi-cper-Adjust-infopfx-size-to-accept-an-extra-spac.patch
|
||||
patches.suse/efi-cper-Add-a-new-helper-function-to-print-bitmasks.patch
|
||||
patches.suse/efi-cper-align-ARM-CPER-type-with-UEFI-2.9A-2.10-spe.patch
|
||||
patches.suse/PCI-PM-Reinstate-clearing-state_saved-in-legacy-and-.patch
|
||||
patches.suse/PCI-dwc-Fix-wrong-PORT_LOGIC_LTSSM_STATE_MASK-defini.patch
|
||||
patches.suse/PCI-keystone-Exit-ks_pcie_probe-for-invalid-mode.patch
|
||||
@@ -13836,24 +13998,34 @@
|
||||
patches.suse/sysctl-fix-kernel-doc-format-warning.patch
|
||||
patches.suse/exfat-fix-refcount-leak-in-exfat_find.patch
|
||||
patches.suse/powerpc-64s-slb-Fix-SLB-multihit-issue-during-SLB-preload.patch
|
||||
patches.suse/KVM-SVM-Don-t-skip-unrelated-instruction-if-INT3-INT.patch
|
||||
patches.suse/clk-mvebu-cp110-add-CLK_IGNORE_UNUSED-to-pcie_x10-pc.patch
|
||||
patches.suse/soc-tegra-fuse-Do-not-register-SoC-device-on-ACPI-bo.patch
|
||||
patches.suse/soc-tegra-fuse-speedo-tegra210-Update-speedo-IDs.patch
|
||||
patches.suse/firmware-imx-scu-irq-fix-OF-node-leak-in.patch
|
||||
patches.suse/firmware-imx-scu-irq-Init-workqueue-before-request-m.patch
|
||||
patches.suse/ti-sysc-allow-OMAP2-and-OMAP4-timers-to-be-reserved-.patch
|
||||
patches.suse/firmware-qcom-tzmem-fix-qcom_tzmem_policy-kernel-doc.patch
|
||||
patches.suse/soc-qcom-ocmem-fix-device-leak-on-lookup.patch
|
||||
patches.suse/soc-qcom-pbs-fix-device-leak-on-lookup.patch
|
||||
patches.suse/soc-qcom-smem-fix-hwspinlock-resource-leak-in-probe-.patch
|
||||
patches.suse/reset-fix-BIT-macro-reference.patch
|
||||
patches.suse/soc-amlogic-canvas-fix-device-leak-on-lookup.patch
|
||||
patches.suse/soc-apple-mailbox-fix-device-leak-on-lookup.patch
|
||||
patches.suse/soc-samsung-exynos-pmu-fix-device-leak-on-regmap-loo.patch
|
||||
patches.suse/ipmi-Fix-the-race-between-__scan_channels-and-delive.patch
|
||||
patches.suse/ipmi-Fix-__scan_channels-failing-to-rescan-channels.patch
|
||||
patches.suse/rpmsg-glink-fix-rpmsg-device-leak.patch
|
||||
patches.suse/via_wdt-fix-critical-boot-hang-due-to-unnamed-resour.patch
|
||||
patches.suse/watchdog-wdat_wdt-Fix-ACPI-table-leak-in-probe-funct.patch
|
||||
patches.suse/watchdog-starfive-Fix-resource-leak-in-probe-error-p.patch
|
||||
patches.suse/fbdev-gbefb-fix-to-use-physical-address-instead-of-d.patch
|
||||
patches.suse/fbdev-tcx.c-fix-mem_map-to-correct-smem_start-offset.patch
|
||||
patches.suse/fbdev-pxafb-Fix-multiple-clamped-values-in-pxafb_adj.patch
|
||||
patches.suse/fbdev-ssd1307fb-fix-potential-page-leak-in-ssd1307fb.patch
|
||||
patches.suse/uio-uio_fsl_elbc_gpcm-Add-null-pointer-check-to-uio_.patch
|
||||
patches.suse/firmware-stratix10-svc-Add-mutex-in-stratix10-memory.patch
|
||||
patches.suse/iio-adc-ti_am335x_adc-Limit-step_avg-to-valid-range-.patch
|
||||
patches.suse/iio-imu-st_lsm6dsx-Fix-measurement-unit-for-odr-stru.patch
|
||||
patches.suse/iio-core-add-missing-mutex_destroy-in-iio_dev_releas.patch
|
||||
patches.suse/iio-core-Clean-up-device-correctly-on-iio_device_all.patch
|
||||
@@ -13866,22 +14038,39 @@
|
||||
patches.suse/comedi-check-device-s-attached-status-in-compat-ioct.patch
|
||||
patches.suse/comedi-multiq3-sanitize-config-options-in-multiq3_at.patch
|
||||
patches.suse/comedi-pcl818-fix-null-ptr-deref-in-pcl818_ai_cancel.patch
|
||||
patches.suse/firmware_loader-make-RUST_FW_LOADER_ABSTRACTIONS-sel.patch
|
||||
patches.suse/intel_th-Fix-error-handling-in-intel_th_output_open.patch
|
||||
patches.suse/char-applicom-fix-NULL-pointer-dereference-in-ac_ioc.patch
|
||||
patches.suse/serial-add-support-of-CPCI-cards.patch
|
||||
patches.suse/serial-sprd-Return-EPROBE_DEFER-when-uart-clock-is-n.patch
|
||||
patches.suse/usbip-Fix-locking-bug-in-RT-enabled-kernels.patch
|
||||
patches.suse/USB-Fix-descriptor-count-when-handling-invalid-MBIM-.patch
|
||||
patches.suse/usb-typec-ucsi-Handle-incorrect-num_connectors-capab.patch
|
||||
patches.suse/usb-dwc3-dwc3_power_off_all_roothub_ports-Use-iorema.patch
|
||||
patches.suse/usb-xhci-limit-run_graceperiod-for-only-usb-3.0-devi.patch
|
||||
patches.suse/usb-chaoskey-fix-locking-for-O_NONBLOCK.patch
|
||||
patches.suse/usb-dwc2-fix-hang-during-shutdown-if-set-as-peripher.patch
|
||||
patches.suse/usb-dwc2-fix-hang-during-suspend-if-set-as-periphera.patch
|
||||
patches.suse/usb-raw-gadget-cap-raw_io-transfer-length-to-KMALLOC.patch
|
||||
patches.suse/usb-usb-storage-No-additional-quirks-need-to-be-adde.patch
|
||||
patches.suse/usb-phy-Initialize-struct-usb_phy-list_head.patch
|
||||
patches.suse/USB-serial-belkin_sa-fix-TIOCMBIS-and-TIOCMBIC.patch
|
||||
patches.suse/USB-serial-kobil_sct-fix-TIOCMBIS-and-TIOCMBIC.patch
|
||||
patches.suse/USB-serial-ftdi_sio-match-on-interface-number-for-jt.patch
|
||||
patches.suse/USB-serial-option-add-Foxconn-T99W760.patch
|
||||
patches.suse/USB-serial-option-add-Telit-Cinterion-FE910C04-new-c.patch
|
||||
patches.suse/USB-serial-option-move-Telit-0x10c7-composition-in-t.patch
|
||||
patches.suse/usb-gadget-tegra-xudc-Always-reinitialize-data-toggl.patch
|
||||
patches.suse/staging-fbtft-core-fix-potential-memory-leak-in-fbtf.patch
|
||||
patches.suse/staging-rtl8723bs-fix-out-of-bounds-read-in-rtw_get_.patch
|
||||
patches.suse/staging-rtl8723bs-fix-stack-buffer-overflow-in-OnAss.patch
|
||||
patches.suse/staging-rtl8723bs-fix-out-of-bounds-read-in-OnBeacon.patch
|
||||
patches.suse/clk-renesas-cpg-mssr-Add-missing-1ms-delay-into-rese.patch
|
||||
patches.suse/clk-renesas-r9a06g032-Fix-memory-leak-in-error-path.patch
|
||||
patches.suse/clk-samsung-exynos-clkout-Assign-.num-before-accessi.patch
|
||||
patches.suse/clk-qcom-camcc-sm8550-Specify-Titan-GDSC-power-domai.patch
|
||||
patches.suse/clk-qcom-camcc-sm6350-Specify-Titan-GDSC-power-domai.patch
|
||||
patches.suse/clk-qcom-dispcc-sm7150-Fix-dispcc_mdss_pclk0_clk_src.patch
|
||||
patches.suse/clk-qcom-camcc-sm6350-Fix-PLL-config-of-PLL2.patch
|
||||
patches.suse/clk-qcom-camcc-sm7150-Fix-PLL-config-of-PLL2.patch
|
||||
patches.suse/clk-qcom-Mark-camcc_sm7150_hws-static.patch
|
||||
@@ -13898,9 +14087,137 @@
|
||||
patches.suse/hwmon-w83791d-Convert-macros-to-functions-to-avoid-T.patch
|
||||
patches.suse/docs-hwmon-fix-link-to-g762-devicetree-binding.patch
|
||||
patches.suse/platform-x86-intel-pmc-Update-Arrow-Lake-telemetry-G.patch
|
||||
patches.suse/platform-x86-intel-hid-Add-Dell-Pro-Rugged-10-12-tab.patch
|
||||
patches.suse/platform-x86-asus-wmi-use-brightness_set_blocking-fo.patch
|
||||
patches.suse/i2c-i2c.h-fix-a-bad-kernel-doc-line.patch
|
||||
patches.suse/i2c-designware-Disable-SMBus-interrupts-to-prevent-s.patch
|
||||
patches.suse/i2c-amd-mp2-fix-reference-leak-in-MP2-PCI-device.patch
|
||||
patches.suse/regulator-fixed-Rely-on-the-core-freeing-the-enable-.patch
|
||||
patches.suse/ALSA-hda-cs35l41-Fix-NULL-pointer-dereference-in-cs3-c34b04c.patch
|
||||
patches.suse/ALSA-firewire-motu-fix-buffer-overflow-in-hwdep-read.patch
|
||||
patches.suse/ALSA-uapi-Fix-typo-in-asound.h-comment.patch
|
||||
patches.suse/ALSA-firewire-motu-add-bounds-check-in-put_user-loop.patch
|
||||
patches.suse/ASoC-bcm-bcm63xx-pcm-whistler-Check-return-value-of-.patch
|
||||
patches.suse/ASoC-codecs-nau8325-Silence-uninitialized-variables-.patch
|
||||
patches.suse/ASoC-ak4458-Disable-regulator-when-error-happens.patch
|
||||
patches.suse/ASoC-ak5558-Disable-regulator-when-error-happens.patch
|
||||
patches.suse/ASoC-codecs-wcd937x-fix-OF-node-leaks-on-probe-failu.patch
|
||||
patches.suse/ASoC-codecs-wcd938x-fix-OF-node-leaks-on-probe-failu.patch
|
||||
patches.suse/ASoC-codecs-wcd939x-fix-OF-node-leaks-on-probe-failu.patch
|
||||
patches.suse/rtc-gamecube-Check-the-return-value-of-ioremap.patch
|
||||
patches.suse/drm-amdkfd-Use-huge-page-size-to-check-split-svm-ran.patch
|
||||
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-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
|
||||
patches.suse/drm-plane-Fix-IS_ERR-vs-NULL-check-in-drm_plane_crea.patch
|
||||
patches.suse/drm-nouveau-refactor-deprecated-strcpy.patch
|
||||
patches.suse/drm-nouveau-Replace-sprintf-with-sysfs_emit.patch
|
||||
patches.suse/drm-ttm-Avoid-NULL-pointer-deref-for-evicted-BOs.patch
|
||||
patches.suse/drm-tilcdc-Fix-removal-actions-in-case-of-failed-pro.patch
|
||||
patches.suse/drm-mgag200-Fix-big-endian-support.patch
|
||||
patches.suse/args-fix-documentation-to-reflect-the-correct-number.patch
|
||||
patches.suse/irqchip-mchp-eic-Fix-error-code-in-mchp_eic_domain_a.patch
|
||||
patches.suse/cgroup-rstat-use-LOCK-CMPXCHG-in-css_rstat_updated.patch
|
||||
patches.suse/btrfs-don-t-log-conflicting-inode-if-it-s-a-dir-move.patch
|
||||
patches.suse/btrfs-do-not-skip-logging-new-dentries-when-logging-.patch
|
||||
patches.suse/btrfs-fix-changeset-leak-on-mmap-write-after-failure.patch
|
||||
patches.suse/net-phy-marvell-88q2xxx-Fix-clamped-value-in-mv88q2x.patch
|
||||
patches.suse/r8169-fix-RTL8117-Wake-on-Lan-in-DASH-mode.patch
|
||||
patches.suse/broadcom-b44-prevent-uninitialized-value-usage.patch
|
||||
patches.suse/can-gs_usb-gs_can_open-fix-error-handling.patch
|
||||
patches.suse/nfc-pn533-Fix-error-code-in-pn533_acr122_poweron_rdr.patch
|
||||
patches.suse/can-j1939-make-j1939_sk_bind-fail-if-device-is-no-lo.patch
|
||||
patches.suse/PM-runtime-Do-not-clear-needs_force_resume-with-enab.patch
|
||||
patches.suse/ACPI-CPPC-Fix-missing-PCC-check-for-guaranteed_perf.patch
|
||||
patches.suse/ACPI-PCC-Fix-race-condition-by-removing-static-quali.patch
|
||||
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-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
|
||||
patches.suse/drm-xe-Restore-engine-registers-before-restarting-sc.patch
|
||||
patches.suse/drm-xe-Limit-num_syncs-to-prevent-oversized-allocati.patch
|
||||
patches.suse/drm-xe-oa-Limit-num_syncs-to-prevent-oversized-alloc.patch
|
||||
patches.suse/drm-xe-Adjust-long-running-workload-timeslices-to-re.patch
|
||||
patches.suse/drm-xe-oa-Disallow-0-OA-property-values.patch
|
||||
patches.suse/drm-xe-Drop-preempt-fences-when-destroying-imported-.patch
|
||||
patches.suse/drm-xe-Use-usleep_range-for-accurate-long-running-wo.patch
|
||||
patches.suse/mmc-sdhci-of-arasan-Increase-CD-stable-timeout-to-2-.patch
|
||||
patches.suse/mmc-sdhci-esdhc-imx-add-alternate-ARCH_S32-dependenc.patch
|
||||
patches.suse/hwmon-dell-smm-Limit-fan-multiplier-to-avoid-overflo.patch
|
||||
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch
|
||||
patches.suse/hwmon-tmp401-fix-overflow-caused-by-default-conversi.patch
|
||||
patches.suse/hwmon-ltc4282-Fix-reset_history-file-permissions.patch
|
||||
patches.suse/spi-fsl-cpm-Check-length-parity-before-switching-to-.patch
|
||||
patches.suse/spi-cadence-quadspi-Fix-clock-disable-on-probe-failu.patch
|
||||
patches.suse/Input-lkkbd-disable-pending-work-before-freeing-devi.patch
|
||||
patches.suse/Input-atkbd-skip-deactivate-for-HONOR-FMB-P-s-intern.patch
|
||||
patches.suse/Input-i8042-add-TUXEDO-InfinityBook-Max-Gen10-AMD-to.patch
|
||||
patches.suse/Input-alps-fix-use-after-free-bugs-caused-by-dev3_re.patch
|
||||
patches.suse/Input-ti_am335x_tsc-fix-off-by-one-error-in-wire_ord.patch
|
||||
patches.suse/ALSA-vxpocket-Fix-resource-leak-in-vxpocket_probe-er.patch
|
||||
patches.suse/ALSA-pcmcia-Fix-resource-leak-in-snd_pdacf_probe-err.patch
|
||||
patches.suse/ALSA-usb-mixer-us16x08-validate-meter-packet-indices.patch
|
||||
patches.suse/ASoC-fsl_sai-Constrain-sample-rates-from-audio-PLLs-.patch
|
||||
patches.suse/ASoC-ak4458-remove-the-reset-operation-in-probe-and-.patch
|
||||
patches.suse/drm-msm-dpu-Add-missing-NULL-pointer-check-for-pingp.patch
|
||||
patches.suse/powerpc-kexec-Enable-SMT-before-waking-offline-CPUs.patch
|
||||
patches.suse/firewire-nosy-Fix-dma_free_coherent-size.patch
|
||||
patches.suse/serial-core-Restore-sysfs-fwnode-information.patch
|
||||
patches.suse/serial-core-Fix-serial-device-initialization.patch
|
||||
patches.suse/serial-sh-sci-Check-that-the-DMA-cookie-is-valid.patch
|
||||
patches.suse/serial-xilinx_uartps-fix-rs485-delay_rts_after_send.patch
|
||||
patches.suse/usb-dwc3-keep-susphy-enabled-during-exit-to-avoid-co.patch
|
||||
patches.suse/usb-renesas_usbhs-Fix-a-resource-leak-in-usbhs_pipe_.patch
|
||||
patches.suse/usb-typec-altmodes-displayport-Drop-the-device-refer.patch
|
||||
patches.suse/USB-lpc32xx_udc-Fix-error-handling-in-probe.patch
|
||||
patches.suse/usb-dwc3-of-simple-fix-clock-resource-leak-in-dwc3_o.patch
|
||||
patches.suse/usb-usb-storage-Maintain-minimal-modifications-to-th.patch
|
||||
patches.suse/usb-gadget-lpc32xx_udc-fix-clock-imbalance-in-error-.patch
|
||||
patches.suse/usb-phy-isp1301-fix-non-OF-device-reference-imbalanc.patch
|
||||
patches.suse/usb-ohci-nxp-fix-device-leak-on-probe-failure.patch
|
||||
patches.suse/crypto-seqiv-Do-not-use-req-iv-after-crypto_aead_enc.patch
|
||||
patches.suse/genalloc.h-fix-htmldocs-warning.patch
|
||||
patches.suse/idr-fix-idr_alloc-returning-an-ID-out-of-range.patch
|
||||
patches.suse/net-mdio-aspeed-add-dummy-read-to-avoid-read-after-w.patch
|
||||
patches.suse/net-usb-rtl8150-fix-memory-leak-on-usb_submit_urb-fa.patch
|
||||
patches.suse/Bluetooth-btusb-revert-use-of-devm_kzalloc-in-btusb.patch
|
||||
patches.suse/net-nfc-fix-deadlock-between-nfc_unregister_device-a.patch
|
||||
patches.suse/wifi-rtw88-limit-indirect-IO-under-powered-off-for-R.patch
|
||||
patches.suse/wifi-rtlwifi-8192cu-fix-tid-out-of-range-in-rtl92cu_.patch
|
||||
patches.suse/wifi-cfg80211-sme-store-capped-length-in-__cfg80211_.patch
|
||||
patches.suse/wifi-mac80211-do-not-use-old-MBSSID-elements.patch
|
||||
patches.suse/net-usb-sr9700-fix-incorrect-command-used-to-write-s.patch
|
||||
patches.suse/net-rose-fix-invalid-array-index-in-rose_kill_by_dev.patch
|
||||
patches.suse/platform-mellanox-mlxbf-pmc-Remove-trailing-whitespa.patch
|
||||
patches.suse/platform-x86-msi-laptop-add-missing-sysfs_remove_gro.patch
|
||||
patches.suse/platform-x86-ibm_rtl-fix-EBDA-signature-search-point.patch
|
||||
patches.suse/platform-x86-hp-bioscfg-Fix-out-of-bounds-array-acce.patch
|
||||
patches.suse/drm-imagination-Disallow-exporting-of-PM-FW-protecte.patch
|
||||
patches.suse/drm-nouveau-dispnv50-Don-t-call-drm_atomic_get_crtc_.patch
|
||||
patches.suse/drm-i915-gem-Zero-initialize-the-eb.vma-array-in-i91.patch
|
||||
patches.suse/x86-microcode-AMD-Fix-Entrysign-revision-check-for-Z.patch
|
||||
patches.suse/of-unittest-Fix-memory-leak-in-unittest_data_add.patch
|
||||
patches.suse/ALSA-ac97-fix-a-double-free-in-snd_ac97_controller_r.patch
|
||||
patches.suse/ASoC-sun4i-spdif-Add-missing-kerneldoc-fields-for-su.patch
|
||||
patches.suse/HID-quirks-work-around-VID-PID-conflict-for-appledis.patch
|
||||
patches.suse/net-wwan-iosm-Fix-memory-leak-in-ipc_mux_deinit.patch
|
||||
patches.suse/net-usb-pegasus-fix-memory-leak-in-update_eth_regs_a.patch
|
||||
patches.suse/atm-Fix-dma_free_coherent-size.patch
|
||||
patches.suse/wifi-avoid-kernel-infoleak-from-struct-iw_point.patch
|
||||
patches.suse/wifi-mac80211-restore-non-chanctx-injection-behaviou.patch
|
||||
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/gpio-rockchip-mark-the-GPIO-controller-as-sleeping.patch
|
||||
patches.suse/docs-ABI-sysfs-devices-soc-Fix-swapped-sample-values.patch
|
||||
patches.suse/lib-crypto-aes-Fix-missing-MMU-protection-for-AES-S-.patch
|
||||
|
||||
# powerpc/linux next
|
||||
patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch
|
||||
|
||||
# mkp/scsi queue
|
||||
patches.suse/scsi-lpfc-Update-various-NPIV-diagnostic-log-messagi.patch
|
||||
@@ -13919,6 +14236,7 @@
|
||||
|
||||
# out-of-tree patches
|
||||
patches.suse/selftests-run_kselftest.sh-Add-skip-argument-option.patch
|
||||
patches.suse/selftests-net-fib-onlink-tests-Set-high-metric-for-d.patch
|
||||
|
||||
########################################################
|
||||
# end of sorted patches
|
||||
@@ -14390,6 +14708,14 @@
|
||||
patches.kabi/usb-acpi-fix-device-link-removal.patch
|
||||
patches.kabi/KVM-s390-kABI-backport-for-last_sleep_cpu.patch
|
||||
patches.kabi/kabi-hide-dst_entry-dev_rcu.patch
|
||||
patches.kabi/Bluetooth-HCI-Fix-tracking-of-advertisement-set-inst.patch
|
||||
patches.kabi/Bluetooth-btusb-mediatek-Fix-kernel-crash-when-relea.patch
|
||||
patches.kabi/Bluetooth-MGMT-fix-crash-in-set_mesh_sync-and-set_me.patch
|
||||
patches.kabi/mm-memory-tiering-fix-PGPROMOTE_CANDIDATE-counting-kabi.patch
|
||||
patches.kabi/kabi-fix-sch_qfq-Fix-null-deref-in-agg_dequeue.patch
|
||||
patches.kabi/bpf-Enforce-expected_attach_type-for-tailcall-compat.patch
|
||||
patches.kabi/kabi-xfrm-delete-x-tunnel-as-we-delete-x.patch
|
||||
patches.kabi/kabi-fix-struct-ufs_hba-change.patch
|
||||
|
||||
########################################################
|
||||
# preempt-rt backport converged
|
||||
@@ -14413,8 +14739,6 @@
|
||||
patches.suse/rt-Add-documentation-describing-what-kernel-debug-options-to-add-for-testing.patch
|
||||
patches.suse/rt-Add-helper-script-to-refresh-RT-configs-based-on-the-parent.patch
|
||||
patches.suse/dm-table-check-BLK_FEAT_ATOMIC_WRITES-inside-limits_.patch
|
||||
patches.kabi/mm-memory-tiering-fix-PGPROMOTE_CANDIDATE-counting-kabi.patch
|
||||
patches.kabi/kabi-fix-sch_qfq-Fix-null-deref-in-agg_dequeue.patch
|
||||
|
||||
########################################################
|
||||
# You'd better have a good reason for adding a patch
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
2025-12-11 09:18:13 +0000
|
||||
GIT Revision: 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
2026-01-13 08:59:04 +0000
|
||||
GIT Revision: 93bcb6aedcc555c1550118b4d6f00e3340d15b9d
|
||||
GIT Branch: SL-16.0
|
||||
|
||||
@@ -4875,15 +4875,15 @@
|
||||
+base drivers/scsi/sr_mod
|
||||
+base drivers/scsi/st # SCSI Tape Driver
|
||||
+base drivers/scsi/sym53c8xx_2/sym53c8xx
|
||||
drivers/scsi/ufs/core/ufshcd-core
|
||||
- drivers/scsi/ufs/host/cdns-pltfrm
|
||||
- drivers/scsi/ufs/host/ufs-exynos
|
||||
drivers/scsi/ufs/host/ufs-hisi
|
||||
drivers/scsi/ufs/host/ufs-mediatek
|
||||
drivers/scsi/ufs/host/ufs-qcom
|
||||
- drivers/scsi/ufs/host/ufshcd-pci
|
||||
drivers/scsi/ufs/host/ufshcd-pltfrm
|
||||
drivers/scsi/ufs/ti-j721e-ufs # jsc#PED-1379
|
||||
drivers/ufs/core/ufshcd-core
|
||||
- drivers/ufs/host/cdns-pltfrm
|
||||
- drivers/ufs/host/ufs-exynos
|
||||
drivers/ufs/host/ufs-hisi
|
||||
drivers/ufs/host/ufs-mediatek
|
||||
drivers/ufs/host/ufs-qcom
|
||||
- drivers/ufs/host/ufshcd-pci
|
||||
drivers/ufs/host/ufshcd-pltfrm
|
||||
drivers/ufs/host/ti-j721e-ufs # jsc#PED-1379
|
||||
+base drivers/scsi/virtio_scsi
|
||||
+base drivers/scsi/vmw_pvscsi # fate#315587 VMware Paravirtualized SCSI
|
||||
drivers/scsi/xen-scsifront
|
||||
@@ -5911,7 +5911,6 @@
|
||||
fs/fuse/virtiofs # virtiofs: virtio-fs host<->guest shared file system
|
||||
+base fs/isofs/isofs
|
||||
+base fs/jbd2/jbd2
|
||||
- fs/ksmbd/ksmbd # SP6-NEED-REVIEW
|
||||
fs/lockd/lockd
|
||||
+base fs/mbcache
|
||||
+base fs/netfs/netfs
|
||||
@@ -5987,6 +5986,7 @@
|
||||
fs/smb/client/cifs # VFS to access servers complying with the SNIA CIFS Specification e.g. Samba and Windows
|
||||
fs/smb/common/cifs_arc4 # used by cifs.ko, split done in upstream 23e91d8b
|
||||
fs/smb/common/cifs_md4 # used by cifs.ko, split done in upstream 23e91d8b
|
||||
- fs/smb/server/ksmbd
|
||||
fs/squashfs/squashfs
|
||||
fs/udf/udf # Universal Disk Format Filesystem
|
||||
+base fs/xfs/xfs # bsc#457668
|
||||
|
||||
Reference in New Issue
Block a user