forked from pool/kernel-source
Compare commits
8 Commits
Kernel/SUS
...
Kernel/SLE
| Author | SHA256 | Date | |
|---|---|---|---|
| e4b388cf65 | |||
| 67562c8041 | |||
| 37bb502412 | |||
| a84315e1e5 | |||
| 6283dae0bd | |||
| 8ceb4d2e5d | |||
| 414fe3db64 | |||
| 037f53c4f3 |
28
_constraints
28
_constraints
@@ -10,6 +10,8 @@
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
<package>kernel-source:kernel-kvmsmall</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-source:kernel-lpae</package>
|
||||
<package>kernel-zfcpdump</package>
|
||||
<package>kernel-source:kernel-zfcpdump</package>
|
||||
</conditions>
|
||||
@@ -75,6 +77,8 @@
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
<package>kernel-source:kernel-kvmsmall</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-source:kernel-lpae</package>
|
||||
<package>kernel-zfcpdump</package>
|
||||
<package>kernel-source:kernel-zfcpdump</package>
|
||||
</conditions>
|
||||
@@ -97,6 +101,8 @@
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
<package>kernel-source:kernel-kvmsmall</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-source:kernel-lpae</package>
|
||||
<package>kernel-zfcpdump</package>
|
||||
<package>kernel-source:kernel-zfcpdump</package>
|
||||
</conditions>
|
||||
@@ -124,6 +130,8 @@
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
<package>kernel-source:kernel-kvmsmall</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-source:kernel-lpae</package>
|
||||
<package>kernel-zfcpdump</package>
|
||||
<package>kernel-source:kernel-zfcpdump</package>
|
||||
</conditions>
|
||||
@@ -146,6 +154,8 @@
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
<package>kernel-source:kernel-kvmsmall</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-source:kernel-lpae</package>
|
||||
<package>kernel-zfcpdump</package>
|
||||
<package>kernel-source:kernel-zfcpdump</package>
|
||||
</conditions>
|
||||
@@ -168,6 +178,8 @@
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
<package>kernel-source:kernel-kvmsmall</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-source:kernel-lpae</package>
|
||||
<package>kernel-zfcpdump</package>
|
||||
<package>kernel-source:kernel-zfcpdump</package>
|
||||
</conditions>
|
||||
@@ -176,18 +188,6 @@
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<!-- POWER9 now required on ppc64le -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>ppc64le</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<cpu>
|
||||
<flag>power9</flag>
|
||||
</cpu>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<!-- Build on recent ARMv8.1 to avoid slow builders -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
@@ -213,6 +213,8 @@
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
<package>kernel-source:kernel-kvmsmall</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-source:kernel-lpae</package>
|
||||
<package>kernel-zfcpdump</package>
|
||||
<package>kernel-source:kernel-zfcpdump</package>
|
||||
</conditions>
|
||||
@@ -235,6 +237,8 @@
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
<package>kernel-source:kernel-kvmsmall</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-source:kernel-lpae</package>
|
||||
<package>kernel-zfcpdump</package>
|
||||
<package>kernel-source:kernel-zfcpdump</package>
|
||||
</conditions>
|
||||
|
||||
12
_multibuild
12
_multibuild
@@ -1,12 +0,0 @@
|
||||
<multibuild>
|
||||
<package>dtb-aarch64</package>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-debug</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-docs</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
<package>kernel-obs-build</package>
|
||||
<package>kernel-obs-qa</package>
|
||||
<package>kernel-syms</package>
|
||||
<package>kernel-zfcpdump</package>
|
||||
</multibuild>
|
||||
@@ -16,10 +16,12 @@
|
||||
+ppc64le -syms ppc64le/debug
|
||||
+ppc64le -syms ppc64le/kvmsmall
|
||||
|
||||
# ARM architectures
|
||||
+arm64 arm64/default
|
||||
+arm64 -syms arm64/debug
|
||||
+arm64 arm64/64kb
|
||||
+arm64 -syms arm64/kvmsmall
|
||||
+armv7hl armv7hl/default
|
||||
+armv7hl armv7hl/lpae
|
||||
|
||||
+s390x s390x/default
|
||||
+s390x -syms s390x/zfcpdump
|
||||
|
||||
22
config.sh
22
config.sh
@@ -4,26 +4,26 @@ SRCVERSION=6.4
|
||||
VARIANT=
|
||||
# enable kernel module compression
|
||||
COMPRESS_MODULES="zstd"
|
||||
COMPRESS_VMLINUX="xz"
|
||||
# Compile binary devicetrees on master and stable branches.
|
||||
BUILD_DTBS="Yes"
|
||||
# Generate a _multibuild file
|
||||
MULTIBUILD="Yes"
|
||||
# Use new style livepatch package names
|
||||
LIVEPATCH=livepatch
|
||||
# Compile binary devicetrees for Leap
|
||||
BUILD_DTBS="Yes"
|
||||
# buildservice projects to build the kernel against
|
||||
OBS_PROJECT=SUSE:ALP:Source:Standard:Core:1.0:Build
|
||||
IBS_PROJECT=SUSE:SLFO:Kernel:1.0
|
||||
OBS_PROJECT=SUSE:SLE-15-SP6:Update
|
||||
OBS_PROJECT_ARM=openSUSE:Step:15-SP6
|
||||
IBS_PROJECT=SUSE:SLE-15-SP6:Update
|
||||
# Bugzilla info
|
||||
BUGZILLA_SERVER="apibugzilla.suse.com"
|
||||
BUGZILLA_PRODUCT="SUSE Linux Enterprise Micro 6.0"
|
||||
SPLIT_OPTIONAL=No
|
||||
BUGZILLA_PRODUCT="SUSE Linux Enterprise Server 15 SP6"
|
||||
# Check the sorted patches section of series.conf
|
||||
SORT_SERIES=yes
|
||||
# Modules not listed in supported.conf will abort the kernel build
|
||||
SUPPORTED_MODULES_CHECK=Yes
|
||||
# Split Leap-only modules to kernel-*-optional subpackage
|
||||
SPLIT_OPTIONAL=Yes
|
||||
# build documentation in HTML format
|
||||
BUILD_HTML=Yes
|
||||
# build documentation in PDF format
|
||||
BUILD_PDF=No
|
||||
# Generate compile_commands.json
|
||||
GENERATE_COMPILE_COMMANDS=Yes
|
||||
# Set gcc version to the one used for build in IBS
|
||||
GCC_VERSION=13
|
||||
|
||||
BIN
config.tar.bz2
LFS
BIN
config.tar.bz2
LFS
Binary file not shown.
6879
dtb-aarch64.changes
6879
dtb-aarch64.changes
File diff suppressed because it is too large
Load Diff
@@ -27,7 +27,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
151213
dtb-armv7l.changes
Normal file
151213
dtb-armv7l.changes
Normal file
File diff suppressed because it is too large
Load Diff
1420
dtb-armv7l.spec
Normal file
1420
dtb-armv7l.spec
Normal file
File diff suppressed because it is too large
Load Diff
BIN
kabi.tar.bz2
LFS
BIN
kabi.tar.bz2
LFS
Binary file not shown.
6879
kernel-64kb.changes
6879
kernel-64kb.changes
File diff suppressed because it is too large
Load Diff
@@ -19,21 +19,21 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
%define git_commit dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
%define compress_vmlinux gz
|
||||
%define livepatch livepatch%{nil}
|
||||
%define livepatch_rt %{nil}
|
||||
%define sb_efi_only 0
|
||||
%define split_base 0
|
||||
%define split_optional 0
|
||||
%define split_optional 1
|
||||
%define supported_modules_check 1
|
||||
%define build_flavor 64kb
|
||||
%define generate_compile_commands 1
|
||||
%define use_suse_kabi_tools 0
|
||||
%define gcc_package gcc13
|
||||
%define gcc_compiler gcc-13
|
||||
%define gcc_package gcc
|
||||
%define gcc_compiler gcc
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-64kb
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
6879
kernel-debug.changes
6879
kernel-debug.changes
File diff suppressed because it is too large
Load Diff
@@ -19,21 +19,21 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
%define git_commit dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
%define compress_vmlinux gz
|
||||
%define livepatch livepatch%{nil}
|
||||
%define livepatch_rt %{nil}
|
||||
%define sb_efi_only 0
|
||||
%define split_base 0
|
||||
%define split_optional 0
|
||||
%define split_optional 1
|
||||
%define supported_modules_check 1
|
||||
%define build_flavor debug
|
||||
%define generate_compile_commands 1
|
||||
%define use_suse_kabi_tools 0
|
||||
%define gcc_package gcc13
|
||||
%define gcc_compiler gcc-13
|
||||
%define gcc_package gcc
|
||||
%define gcc_compiler gcc
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-debug
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@@ -98,7 +98,7 @@ BuildRequires: suse-kabi-tools
|
||||
# Remove some packages that are installed automatically by the build system,
|
||||
# but are not needed to build the kernel
|
||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools udev insserv
|
||||
ExclusiveArch: aarch64 ppc64le x86_64
|
||||
ExclusiveArch: ppc64le x86_64
|
||||
|
||||
%ifarch %ix86 x86_64
|
||||
%define image vmlinuz
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -19,21 +19,21 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
%define git_commit dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
%define compress_vmlinux gz
|
||||
%define livepatch livepatch%{nil}
|
||||
%define livepatch_rt %{nil}
|
||||
%define sb_efi_only 0
|
||||
%define split_base 0
|
||||
%define split_optional 0
|
||||
%define split_optional 1
|
||||
%define supported_modules_check 1
|
||||
%define build_flavor default
|
||||
%define generate_compile_commands 1
|
||||
%define use_suse_kabi_tools 0
|
||||
%define gcc_package gcc13
|
||||
%define gcc_compiler gcc-13
|
||||
%define gcc_package gcc
|
||||
%define gcc_compiler gcc
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-default
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@@ -98,7 +98,7 @@ BuildRequires: suse-kabi-tools
|
||||
# Remove some packages that are installed automatically by the build system,
|
||||
# but are not needed to build the kernel
|
||||
#!BuildIgnore: autoconf automake gettext-runtime libtool cvs gettext-tools udev insserv
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv7hl ppc64le s390x x86_64
|
||||
|
||||
%ifarch %ix86 x86_64
|
||||
%define image vmlinuz
|
||||
|
||||
6879
kernel-docs.changes
6879
kernel-docs.changes
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
%define git_commit dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
%define variant %{nil}
|
||||
%define build_html 1
|
||||
%define build_pdf 0
|
||||
@@ -30,7 +30,7 @@
|
||||
Name: kernel-docs
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -19,21 +19,21 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
%define git_commit dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
%define compress_vmlinux gz
|
||||
%define livepatch livepatch%{nil}
|
||||
%define livepatch_rt %{nil}
|
||||
%define sb_efi_only 0
|
||||
%define split_base 0
|
||||
%define split_optional 0
|
||||
%define split_optional 1
|
||||
%define supported_modules_check 1
|
||||
%define build_flavor kvmsmall
|
||||
%define generate_compile_commands 1
|
||||
%define use_suse_kabi_tools 0
|
||||
%define gcc_package gcc13
|
||||
%define gcc_compiler gcc-13
|
||||
%define gcc_package gcc
|
||||
%define gcc_compiler gcc
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-kvmsmall
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
151213
kernel-lpae.changes
Normal file
151213
kernel-lpae.changes
Normal file
File diff suppressed because it is too large
Load Diff
2000
kernel-lpae.spec
Normal file
2000
kernel-lpae.spec
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -38,7 +38,7 @@
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%global kernel_package kernel%kernel_flavor-srchash-3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
%global kernel_package kernel%kernel_flavor-srchash-dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
%endif
|
||||
%if 0%{?rhel_version}
|
||||
%global kernel_package kernel
|
||||
@@ -47,14 +47,14 @@
|
||||
Name: kernel-obs-build
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%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-3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
Provides: kernel-obs-build-srchash-dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: device-mapper
|
||||
BuildRequires: dracut
|
||||
@@ -63,7 +63,7 @@ BuildRequires: util-linux
|
||||
%if 0%{?suse_version} > 1550 || 0%{?sle_version} > 150200
|
||||
BuildRequires: zstd
|
||||
%endif
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv7hl ppc64le s390x x86_64
|
||||
|
||||
%description
|
||||
This package is repackaging already compiled kernels to make them usable
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -25,7 +25,7 @@
|
||||
Name: kernel-obs-qa
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@@ -36,10 +36,10 @@ 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-3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
BuildRequires: kernel-obs-build-srchash-dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
%endif
|
||||
BuildRequires: modutils
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv7hl ppc64le s390x x86_64
|
||||
|
||||
%description
|
||||
This package is using the kernel compiled within Open Build Service(OBS)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -18,10 +18,10 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
%define git_commit dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
%define variant %{nil}
|
||||
%define gcc_package gcc13
|
||||
%define gcc_compiler gcc-13
|
||||
%define gcc_package gcc
|
||||
%define gcc_compiler gcc
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
Name: kernel-source
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
6879
kernel-syms.changes
6879
kernel-syms.changes
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
%define git_commit dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@@ -24,7 +24,7 @@
|
||||
Name: kernel-syms
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@@ -33,16 +33,19 @@ License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
URL: https://www.kernel.org/
|
||||
BuildRequires: coreutils
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv7hl ppc64le s390x x86_64
|
||||
Prefix: /usr/src
|
||||
AutoReqProv: off
|
||||
Source: README.KSYMS
|
||||
%ifarch aarch64
|
||||
Requires: kernel-64kb-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch aarch64 ppc64le s390x x86_64
|
||||
%ifarch aarch64 armv7hl ppc64le s390x x86_64
|
||||
Requires: kernel-default-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-lpae-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-%git_commit
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -19,21 +19,21 @@
|
||||
|
||||
%define srcversion 6.4
|
||||
%define patchversion 6.4.0
|
||||
%define git_commit 3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
%define git_commit dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
%define compress_vmlinux gz
|
||||
%define livepatch livepatch%{nil}
|
||||
%define livepatch_rt %{nil}
|
||||
%define sb_efi_only 0
|
||||
%define split_base 0
|
||||
%define split_optional 0
|
||||
%define split_optional 1
|
||||
%define supported_modules_check 1
|
||||
%define build_flavor zfcpdump
|
||||
%define generate_compile_commands 1
|
||||
%define use_suse_kabi_tools 0
|
||||
%define gcc_package gcc13
|
||||
%define gcc_compiler gcc-13
|
||||
%define gcc_package gcc
|
||||
%define gcc_compiler gcc
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-zfcpdump
|
||||
Version: 6.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3751d0d
|
||||
Release: <RELEASE>.gdc06f85
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
101
modules.fips
101
modules.fips
@@ -1,73 +1,78 @@
|
||||
ablk_helper
|
||||
cryptomgr
|
||||
cryptd
|
||||
crypto_simd
|
||||
crypto_user
|
||||
tcrypt
|
||||
aes-arm64
|
||||
aes-ce-blk
|
||||
aes-ce-ccm
|
||||
aes-ce-cipher
|
||||
aes-neon-blk
|
||||
aes-neon-bs
|
||||
aes_generic
|
||||
aes_s390
|
||||
aes_ti
|
||||
af_alg
|
||||
algif_hash
|
||||
ansi_cprng
|
||||
anubis
|
||||
arc4
|
||||
aesni-intel
|
||||
authenc
|
||||
blowfish_common
|
||||
blowfish_generic
|
||||
blowfish_x86_64
|
||||
camellia_generic
|
||||
camellia_x86_64
|
||||
cast5_generic
|
||||
cast6_generic
|
||||
cast_common
|
||||
cbc
|
||||
ccm
|
||||
cfb
|
||||
chacha_s390
|
||||
cmac
|
||||
cryptd
|
||||
crypto_user
|
||||
crc32-pclmul
|
||||
crc32-vx_s390
|
||||
crc32_generic
|
||||
crc32c-intel
|
||||
crc32c-vpmsum
|
||||
crc32c_generic
|
||||
crct10dif-ce
|
||||
crct10dif-pclmul
|
||||
crct10dif-vpmsum
|
||||
crct10dif_generic
|
||||
crypto_null
|
||||
ctr
|
||||
cts
|
||||
deflate
|
||||
des3_ede-x86_64
|
||||
des_generic
|
||||
des_s390
|
||||
dh_generic
|
||||
drbg
|
||||
ecb
|
||||
ecdh_generic
|
||||
fcrypt
|
||||
ecdsa_generic
|
||||
essiv
|
||||
gcm
|
||||
gf128mul
|
||||
ghash_generic
|
||||
ghash-ce
|
||||
ghash-clmulni-intel
|
||||
ghash-generic
|
||||
ghash_s390
|
||||
glue_helper
|
||||
khazad
|
||||
hmac
|
||||
jitterentropy_rng
|
||||
keywrap
|
||||
lrw
|
||||
md4
|
||||
michael_mic
|
||||
lz4
|
||||
lz4hc
|
||||
lzo
|
||||
lzo-rle
|
||||
ofb
|
||||
pcbc
|
||||
rmd128
|
||||
rmd160
|
||||
rmd256
|
||||
rmd320
|
||||
salsa20_generic
|
||||
salsa20_x86_64
|
||||
seed
|
||||
serpent_generic
|
||||
serpent_sse2_x86_64
|
||||
paes_s390
|
||||
rsa_generic
|
||||
sha1-ce
|
||||
sha1-powerpc
|
||||
sha1-ssse3
|
||||
sha1_generic
|
||||
sha1_s390
|
||||
sha2-ce
|
||||
sha256-arm64
|
||||
sha256-ssse3
|
||||
sha256_generic
|
||||
sha256_s390
|
||||
sha3-ce
|
||||
sha3_256_s390
|
||||
sha3_512_s390
|
||||
sha3_generic
|
||||
sha512-arm64
|
||||
sha512-ce
|
||||
sha512-ssse3
|
||||
sha512_generic
|
||||
sha512_s390
|
||||
sha512_ssse3
|
||||
tcrypt
|
||||
tea
|
||||
tgr192
|
||||
twofish_common
|
||||
twofish_generic
|
||||
twofish_x86_64
|
||||
twofish_x86_64_3way
|
||||
vmac
|
||||
wp512
|
||||
xcbc
|
||||
xts
|
||||
xxhash_generic
|
||||
zstd
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
# List of KMPs integrated into the kernel
|
||||
# These KMPs shoud be removed when the kernel is installed
|
||||
# <basename> <upper bound of shipped versions>
|
||||
|
||||
# sle12-sp1 / Leap 42.1
|
||||
xen 4.6.1
|
||||
compat-wireless 4.4
|
||||
# TW 4.8
|
||||
ftsteutates 20160601
|
||||
# SLE12-SP3 / Leap 42.3
|
||||
drm 4.12
|
||||
|
||||
361189
old_changelog.txt
361189
old_changelog.txt
File diff suppressed because it is too large
Load Diff
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.
183
series.conf
183
series.conf
@@ -10979,7 +10979,6 @@
|
||||
patches.suse/powerpc-pseries-Rework-lppaca_shared_proc-to-avoid-D.patch
|
||||
patches.suse/powerpc-iommu-Fix-notifiers-being-shared-by-PCI-and-.patch
|
||||
patches.suse/ARM-9318-1-locomo-move-kernel-doc-to-prevent-warning.patch
|
||||
patches.suse/fs-dlm-allow-to-F_SETLKW-getting-interrupted.patch
|
||||
patches.suse/fs-dlm-debugfs-for-queued-callbacks.patch
|
||||
patches.suse/dlm-fix-plock-lookup-when-using-multiple-lockspaces.patch
|
||||
patches.suse/ext4-add-two-helper-functions-extent_logical_end-and-.patch
|
||||
@@ -17378,7 +17377,6 @@
|
||||
patches.suse/cxl-region-Fix-x1-root-decoder-granularity-calculati.patch
|
||||
patches.suse/cxl-port-Fix-delete_endpoint-vs-parent-unregistratio.patch
|
||||
patches.suse/i3c-master-cdns-Fix-reading-status-register.patch
|
||||
patches.suse/i3c-master-Inherit-DMA-masks-and-parameters-from-par.patch
|
||||
patches.suse/i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hci_dma.patch
|
||||
patches.suse/i3c-mipi-i3c-hci-Remove-BUG-when-Ring-Abort-request-.patch
|
||||
patches.suse/i3c-mipi-i3c-hci-Do-not-unmap-region-not-mapped-for-.patch
|
||||
@@ -20652,8 +20650,6 @@
|
||||
patches.suse/nvdimm-btt-fix-btt_blk_cleanup-kernel-doc-b192.patch
|
||||
patches.suse/nvdimm-dimm_devs-fix-kernel-doc-for-function-params-0e2b.patch
|
||||
patches.suse/nvdimm-namespace-fix-kernel-doc-for-function-params-fd04.patch
|
||||
patches.suse/media-verisilicon-Store-chroma-and-motion-vectors-of.patch
|
||||
patches.suse/media-verisilicon-g2-Use-common-helpers-to-compute-c.patch
|
||||
patches.suse/media-core-v4l2-ioctl-check-if-ioctl-is-known-to-avo.patch
|
||||
patches.suse/media-pvrusb2-fix-use-after-free-on-context-disconne.patch
|
||||
patches.suse/media-mtk-jpeg-Remove-cancel-worker-in-mtk_jpeg_remo.patch
|
||||
@@ -20707,7 +20703,6 @@
|
||||
patches.suse/locktorture-Increase-Hamming-distance-between-call_r.patch
|
||||
patches.suse/rcutorture-Add-fqs_holdoff-check-before-fqs_task-is-.patch
|
||||
patches.suse/srcu-Use-try-lock-lockdep-annotation-for-NMI-safe-access.patch
|
||||
patches.suse/exfat-using-hweight-instead-of-internal-logic.patch
|
||||
patches.suse/exfat-change-to-get-file-size-from-DataLength.patch
|
||||
patches.suse/exfat-do-not-zero-the-extended-part.patch
|
||||
patches.suse/kdump-defer-the-insertion-of-crashkernel-resources.patch
|
||||
@@ -23266,7 +23261,6 @@
|
||||
patches.suse/drm-tegra-rgb-Fix-some-error-handling-paths-in-tegra.patch
|
||||
patches.suse/drm-tegra-rgb-Fix-missing-clk_put-in-the-error-handl.patch
|
||||
patches.suse/drm-tegra-output-Fix-missing-i2c_put_adapter-in-the-.patch
|
||||
patches.suse/drm-tilcdc-request-and-mapp-iomem-with-devres.patch
|
||||
patches.suse/drm-rockchip-inno_hdmi-Fix-video-timing.patch
|
||||
patches.suse/drm-Don-t-treat-0-as-1-in-drm_fixp2int_ceil.patch
|
||||
patches.suse/drm-vkms-Avoid-reading-beyond-LUT-array.patch
|
||||
@@ -25109,7 +25103,6 @@
|
||||
patches.suse/net-give-more-chances-to-rcu-in-netdev_wait_allrefs_.patch
|
||||
patches.suse/ipv6-introduce-dst_rt6_info-helper.patch
|
||||
patches.suse/bpf-Avoid-kfree_rcu-under-lock-in-bpf_lpm_trie.patch
|
||||
patches.suse/bpf-Improve-program-stats-run-time-calculation.patch
|
||||
patches.suse/bpftool-Mount-bpffs-on-provided-dir-instead-of-paren.patch
|
||||
patches.suse/bpf-prevent-r10-register-from-being-marked-as-precis.patch
|
||||
patches.suse/selftests-bpf-add-fp-leaking-precise-subprog-result-.patch
|
||||
@@ -25503,7 +25496,6 @@
|
||||
patches.suse/crypto-qat-Fix-ADF_DEV_RESET_SYNC-memory-leak.patch
|
||||
patches.suse/crypto-ecc-Prevent-ecc_digits_from_bytes-from-readin.patch
|
||||
patches.suse/pinctrl-armada-37xx-remove-an-unused-variable.patch
|
||||
patches.suse/pinctrl-single-Fix-PIN_CONFIG_BIAS_DISABLE-handling.patch
|
||||
patches.suse/pinctrl-qcom-pinctrl-sm7150-Fix-sdc1-and-ufs-special.patch
|
||||
patches.suse/i2c-cadence-Avoid-fifo-clear-after-start.patch
|
||||
patches.suse/i2c-synquacer-Fix-an-error-handling-path-in-synquace.patch
|
||||
@@ -28583,7 +28575,6 @@
|
||||
patches.suse/usb-gadget-uvc-Fix-ERR_PTR-dereference-in-uvc_v4l2.c.patch
|
||||
patches.suse/usb-chipidea-udc-enable-suspend-interrupt-after-usb-.patch
|
||||
patches.suse/usb-dwc2-Adjust-the-timing-of-USB-Driver-Interrupt-R.patch
|
||||
patches.suse/usb-ohci-nxp-Use-helper-function-devm_clk_get_enable.patch
|
||||
patches.suse/usb-gadget-dummy_hcd-execute-hrtimer-callback-in-sof.patch
|
||||
patches.suse/xhci-dbc-Fix-STALL-transfer-event-handling.patch
|
||||
patches.suse/usb-xhci-remove-retval-from-xhci_pci_resume.patch
|
||||
@@ -31398,7 +31389,6 @@
|
||||
patches.suse/HID-hid-steam-Fix-use-after-free-when-detaching-devi.patch
|
||||
patches.suse/exfat-fix-soft-lockup-in-exfat_clear_bitmap.patch
|
||||
patches.suse/exfat-short-circuit-zero-byte-writes-in-exfat_file_write_iter.patch
|
||||
patches.suse/exfat-add-a-check-for-invalid-data-size.patch
|
||||
patches.suse/bluetooth-btusb-Initialize-.owner-field-of-force_pol.patch
|
||||
patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_remot.patch
|
||||
patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_devic.patch
|
||||
@@ -32503,7 +32493,6 @@
|
||||
patches.suse/btrfs-avoid-page_lockend-underflow-in-btrfs_punch_ho.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/crypto-atmel-sha204a-Set-hwrng-quality-to-lowest-pos.patch
|
||||
patches.suse/xen-netfront-handle-NULL-returned-by-xdp_convert_buf.patch
|
||||
@@ -32965,7 +32954,6 @@
|
||||
patches.suse/selftests-seccomp-fix-syscall_restart-test-for-arm-c.patch
|
||||
patches.suse/watchdog-exar-Shorten-identity-name-to-fit-correctly.patch
|
||||
patches.suse/scsi-qedf-Use-designated-initializer-for-struct-qed_fcoe_c.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-venus-Fix-probe-error-handling.patch
|
||||
patches.suse/media-imx-jpeg-Drop-the-first-error-frames.patch
|
||||
@@ -33907,7 +33895,6 @@
|
||||
patches.suse/usb-core-Add-0x-prefix-to-quirks-debug-output.patch
|
||||
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-dwc2-disable-platform-lowlevel-hw-resources-duri.patch
|
||||
patches.suse/usb-core-config-Prevent-OOB-read-in-SS-endpoint-comp.patch
|
||||
patches.suse/usb-early-xhci-dbc-Fix-early_ioremap-leak.patch
|
||||
patches.suse/usb-xhci-Avoid-showing-errors-during-surprise-remova.patch
|
||||
@@ -34609,8 +34596,6 @@
|
||||
patches.suse/compiler-clang.h-define-__SANITIZE_-__-macros-only-w.patch
|
||||
patches.suse/proc-fix-type-confusion-in-pde_set_flags.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/s390-pai-Deny-all-events-not-handled-by-this-PMU.patch
|
||||
patches.suse/s390-cpum_cf-Deny-all-sampling-events-by-counter-PMU.patch
|
||||
patches.suse/net-fec-Fix-possible-NPD-in-fec_enet_phy_reset_after.patch
|
||||
@@ -34740,16 +34725,12 @@
|
||||
patches.suse/perf-arm_spe-Prevent-overflow-in-PERF_IDX2OFF.patch
|
||||
patches.suse/powerpc-pseries-msi-Fix-potential-underflow-and-leak-issue.patch
|
||||
patches.suse/powerpc-powernv-pci-Fix-underflow-and-leak-issue.patch
|
||||
patches.suse/xen-events-Cleanup-find_virq-return-codes.patch
|
||||
patches.suse/xen-events-Return-EEXIST-for-bound-VIRQs.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
|
||||
patches.suse/EDAC-i10nm-Skip-DIMM-enumeration-on-a-disabled-memor.patch
|
||||
patches.suse/x86-bugs-Fix-reporting-of-LFENCE-retpoline.patch
|
||||
patches.suse/x86-bugs-Report-correct-retbleed-mitigation-status.patch
|
||||
patches.suse/bpf-Explicitly-check-accesses-to-bpf_sock_addr.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
|
||||
@@ -34844,7 +34825,6 @@
|
||||
patches.suse/ALSA-lx_core-use-int-type-to-store-negative-error-co.patch
|
||||
patches.suse/ALSA-usb-audio-apply-quirk-for-MOONDROP-Quark2.patch
|
||||
patches.suse/ALSA-serial-generic-remove-shared-static-buffer.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-qcom-audioreach-fix-potential-null-pointer-dere.patch
|
||||
patches.suse/ASoC-Intel-bytcht_es8316-Fix-invalid-quirk-input-map.patch
|
||||
@@ -34899,7 +34879,6 @@
|
||||
patches.suse/drm-amd-display-Fix-DVI-D-HDMI-adapters.patch
|
||||
patches.suse/drm-amd-display-Disable-VRR-on-DCE-6.patch
|
||||
patches.suse/drm-amdgpu-reject-gang-submissions-under-SRIOV.patch
|
||||
patches.suse/drm-amdgpu-atom-Check-kcalloc-for-WS-buffer-in-amdgp.patch
|
||||
patches.suse/accel-habanalabs-return-ENOMEM-if-less-than-requeste.patch
|
||||
patches.suse/accel-habanalabs-gaudi2-fix-BMON-disable-configurati.patch
|
||||
patches.suse/accel-habanalabs-support-mapping-cb-with-vmalloc-bac.patch
|
||||
@@ -34907,7 +34886,6 @@
|
||||
patches.suse/drm-amd-display-Add-AVI-infoframe-copy-in-copy_strea.patch
|
||||
patches.suse/drm-amdgpu-remove-the-redeclaration-of-variable-i.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
|
||||
@@ -34933,7 +34911,6 @@
|
||||
patches.suse/media-i2c-tc358743-Fix-use-after-free-bugs-caused-by.patch
|
||||
patches.suse/media-tuner-xc5000-Fix-use-after-free-in-xc5000_rele.patch
|
||||
patches.suse/net-mana-Use-page-pool-fragments-for-RX-buffers-inst.patch
|
||||
patches.suse/net-stmmac-Correctly-handle-Rx-checksum-offload-erro.patch
|
||||
patches.suse/sctp-Fix-MAC-comparison-to-be-constant-time.patch
|
||||
patches.suse/net-phy-fixed_phy-let-fixed_phy_unregister-free-the-.patch
|
||||
patches.suse/net-dst-introduce-dst-dev_rcu.patch
|
||||
@@ -34988,14 +34965,12 @@
|
||||
patches.suse/fs-udf-fix-OOB-read-in-lengthAllocDescs-handling.patch
|
||||
patches.suse/ext4-verify-orphan-file-size-is-not-too-big.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/jfs-Verify-inode-mode-when-loading-from-disk.patch
|
||||
patches.suse/jfs-fix-uninitialized-waitqueue-in-transaction-manager.patch
|
||||
patches.suse/orangefs-Remove-unused-type-in-macro-fill_default_sys_attrs.patch
|
||||
patches.suse/orangefs-fix-xattr-related-buffer-overflow.patch
|
||||
patches.suse/exfat-limit-log-print-for-IO-error.patch
|
||||
patches.suse/exfat-validate-cluster-allocation-bits-of-the-allocation-b.patch
|
||||
patches.suse/smb-client-fix-crypto-buffers-in-non-linear-memory.patch
|
||||
patches.suse/NFSv4-handle-ERR_GRACE-on-delegation-recalls.patch
|
||||
patches.suse/NFSv4.1-fix-backchannel-max_resp_sz-verification-check.patch
|
||||
@@ -35198,7 +35173,6 @@
|
||||
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-wait-for-ongoing-I-O-to-complete-before-freeing.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
|
||||
@@ -35214,7 +35188,6 @@
|
||||
patches.suse/drm-amd-pm-Disable-MCLK-switching-on-SI-at-high-pixe.patch
|
||||
patches.suse/drm-amdgpu-use-atomic-functions-with-memory-barriers.patch
|
||||
patches.suse/drm-amd-powerplay-Fix-CIK-shutdown-temperature.patch
|
||||
patches.suse/drm-amdgpu-hide-VRAM-sysfs-attributes-on-GPUs-withou.patch
|
||||
patches.suse/drm-amdgpu-Fix-NULL-pointer-dereference-in-VRAM-logi.patch
|
||||
patches.suse/drm-bridge-lt9211-Drop-check-for-last-nibble-of-vers.patch
|
||||
patches.suse/drm-rockchip-vop2-use-correct-destination-rectangle-.patch
|
||||
@@ -35234,7 +35207,6 @@
|
||||
patches.suse/KVM-arm64-Prevent-access-to-vCPU-events-before-init.patch
|
||||
patches.suse/NFS-check-if-suid-sgid-was-cleared-after-a-write-as-needed.patch
|
||||
patches.suse/NFS4-Fix-state-renewals-missing-after-boot.patch
|
||||
patches.suse/exfat-fix-improper-check-of-dentry.stream.valid_size.patch
|
||||
patches.suse/HID-quirks-avoid-Cooler-Master-MM712-dongle-wakeup-b.patch
|
||||
patches.suse/HID-hid-input-only-ignore-0-battery-events-for-digit.patch
|
||||
patches.suse/HID-multitouch-fix-name-of-Stylus-input-devices.patch
|
||||
@@ -35243,17 +35215,11 @@
|
||||
patches.suse/scsi-libfc-Prevent-integer-overflow-in-fc_fcp_recv_data.patch
|
||||
patches.suse/btrfs-send-fix-duplicated-rmdir-operations-when-usin.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-mlx5e-RX-Fix-generating-skb-from-non-linear-xdp_buff-f.patch
|
||||
patches.suse/can-bxcan-bxcan_start_xmit-use-can_dev_dropped_skb-i.patch
|
||||
patches.suse/can-netlink-can_changelink-allow-disabling-of-automa.patch
|
||||
patches.suse/sctp-avoid-NULL-dereference-when-chunk-data-buffer-is-miss.patch
|
||||
patches.suse/vsock-fix-lock-inversion-in-vsock_assign_transport.patch
|
||||
patches.suse/net-mlx5-Fix-IPsec-cleanup-over-MPV-device.patch
|
||||
patches.suse/arm64-mm-avoid-always-making-PTE-dirty-in-pte_mkwrite.patch
|
||||
patches.suse/spi-spi-nxp-fspi-add-extra-delay-after-dll-locked.patch
|
||||
patches.suse/firmware-arm_scmi-Fix-premature-SCMI_XFER_FLAG_IS_RA.patch
|
||||
patches.suse/arch_topology-Fix-incorrect-error-check-in-topology_.patch
|
||||
patches.suse/x86-microcode-Fix-Entrysign-revision-check-for-Zen1-.patch
|
||||
patches.suse/xhci-dbc-fix-bogus-1024-byte-prefix-if-ttyDBC-read-r.patch
|
||||
patches.suse/xhci-dbc-enable-back-DbC-in-resume-if-it-was-enabled.patch
|
||||
@@ -35280,7 +35246,6 @@
|
||||
patches.suse/Bluetooth-HCI-Fix-tracking-of-advertisement-set-inst.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/fbdev-valkyriefb-Fix-reference-count-leak-in-valkyri.patch
|
||||
patches.suse/fbdev-pvr2fb-Fix-leftover-reference-to-ONCHIP_NR_DMA.patch
|
||||
patches.suse/fbdev-bitblit-bound-check-glyph-index-in-bit_putcs.patch
|
||||
@@ -35301,11 +35266,9 @@
|
||||
patches.suse/drm-amd-pm-powerplay-smumgr-Fix-PCIeBootLinkLevel-va-501672e.patch
|
||||
patches.suse/drm-msm-a6xx-Fix-GMU-firmware-parser.patch
|
||||
patches.suse/drm-msm-dpu-Fix-pixel-extension-sub-sampling.patch
|
||||
patches.suse/0001-drm-sysfb-Do-not-dereference-NULL-pointer-in-plane-r.patch
|
||||
patches.suse/drm-etnaviv-fix-flush-sequence-logic.patch
|
||||
patches.suse/drm-panel-sitronix-st7789v-fix-sync-flags-for-t28cp4.patch
|
||||
patches.suse/drm-panel-kingdisplay-kd097d04-Disable-EoTp.patch
|
||||
patches.suse/bpf-Sync-pending-IRQ-work-before-freeing-ring-buffer.patch
|
||||
patches.suse/kconfig-mconf-Initialize-the-default-locale-at-start.patch
|
||||
patches.suse/kconfig-nconf-Initialize-the-default-locale-at-start.patch
|
||||
patches.suse/x86-microcode-AMD-Limit-Entrysign-signature-checking.patch
|
||||
@@ -35328,28 +35291,23 @@
|
||||
patches.suse/isdn-mISDN-hfcsusb-fix-memory-leak-in-hfcsusb_probe.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/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/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
|
||||
patches.suse/drm-amd-display-Fix-black-screen-with-HDMI-outputs.patch
|
||||
patches.suse/drm-amd-display-Fix-NULL-deref-in-debugfs-odm_combin.patch
|
||||
patches.suse/0001-drm-amdgpu-fix-gpu-page-fault-after-hibernation-on-P.patch
|
||||
patches.suse/drm-amd-Fix-suspend-failure-with-secure-display-TA.patch
|
||||
patches.suse/x86-CPU-AMD-Add-missing-terminator-for-zen5_rdseed_microco.patch
|
||||
patches.suse/x86-microcode-AMD-Add-more-known-models-to-entry-sig.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-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-SVM-Mark-VMCB_LBR-dirty-when-MSR_IA32_DEBUGCTLMS.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
|
||||
@@ -35359,9 +35317,6 @@
|
||||
patches.suse/NFSD-Never-cache-a-COMPOUND-when-the-SEQUENCE-operation-fails.patch
|
||||
patches.suse/strparser-Fix-signed-unsigned-mismatch-bug.patch
|
||||
patches.suse/tipc-Fix-use-after-free-in-tipc_mon_reinit_self.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
|
||||
@@ -35369,7 +35324,6 @@
|
||||
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
|
||||
@@ -35379,50 +35333,28 @@
|
||||
patches.suse/ACPI-CPPC-Limit-perf-ctrs-in-PCC-check-only-to-onlin.patch
|
||||
patches.suse/cpufreq-intel_pstate-Check-IDA-only-before-MSR_IA32_PERF_CTL-writes.patch
|
||||
patches.suse/smb-client-fix-cifs_pick_channel-when-channel-needs-reconnect.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/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/pmdomain-arm-scmi-Fix-genpd-leak-on-provider-registr.patch
|
||||
patches.suse/mmc-sdhci-of-dwcmshc-Change-DLL_STRBIN_TAPNUM_DEFAUL.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/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-m.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-uclogic-Fix-potential-memory-leak-in-error-path.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/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-intel-speed_select_if-Convert-PCIBIOS_-.patch
|
||||
patches.suse/platform-x86-acer-wmi-Ignore-backlight-event.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
|
||||
@@ -35430,7 +35362,6 @@
|
||||
patches.suse/drm-amd-display-Move-sleep-into-each-retry-for-retri.patch
|
||||
patches.suse/drm-amd-display-Increase-DPCD-read-retries.patch
|
||||
patches.suse/drm-amdgpu-Skip-emit-de-meta-data-on-gfx11-with-rs64.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/nvme-multipath-fix-lockdep-WARN-due-to-partition-sca.patch
|
||||
@@ -35448,8 +35379,6 @@
|
||||
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-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
|
||||
@@ -35489,8 +35418,6 @@
|
||||
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/cpuidle-menu-Use-residency-threshold-in-polling-state-override-decisions.patch
|
||||
patches.suse/KEYS-trusted-Fix-a-memory-leak-in-tpm2_load_cmd.patch
|
||||
@@ -35505,31 +35432,19 @@
|
||||
patches.suse/Documentation-parport-lowlevel-Separate-function-lis.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-Check-skb-transport_header-is-set-in-bpf_skb_che.patch
|
||||
patches.suse/selftests-bpf-Test-bpf_skb_check_mtu-BPF_MTU_CHK_SEG.patch
|
||||
patches.suse/bpf-Fix-invalid-prog-stats-access-when-update_effect.patch
|
||||
patches.suse/wifi-ath11k-restore-register-window-after-global-res.patch
|
||||
patches.suse/wifi-ath12k-Add-MODULE_FIRMWARE-entries.patch
|
||||
patches.suse/wifi-ath11k-fix-peer-HE-MCS-assignment.patch
|
||||
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-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-brcmfmac-Add-DMI-nvram-filename-quirk-for-Acer-.patch
|
||||
patches.suse/wifi-mt76-Fix-DTS-power-limits-on-little-endian-syst.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-Add-new-VID-PID-2b89-6275-for-RTL876.patch
|
||||
patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3533-for-RTL882.patch
|
||||
patches.suse/btrfs-make-sure-extent-and-csum-paths-are-always-rel.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
|
||||
@@ -35541,9 +35456,7 @@
|
||||
patches.suse/media-vidtv-initialize-local-pointers-upon-transfer-.patch
|
||||
patches.suse/media-cec-Fix-debugfs-leak-on-bus_register-failure.patch
|
||||
patches.suse/media-v4l2-mem2mem-Fix-outdated-documentation.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-renesas-rcar_drif-fix-device-node-reference-le.patch
|
||||
patches.suse/media-samsung-exynos4-is-fix-potential-ABBA-deadlock.patch
|
||||
@@ -35563,10 +35476,8 @@
|
||||
patches.suse/drm-nouveau-restrict-the-flush-page-to-a-32-bit-addr.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/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-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
|
||||
@@ -35592,7 +35503,6 @@
|
||||
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
|
||||
@@ -35606,7 +35516,6 @@
|
||||
patches.suse/backlight-lp855x-Fix-lp855x.h-kernel-doc-warnings.patch
|
||||
patches.suse/HID-logitech-dj-Remove-duplicate-error-logging.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-cw2015-Check-devm_delayed_work_autocanc.patch
|
||||
patches.suse/power-supply-rt9467-Return-error-on-failure-in-rt946.patch
|
||||
@@ -35617,15 +35526,12 @@
|
||||
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
|
||||
patches.suse/PCI-rcar-gen2-Drop-ARM-dependency-from-PCI_RCAR_GEN2.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/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/soc-qcom-ocmem-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/scsi-lpfc-Update-various-NPIV-diagnostic-log-messagi.patch
|
||||
patches.suse/scsi-lpfc-Revise-discovery-related-function-headers-.patch
|
||||
@@ -35637,18 +35543,13 @@
|
||||
patches.suse/scsi-lpfc-Allow-support-for-BB-credit-recovery-in-po.patch
|
||||
patches.suse/scsi-lpfc-Add-capability-to-register-Platform-Name-I.patch
|
||||
patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.12.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/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
|
||||
@@ -35658,122 +35559,40 @@
|
||||
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/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-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-qcom-camcc-sm6350-Specify-Titan-GDSC-power-domai.patch
|
||||
patches.suse/clk-qcom-camcc-sm6350-Fix-PLL-config-of-PLL2.patch
|
||||
patches.suse/i3c-fix-refcount-inconsistency-in-i3c_master_registe.patch
|
||||
patches.suse/i3c-master-svc-Prevent-incomplete-IBI-transaction.patch
|
||||
patches.suse/phy-broadcom-bcm63xx-usbh-fix-section-mismatches.patch
|
||||
patches.suse/phy-renesas-rcar-gen3-usb2-Fix-an-error-handling-pat.patch
|
||||
patches.suse/pinctrl-stm32-fix-hwspinlock-resource-leak-in-probe-.patch
|
||||
patches.suse/pinctrl-single-Fix-incorrect-type-for-error-return-v.patch
|
||||
patches.suse/hwmon-w83791d-Convert-macros-to-functions-to-avoid-T.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/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-ak4458-Disable-regulator-when-error-happens.patch
|
||||
patches.suse/ASoC-ak5558-Disable-regulator-when-error-happens.patch
|
||||
patches.suse/ASoC-codecs-wcd938x-fix-OF-node-leaks-on-probe-failu.patch
|
||||
patches.suse/rtc-gamecube-Check-the-return-value-of-ioremap.patch
|
||||
patches.suse/drm-amd-display-Use-GFP_ATOMIC-in-dc_create_plane_st.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-mgag200-Fix-big-endian-support.patch
|
||||
patches.suse/irqchip-mchp-eic-Fix-error-code-in-mchp_eic_domain_a.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-panel-sony-td4353-jdi-Enable-prepare_prev_first.patch
|
||||
patches.suse/mmc-sdhci-esdhc-imx-add-alternate-ARCH_S32-dependenc.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/spi-fsl-cpm-Check-length-parity-before-switching-to-.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-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/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/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-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/smc91x-fix-broken-irq-context-in-PREEMPT_RT.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/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/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
|
||||
|
||||
# powerpc/linux next
|
||||
patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch
|
||||
@@ -35908,7 +35727,6 @@
|
||||
|
||||
# ext[2-4]
|
||||
patches.suse/ext4-unsupported-features.patch
|
||||
patches.suse/ext4-use-optimized-mballoc-scanning-regardless-of-in.patch
|
||||
|
||||
# XFS
|
||||
patches.suse/xfs-remove-experimental-tag-for-dax-support.patch
|
||||
@@ -36403,7 +36221,6 @@
|
||||
patches.kabi/kabi-hide-dst_entry-dev_rcu.patch
|
||||
patches.kabi/Bluetooth-HCI-Fix-tracking-of-advertisement-set-inst.patch
|
||||
patches.kabi/kabi-xfrm-delete-x-tunnel-as-we-delete-x.patch
|
||||
patches.kabi/bpf-Enforce-expected_attach_type-for-tailcall-compat.patch
|
||||
|
||||
########################################################
|
||||
# SLE15-SP3 OOT performance patches evaluated but left
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
2026-01-14 13:59:06 +0000
|
||||
GIT Revision: 3751d0d5ead33317a6cfc4a0fd17473bffd34b8e
|
||||
GIT Branch: SUSE-2024
|
||||
2026-01-14 00:31:35 +0000
|
||||
GIT Revision: dc06f85a301e5cfbd92b7b9e90d41eafd5ba77ef
|
||||
GIT Branch: SLE15-SP6-LTSS
|
||||
|
||||
110
supported.conf
110
supported.conf
@@ -41,7 +41,7 @@
|
||||
+ocfs2-kmp fs/ocfs2/ocfs2_stack_o2cb # fate#319339
|
||||
+ocfs2-kmp fs/ocfs2/ocfs2_stack_user # fate#319339
|
||||
+ocfs2-kmp fs/ocfs2/ocfs2_stackglue # fate#319339
|
||||
-!reiserfs-kmp fs/reiserfs/reiserfs # ReiserFS journaled filesystem
|
||||
+reiserfs-kmp fs/reiserfs/reiserfs # ReiserFS journaled filesystem
|
||||
arch/arm/common/bL_switcher_dummy_if
|
||||
arch/arm/crypto/blake2b-neon # armv7hl
|
||||
arch/arm/crypto/blake2s-arm # armv7hl
|
||||
@@ -344,11 +344,71 @@
|
||||
- drivers/ata/ahci_sunxi
|
||||
drivers/ata/ahci_tegra
|
||||
drivers/ata/ahci_xgene
|
||||
drivers/ata/ata_generic
|
||||
+base drivers/ata/ata_piix # SCSI low-level driver for Intel PIIX/ICH ATA controllers fate#303913
|
||||
+base drivers/ata/libahci
|
||||
drivers/ata/libahci_platform
|
||||
+base drivers/ata/libata # Library module for ATA devices
|
||||
drivers/ata/pata_acpi
|
||||
drivers/ata/pata_ali
|
||||
drivers/ata/pata_amd # IBM pSeries JS20, AMD8111 board types
|
||||
- drivers/ata/pata_arasan_cf # armv7hl
|
||||
drivers/ata/pata_artop
|
||||
drivers/ata/pata_atiixp
|
||||
drivers/ata/pata_atp867x
|
||||
drivers/ata/pata_cmd640
|
||||
drivers/ata/pata_cmd64x
|
||||
drivers/ata/pata_cypress
|
||||
drivers/ata/pata_efar
|
||||
drivers/ata/pata_hpt366
|
||||
drivers/ata/pata_hpt37x
|
||||
drivers/ata/pata_hpt3x2n
|
||||
drivers/ata/pata_hpt3x3
|
||||
-!optional drivers/ata/pata_imx
|
||||
drivers/ata/pata_it8213
|
||||
drivers/ata/pata_it821x
|
||||
drivers/ata/pata_jmicron
|
||||
drivers/ata/pata_marvell
|
||||
drivers/ata/pata_mpiix
|
||||
drivers/ata/pata_netcell
|
||||
drivers/ata/pata_ninja32
|
||||
drivers/ata/pata_ns87410
|
||||
drivers/ata/pata_ns87415
|
||||
-!optional drivers/ata/pata_of_platform # SP6-NEED-REVIEW
|
||||
drivers/ata/pata_oldpiix
|
||||
drivers/ata/pata_opti
|
||||
drivers/ata/pata_optidma
|
||||
- drivers/ata/pata_parport/aten # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/bpck # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/bpck6 # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/comm # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/dstr # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/epat # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/epia # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/fit2 # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/fit3 # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/friq # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/frpw # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/kbic # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/ktti # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/on20 # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/on26 # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_parport/pata_parport # SP6-NEED-REVIEW
|
||||
- drivers/ata/pata_pcmcia # SP6-NEED-REVIEW
|
||||
drivers/ata/pata_pdc2027x # IBM pSeries IDE hotplug
|
||||
drivers/ata/pata_pdc202xx_old
|
||||
- drivers/ata/pata_piccolo
|
||||
-!optional drivers/ata/pata_platform
|
||||
drivers/ata/pata_radisys
|
||||
drivers/ata/pata_rdc
|
||||
drivers/ata/pata_rz1000
|
||||
drivers/ata/pata_sch
|
||||
drivers/ata/pata_serverworks
|
||||
drivers/ata/pata_sil680
|
||||
drivers/ata/pata_sis
|
||||
drivers/ata/pata_sl82c105 # IBM pSeries POWER4 CD drive
|
||||
drivers/ata/pata_triflex
|
||||
drivers/ata/pata_via
|
||||
drivers/ata/pdc_adma # Pacific Digital Corporation ADMA
|
||||
- drivers/ata/sata_dwc_460ex
|
||||
- drivers/ata/sata_highbank # armv7hl
|
||||
@@ -1295,7 +1355,7 @@
|
||||
-!optional drivers/hwmon/smm665
|
||||
drivers/hwmon/smsc47b397
|
||||
drivers/hwmon/w83627ehf
|
||||
drivers/hwmon/xgene-hwmon # bsc#1223265 jsc#PED-8570 jsc#PED-8649
|
||||
drivers/hwmon/xgene-hwmon # bsc#1223265 jsc#PED-8570
|
||||
- drivers/hwmon/*
|
||||
drivers/hwspinlock/omap_hwspinlock # jsc#PED-1379
|
||||
drivers/hwspinlock/qcom_hwspinlock
|
||||
@@ -1874,6 +1934,7 @@
|
||||
drivers/infiniband/core/rdma_cm
|
||||
drivers/infiniband/core/rdma_ucm
|
||||
drivers/infiniband/hw/bnxt_re/bnxt_re
|
||||
drivers/infiniband/hw/cxgb3/iw_cxgb3
|
||||
drivers/infiniband/hw/cxgb4/iw_cxgb4
|
||||
drivers/infiniband/hw/efa/efa
|
||||
drivers/infiniband/hw/erdma/erdma # SP6-NEED-REVIEW
|
||||
@@ -3007,7 +3068,7 @@
|
||||
drivers/net/ethernet/broadcom/cnic # fate#307399
|
||||
drivers/net/ethernet/broadcom/genet/genet
|
||||
drivers/net/ethernet/broadcom/tg3 # Broadcom Tigon3 ethernet driver
|
||||
- drivers/net/ethernet/brocade/bna/bna # Brocade 10Gb Ethernet Driver
|
||||
drivers/net/ethernet/brocade/bna/bna # Brocade 10Gb Ethernet Driver
|
||||
drivers/net/ethernet/cadence/macb
|
||||
- drivers/net/ethernet/cadence/macb_pci
|
||||
drivers/net/ethernet/calxeda/xgmac # armv7hl
|
||||
@@ -3019,7 +3080,7 @@
|
||||
drivers/net/ethernet/cavium/thunder/thunder_bgx
|
||||
drivers/net/ethernet/cavium/thunder/thunder_xcv
|
||||
- drivers/net/ethernet/chelsio/cxgb/cxgb # Chelsio 10Gb Ethernet Driver
|
||||
- drivers/net/ethernet/chelsio/cxgb3/cxgb3
|
||||
drivers/net/ethernet/chelsio/cxgb3/cxgb3
|
||||
drivers/net/ethernet/chelsio/cxgb4/cxgb4
|
||||
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf
|
||||
drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ch_ipsec
|
||||
@@ -3126,7 +3187,7 @@
|
||||
-!optional drivers/net/ethernet/microchip/enc28j60
|
||||
-!optional drivers/net/ethernet/microchip/encx24j600
|
||||
-!optional drivers/net/ethernet/microchip/encx24j600-regmap
|
||||
drivers/net/ethernet/microchip/lan743x
|
||||
- drivers/net/ethernet/microchip/lan743x
|
||||
-!optional drivers/net/ethernet/microchip/lan966x/lan966x-switch # SP6-NEED-REVIEW
|
||||
- drivers/net/ethernet/microchip/sparx5/sparx5-switch
|
||||
drivers/net/ethernet/microsoft/mana/mana
|
||||
@@ -4348,32 +4409,40 @@
|
||||
drivers/scsi/3w-9xxx # 3ware 9000 Storage Controller Linux Driver
|
||||
drivers/scsi/3w-sas # 3ware 9750 Storage Controller Linux Driver
|
||||
drivers/scsi/3w-xxxx # 3ware Storage Controller Linux Driver
|
||||
+base drivers/scsi/BusLogic
|
||||
- drivers/scsi/a100u2w # Initio INI-A100U2W
|
||||
drivers/scsi/aacraid/aacraid # Dell PERC2, 2/Si, 3/Si, 3/Di, Adaptec Advanced Raid Products, and HP NetRAID-4M SCSI driver
|
||||
-!optional drivers/scsi/advansys
|
||||
drivers/scsi/aic7xxx/aic79xx # Adaptec Aic790X U320 SCSI Host Bus Adapter driver
|
||||
drivers/scsi/aic7xxx/aic7xxx # Adaptec Aic77XX/78XX SCSI Host Bus Adapter driver
|
||||
drivers/scsi/aic94xx/aic94xx
|
||||
+base drivers/scsi/am53c974 # SCSI host adapter driver for Tekram DC390 and other AMD53C974A based PCI SCSI adapters
|
||||
drivers/scsi/arcmsr/arcmsr # Areca RAID HBA fate#303913
|
||||
drivers/scsi/atp870u
|
||||
drivers/scsi/be2iscsi/be2iscsi # bsc#555793
|
||||
drivers/scsi/bfa/bfa # fate#307397 bsc#555793
|
||||
drivers/scsi/bnx2fc/bnx2fc
|
||||
drivers/scsi/bnx2i/bnx2i # fate#307399 bsc#555793
|
||||
drivers/scsi/ch # device driver for scsi media changer devices bsc#427267
|
||||
drivers/scsi/csiostor/csiostor # Chelsio FCoE offload driver
|
||||
- drivers/scsi/cxgbi/cxgb3i/cxgb3i # Chelsio T3 iSCSI initiator driver
|
||||
drivers/scsi/cxgbi/cxgb3i/cxgb3i # Chelsio T3 iSCSI initiator driver
|
||||
drivers/scsi/cxgbi/cxgb4i/cxgb4i # Chelsio T4 iSCSI initiator driver
|
||||
drivers/scsi/cxgbi/libcxgbi
|
||||
+external drivers/scsi/cxlflash/cxlflash # IBM CAPI flash driver fate#318001
|
||||
drivers/scsi/dc395x # SCSI host adapter driver for Tekram TRM-S1040 based adapters: Tekram DC395 and DC315 series
|
||||
drivers/scsi/device_handler/scsi_dh_alua
|
||||
drivers/scsi/device_handler/scsi_dh_emc
|
||||
drivers/scsi/device_handler/scsi_dh_hp_sw
|
||||
drivers/scsi/device_handler/scsi_dh_rdac
|
||||
drivers/scsi/dmx3191d
|
||||
drivers/scsi/dpt_i2o # bsc#427267 fate#303913
|
||||
drivers/scsi/elx/efct
|
||||
drivers/scsi/esas2r/esas2r
|
||||
drivers/scsi/esp_scsi
|
||||
drivers/scsi/fcoe/fcoe # Open-FCoE software driver fate#303913
|
||||
drivers/scsi/fcoe/libfcoe
|
||||
drivers/scsi/fdomain # Future domain SCSI driver
|
||||
- drivers/scsi/fdomain_pci
|
||||
drivers/scsi/fnic/fnic # bsc#555793
|
||||
drivers/scsi/gdth
|
||||
drivers/scsi/hisi_sas/hisi_sas_main
|
||||
@@ -4381,11 +4450,15 @@
|
||||
drivers/scsi/hisi_sas/hisi_sas_v2_hw
|
||||
drivers/scsi/hisi_sas/hisi_sas_v3_hw
|
||||
drivers/scsi/hpsa # HP Smart Array bsc#555855 fate#307153
|
||||
drivers/scsi/hptiop # fate#303913
|
||||
+external +base drivers/scsi/hv_storvsc
|
||||
+external drivers/scsi/ibmvscsi/ibmvfc # IBM pSeries virtual fibrechannel bsc#417555 fate#304178
|
||||
+external drivers/scsi/ibmvscsi/ibmvscsi # IBM pSeries vscsi client
|
||||
+external drivers/scsi/ibmvscsi_tgt/ibmvscsis # IBM pSeries vscsi server
|
||||
drivers/scsi/imm
|
||||
- drivers/scsi/initio # INITIO 9100
|
||||
+external drivers/scsi/ipr # IBM pSeries storage driver
|
||||
drivers/scsi/ips
|
||||
+external drivers/scsi/isci/isci
|
||||
drivers/scsi/iscsi_boot_sysfs
|
||||
drivers/scsi/iscsi_tcp # open-iscsi client
|
||||
@@ -4394,15 +4467,23 @@
|
||||
drivers/scsi/libiscsi_tcp
|
||||
drivers/scsi/libsas/libsas # Library module for SAS devices fate#303913
|
||||
drivers/scsi/lpfc/lpfc
|
||||
drivers/scsi/megaraid # LSI Logic MegaRAID driver
|
||||
drivers/scsi/megaraid/megaraid_mbox # LSI Logic MegaRAID Mailbox Driver
|
||||
drivers/scsi/megaraid/megaraid_mm
|
||||
drivers/scsi/megaraid/megaraid_sas
|
||||
drivers/scsi/mpi3mr/mpi3mr # Broadcom MPI3 Storage Controller (jsc#SLE-18121)
|
||||
drivers/scsi/mpt3sas/mpt3sas
|
||||
drivers/scsi/mvsas/mvsas
|
||||
- drivers/scsi/mvumi
|
||||
- drivers/scsi/myrb
|
||||
- drivers/scsi/myrs
|
||||
-!optional drivers/scsi/pcmcia/sym53c500_cs # SP6-NEED-REVIEW
|
||||
drivers/scsi/pm8001/pm80xx
|
||||
drivers/scsi/pmcraid
|
||||
drivers/scsi/ppa
|
||||
drivers/scsi/qedf/qedf # Cavium/QLogic QEDI FCoE HBA (FATE#321745)
|
||||
drivers/scsi/qedi/qedi # Cavium/QLogic QEDI iSCSI HBA (FATE#321744)
|
||||
drivers/scsi/qla1280 # Qlogic ISP SCSI (qla1x80/qla1x160) driver
|
||||
drivers/scsi/qla2xxx/qla2xxx # QLogic Fibre Channel HBA Driver fate#307400
|
||||
drivers/scsi/qla2xxx/tcm_qla2xxx
|
||||
drivers/scsi/qla4xxx/qla4xxx
|
||||
@@ -4423,6 +4504,7 @@
|
||||
drivers/scsi/snic/snic # Cisco SNIC
|
||||
+base drivers/scsi/sr_mod
|
||||
+base drivers/scsi/st # SCSI Tape Driver
|
||||
drivers/scsi/stex # SCSI Tape Driver fate#303913
|
||||
+base drivers/scsi/sym53c8xx_2/sym53c8xx
|
||||
drivers/scsi/ufs/core/ufshcd-core
|
||||
- drivers/scsi/ufs/host/cdns-pltfrm
|
||||
@@ -4435,6 +4517,7 @@
|
||||
drivers/scsi/ufs/ti-j721e-ufs # jsc#PED-1379
|
||||
+base drivers/scsi/virtio_scsi
|
||||
+base drivers/scsi/vmw_pvscsi # fate#315587 VMware Paravirtualized SCSI
|
||||
- drivers/scsi/wd719x
|
||||
drivers/scsi/xen-scsifront
|
||||
- drivers/slimbus/slim-qcom-ctrl
|
||||
- drivers/slimbus/slim-qcom-ngd-ctrl
|
||||
@@ -4658,7 +4741,7 @@
|
||||
-!optional drivers/staging/nvec/nvec_power
|
||||
-!optional drivers/staging/nvec/nvec_ps2
|
||||
- drivers/staging/pi433/pi433
|
||||
- drivers/staging/qlge/qlge
|
||||
drivers/staging/qlge/qlge
|
||||
- drivers/staging/rtl8188eu/r8188eu
|
||||
-!optional drivers/staging/rtl8192e/rtl8192e/r8192e_pci
|
||||
-!optional drivers/staging/rtl8192e/rtllib
|
||||
@@ -5500,7 +5583,7 @@
|
||||
-!optional fs/qnx4/qnx4
|
||||
-!optional fs/qnx6/qnx6
|
||||
fs/quota/quota_tree
|
||||
- fs/quota/quota_v1
|
||||
fs/quota/quota_v1
|
||||
fs/quota/quota_v2
|
||||
-!optional fs/romfs/romfs
|
||||
fs/smb/client/cifs # VFS to access servers complying with the SNIA CIFS Specification e.g. Samba and Windows
|
||||
@@ -6473,19 +6556,12 @@
|
||||
sound/soc/samsung/snd-soc-smdk-wm8994
|
||||
sound/soc/samsung/snd-soc-smdk-wm8994pcm
|
||||
sound/soc/samsung/snd-soc-snow
|
||||
- sound/soc/sh/rcar/snd-soc-rcar
|
||||
- sound/soc/sh/snd-soc-fsi
|
||||
- sound/soc/sh/snd-soc-rz-ssi
|
||||
sound/soc/snd-soc-acpi
|
||||
sound/soc/snd-soc-core
|
||||
sound/soc/sof/amd/snd-sof-amd-acp
|
||||
sound/soc/sof/amd/snd-sof-amd-rembrandt
|
||||
sound/soc/sof/amd/snd-sof-amd-renoir
|
||||
sound/soc/sof/amd/snd-sof-amd-vangogh
|
||||
- sound/soc/sof/imx/imx-common
|
||||
- sound/soc/sof/imx/snd-sof-imx8
|
||||
- sound/soc/sof/imx/snd-sof-imx8m
|
||||
- sound/soc/sof/imx/snd-sof-imx8ulp
|
||||
sound/soc/sof/intel/snd-sof-acpi-intel-bdw
|
||||
sound/soc/sof/intel/snd-sof-acpi-intel-byt
|
||||
sound/soc/sof/intel/snd-sof-intel-atom
|
||||
@@ -6500,12 +6576,8 @@
|
||||
sound/soc/sof/intel/snd-sof-pci-intel-skl
|
||||
sound/soc/sof/intel/snd-sof-pci-intel-tgl
|
||||
sound/soc/sof/intel/snd-sof-pci-intel-tng
|
||||
- sound/soc/sof/mediatek/mt8186/snd-sof-mt8186
|
||||
- sound/soc/sof/mediatek/mt8195/snd-sof-mt8195
|
||||
- sound/soc/sof/mediatek/mtk-adsp-common
|
||||
sound/soc/sof/snd-sof
|
||||
sound/soc/sof/snd-sof-acpi
|
||||
- sound/soc/sof/snd-sof-of
|
||||
sound/soc/sof/snd-sof-pci
|
||||
sound/soc/sof/snd-sof-probes
|
||||
sound/soc/sof/snd-sof-utils
|
||||
|
||||
BIN
sysctl.tar.bz2
LFS
BIN
sysctl.tar.bz2
LFS
Binary file not shown.
Reference in New Issue
Block a user