11 Commits

Author SHA256 Message Date
cd0c6c6a88 GIT Revision: 8229ad02429ff45be07312a5fd9c8265aab71651
GIT Branch: SL-16.1
2026-02-12 14:14:21 +0000
2026-02-12 19:35:42 +01:00
590ecddb58 GIT Revision: e9728ef2fa936a6c577e91fbb6a48c94007a58ab
GIT Branch: SL-16.1
2026-02-10 00:02:00 +0000
2026-02-10 16:51:41 +01:00
cb205a8c1b GIT Revision: 6374d8dddc94e161feec97e5cac565aea7a348c7
GIT Branch: SL-16.1
2026-02-05 09:47:28 +0000
2026-02-06 07:39:16 +01:00
4138210124 GIT Revision: bbfe60d1a73b9b21011a9e0f2d971665a21a7194
2026-01-29 13:17:58 +0000
2026-01-29 21:03:25 +01:00
45c4d39229 GIT Revision: 434256361ccdabed4eee6a5c69f65bc1787bab5b
2026-01-22 00:02:31 +0000
2026-01-22 17:46:20 +01:00
1fa7997076 GIT Revision: d745f52ae5a54901ce89da3cdc0ec327f66992f4
GIT Branch: SL-16.1
2026-01-14 09:25:33 +0000
2026-01-15 19:01:43 +01:00
f6ff942d77 GIT Revision: f0eb18e537bbf815824a55e6f0ab64b40fa3e1d4
GIT Branch: SL-16.1
2026-01-08 06:28:50 +0000
2026-01-08 14:39:22 +01:00
ae0b1c29d4 GIT Revision: cd450b4544355d6ffe04ab5d357c30502883668b
GIT Branch: SL-16.1
2025-12-18 00:00:14 +0000
2025-12-18 15:52:46 +01:00
f9fd10d7d8 GIT Revision: b95c6108b383e56a451bf2ddd77c3e65b081a773
2025-12-11 00:16:12 +0000
2025-12-11 15:05:11 +01:00
93dd2419eb GIT Revision: 03505407f66a0c17e6ca4acf5547686fe10f308f
2025-11-27 08:54:46 +0000
2025-11-27 19:37:08 +01:00
74624fea47 GIT Revision: 0ed1f6cf31296d6ffcd18424abf8470bd50b8416
GIT Branch: SL-16.1
2025-11-20 09:19:04 +0000
2025-11-20 16:37:48 +01:00
50 changed files with 498598 additions and 338 deletions

View File

@@ -216,11 +216,13 @@ Relevant bits have the following meaning:
| 12 | ␣/O | 4096 | externally-built ("out-of-tree") module was loaded | | 12 | ␣/O | 4096 | externally-built ("out-of-tree") module was loaded |
| 13 | ␣/E | 8192 | unsigned module was loaded | | 13 | ␣/E | 8192 | unsigned module was loaded |
| 16 | ␣/X | 65536 | module with third-party support was loaded | | 16 | ␣/X | 65536 | module with third-party support was loaded |
| 31 | ␣/N | 2147483648 | unsupported module was loaded | | 31 | ␣/n | 2147483648 | unsupported module was loaded |
Bits 16 and 31 are specific to the SUSE kernels. Since SLE15-SP6, loading an Bits 16 and 31 are specific to the SUSE kernels. Starting with SLE15-SP6,
externally supported module does not taint the kernel, but bit 16 (X) is still loading an externally supported module does not taint the kernel, but bit 16 (X)
tracked per module and can be read in `/sys/module/$MODULE/taint`. is still tracked per module and can be read in `/sys/module/$MODULE/taint`.
Additionally, since SLE15-SP6, an unsupported module is indicated by the 'n'
character, whereas it was previously represented by 'N'.
Out-of-tree modules do not have the supported flag set by default; that Out-of-tree modules do not have the supported flag set by default; that
is, they are marked as unsupported. For building externally supported is, they are marked as unsupported. For building externally supported

View File

@@ -4,6 +4,8 @@
<conditions> <conditions>
<package>kernel-64kb</package> <package>kernel-64kb</package>
<package>kernel-source: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-default</package>
<package>kernel-source:kernel-default</package> <package>kernel-source:kernel-default</package>
<package>kernel-kvmsmall</package> <package>kernel-kvmsmall</package>
@@ -69,6 +71,8 @@
<arch>armv6l</arch> <arch>armv6l</arch>
<package>kernel-64kb</package> <package>kernel-64kb</package>
<package>kernel-source: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-default</package>
<package>kernel-source:kernel-default</package> <package>kernel-source:kernel-default</package>
<package>kernel-kvmsmall</package> <package>kernel-kvmsmall</package>
@@ -91,6 +95,8 @@
<arch>s390x</arch> <arch>s390x</arch>
<package>kernel-64kb</package> <package>kernel-64kb</package>
<package>kernel-source: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-default</package>
<package>kernel-source:kernel-default</package> <package>kernel-source:kernel-default</package>
<package>kernel-kvmsmall</package> <package>kernel-kvmsmall</package>
@@ -118,6 +124,8 @@
<arch>riscv64</arch> <arch>riscv64</arch>
<package>kernel-64kb</package> <package>kernel-64kb</package>
<package>kernel-source: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-default</package>
<package>kernel-source:kernel-default</package> <package>kernel-source:kernel-default</package>
<package>kernel-kvmsmall</package> <package>kernel-kvmsmall</package>
@@ -140,6 +148,8 @@
<arch>ppc64le</arch> <arch>ppc64le</arch>
<package>kernel-64kb</package> <package>kernel-64kb</package>
<package>kernel-source: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-default</package>
<package>kernel-source:kernel-default</package> <package>kernel-source:kernel-default</package>
<package>kernel-kvmsmall</package> <package>kernel-kvmsmall</package>
@@ -162,6 +172,8 @@
<arch>armv7l</arch> <arch>armv7l</arch>
<package>kernel-64kb</package> <package>kernel-64kb</package>
<package>kernel-source: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-default</package>
<package>kernel-source:kernel-default</package> <package>kernel-source:kernel-default</package>
<package>kernel-kvmsmall</package> <package>kernel-kvmsmall</package>
@@ -207,6 +219,8 @@
<arch>x86_64</arch> <arch>x86_64</arch>
<package>kernel-64kb</package> <package>kernel-64kb</package>
<package>kernel-source: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-default</package>
<package>kernel-source:kernel-default</package> <package>kernel-source:kernel-default</package>
<package>kernel-kvmsmall</package> <package>kernel-kvmsmall</package>
@@ -229,6 +243,8 @@
<arch>riscv64</arch> <arch>riscv64</arch>
<package>kernel-64kb</package> <package>kernel-64kb</package>
<package>kernel-source: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-default</package>
<package>kernel-source:kernel-default</package> <package>kernel-source:kernel-default</package>
<package>kernel-kvmsmall</package> <package>kernel-kvmsmall</package>

View File

@@ -1,6 +1,7 @@
<multibuild> <multibuild>
<package>dtb-aarch64</package> <package>dtb-aarch64</package>
<package>kernel-64kb</package> <package>kernel-64kb</package>
<package>kernel-azure</package>
<package>kernel-default</package> <package>kernel-default</package>
<package>kernel-docs</package> <package>kernel-docs</package>
<package>kernel-kvmsmall</package> <package>kernel-kvmsmall</package>

View File

@@ -40,6 +40,7 @@ declare -a IGNORED_CONFIGS_RE=(
'PAHOLE_VERSION' 'PAHOLE_VERSION'
'RISCV_ISA_[A-Z_]*' 'RISCV_ISA_[A-Z_]*'
'RUSTC_SUPPORTS_[A-Z0-9_]*' 'RUSTC_SUPPORTS_[A-Z0-9_]*'
'SCHED_PROXY_EXEC'
'TOOLCHAIN_HAS_[A-Z_]*' 'TOOLCHAIN_HAS_[A-Z_]*'
'TOOLCHAIN_NEEDS_[A-Z_]*' 'TOOLCHAIN_NEEDS_[A-Z_]*'
'TOOLS_SUPPORT_[A-Z_]*' 'TOOLS_SUPPORT_[A-Z_]*'

Binary file not shown.

View File

@@ -8,6 +8,7 @@
# kernel-binary and kernel-source rely on this # kernel-binary and kernel-source rely on this
# #
+x86_64 x86_64/azure
+x86_64 x86_64/default +x86_64 x86_64/default
+x86_64 -syms x86_64/kvmsmall +x86_64 -syms x86_64/kvmsmall
+x86_64 x86_64/rt +x86_64 x86_64/rt
@@ -15,6 +16,7 @@
+ppc64le ppc64le/default +ppc64le ppc64le/default
+ppc64le -syms ppc64le/kvmsmall +ppc64le -syms ppc64le/kvmsmall
+arm64 arm64/azure
+arm64 arm64/default +arm64 arm64/default
+arm64 arm64/64kb +arm64 arm64/64kb
+arm64 -syms arm64/kvmsmall +arm64 -syms arm64/kvmsmall

View File

@@ -14,11 +14,11 @@ LIVEPATCH=livepatch
# Enable livepatching related packages on -rt variant # Enable livepatching related packages on -rt variant
LIVEPATCH_RT=1 LIVEPATCH_RT=1
# buildservice projects to build the kernel against # buildservice projects to build the kernel against
OBS_PROJECT=SUSE:SLFO:1.2 OBS_PROJECT=SUSE:SLFO:Main
IBS_PROJECT=SUSE:SLFO:1.2 IBS_PROJECT=SUSE:SLFO:Main
# Bugzilla info # Bugzilla info
BUGZILLA_SERVER="apibugzilla.suse.com" BUGZILLA_SERVER="apibugzilla.suse.com"
BUGZILLA_PRODUCT="SUSE Linux Enterprise Server 16.0" BUGZILLA_PRODUCT="SUSE Linux Enterprise Server 16.1"
BUGZILLA_COMPONENT="Kernel" BUGZILLA_COMPONENT="Kernel"
SPLIT_OPTIONAL=Yes SPLIT_OPTIONAL=Yes
SUPPORTED_MODULES_CHECK=Yes SUPPORTED_MODULES_CHECK=Yes

BIN
config.tar.bz2 LFS

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package dtb-aarch64 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
Name: dtb-aarch64 Name: dtb-aarch64
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif

BIN
kabi.tar.bz2 LFS

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-64kb # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define srcversion 6.12 %define srcversion 6.12
%define patchversion 6.12.0 %define patchversion 6.12.0
%define git_commit 724dacd27ee67991898e785076ef11560b0b2d26 %define git_commit 8229ad02429ff45be07312a5fd9c8265aab71651
%define variant %{nil} %define variant %{nil}
%define compress_modules zstd %define compress_modules zstd
%define compress_vmlinux xz %define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-64kb Name: kernel-64kb
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif
@@ -79,6 +79,11 @@ BuildRequires: dwarves >= 1.22
BuildRequires: %gcc_package BuildRequires: %gcc_package
# for objtool # for objtool
BuildRequires: libelf-devel BuildRequires: libelf-devel
# part of elfutils not shipped on SLE 12
%if 0%{?suse_version} >= 1500
# for gendwarfksyms
BuildRequires: libdw-devel
%endif
# required for 50-check-kernel-build-id rpm check # required for 50-check-kernel-build-id rpm check
BuildRequires: elfutils BuildRequires: elfutils
%ifarch %arm %ifarch %arm
@@ -1282,14 +1287,7 @@ echo "Kernel debuginfo type: ${DEBUG_INFO_TYPE}"
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \ --set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \ --enable CONFIG_SUSE_KERNEL \
$CONFIG_SUSE_KERNEL_RELEASED \ $CONFIG_SUSE_KERNEL_RELEASED \
$CONFIG_SUSE_HAVE_STABLE_KABI \ $CONFIG_SUSE_HAVE_STABLE_KABI
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_"${DEBUG_INFO_TYPE}" \
--enable CONFIG_DEBUG_INFO_NONE
%endif
if [ %CONFIG_MODULE_SIG = "y" ]; then if [ %CONFIG_MODULE_SIG = "y" ]; then
if [ -n "%certs" ] ; then if [ -n "%certs" ] ; then
@@ -1418,9 +1416,11 @@ fi
%install %install
%if 0%{?__debug_package:1}
# get rid of /usr/lib/rpm/brp-strip-debug # get rid of /usr/lib/rpm/brp-strip-debug
# strip removes too much from the vmlinux ELF binary
export NO_BRP_STRIP_DEBUG=true export NO_BRP_STRIP_DEBUG=true
%endif
# strip removes too much from the vmlinux ELF binary
export STRIP_KEEP_SYMTAB='*/vmlinux*' export STRIP_KEEP_SYMTAB='*/vmlinux*'
# %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source # %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source

195841
kernel-azure.changes Normal file

File diff suppressed because it is too large Load Diff

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

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-default # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define srcversion 6.12 %define srcversion 6.12
%define patchversion 6.12.0 %define patchversion 6.12.0
%define git_commit 724dacd27ee67991898e785076ef11560b0b2d26 %define git_commit 8229ad02429ff45be07312a5fd9c8265aab71651
%define variant %{nil} %define variant %{nil}
%define compress_modules zstd %define compress_modules zstd
%define compress_vmlinux xz %define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-default Name: kernel-default
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif
@@ -79,6 +79,11 @@ BuildRequires: dwarves >= 1.22
BuildRequires: %gcc_package BuildRequires: %gcc_package
# for objtool # for objtool
BuildRequires: libelf-devel BuildRequires: libelf-devel
# part of elfutils not shipped on SLE 12
%if 0%{?suse_version} >= 1500
# for gendwarfksyms
BuildRequires: libdw-devel
%endif
# required for 50-check-kernel-build-id rpm check # required for 50-check-kernel-build-id rpm check
BuildRequires: elfutils BuildRequires: elfutils
%ifarch %arm %ifarch %arm
@@ -1366,14 +1371,7 @@ echo "Kernel debuginfo type: ${DEBUG_INFO_TYPE}"
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \ --set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \ --enable CONFIG_SUSE_KERNEL \
$CONFIG_SUSE_KERNEL_RELEASED \ $CONFIG_SUSE_KERNEL_RELEASED \
$CONFIG_SUSE_HAVE_STABLE_KABI \ $CONFIG_SUSE_HAVE_STABLE_KABI
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_"${DEBUG_INFO_TYPE}" \
--enable CONFIG_DEBUG_INFO_NONE
%endif
if [ %CONFIG_MODULE_SIG = "y" ]; then if [ %CONFIG_MODULE_SIG = "y" ]; then
if [ -n "%certs" ] ; then if [ -n "%certs" ] ; then
@@ -1502,9 +1500,11 @@ fi
%install %install
%if 0%{?__debug_package:1}
# get rid of /usr/lib/rpm/brp-strip-debug # get rid of /usr/lib/rpm/brp-strip-debug
# strip removes too much from the vmlinux ELF binary
export NO_BRP_STRIP_DEBUG=true export NO_BRP_STRIP_DEBUG=true
%endif
# strip removes too much from the vmlinux ELF binary
export STRIP_KEEP_SYMTAB='*/vmlinux*' export STRIP_KEEP_SYMTAB='*/vmlinux*'
# %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source # %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-docs # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define srcversion 6.12 %define srcversion 6.12
%define patchversion 6.12.0 %define patchversion 6.12.0
%define git_commit 724dacd27ee67991898e785076ef11560b0b2d26 %define git_commit 8229ad02429ff45be07312a5fd9c8265aab71651
%define variant %{nil} %define variant %{nil}
%define build_html 1 %define build_html 1
%define build_pdf 0 %define build_pdf 0
@@ -30,7 +30,7 @@
Name: kernel-docs Name: kernel-docs
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-kvmsmall # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define srcversion 6.12 %define srcversion 6.12
%define patchversion 6.12.0 %define patchversion 6.12.0
%define git_commit 724dacd27ee67991898e785076ef11560b0b2d26 %define git_commit 8229ad02429ff45be07312a5fd9c8265aab71651
%define variant %{nil} %define variant %{nil}
%define compress_modules zstd %define compress_modules zstd
%define compress_vmlinux xz %define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-kvmsmall Name: kernel-kvmsmall
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif
@@ -79,6 +79,11 @@ BuildRequires: dwarves >= 1.22
BuildRequires: %gcc_package BuildRequires: %gcc_package
# for objtool # for objtool
BuildRequires: libelf-devel BuildRequires: libelf-devel
# part of elfutils not shipped on SLE 12
%if 0%{?suse_version} >= 1500
# for gendwarfksyms
BuildRequires: libdw-devel
%endif
# required for 50-check-kernel-build-id rpm check # required for 50-check-kernel-build-id rpm check
BuildRequires: elfutils BuildRequires: elfutils
%ifarch %arm %ifarch %arm
@@ -1298,14 +1303,7 @@ echo "Kernel debuginfo type: ${DEBUG_INFO_TYPE}"
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \ --set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \ --enable CONFIG_SUSE_KERNEL \
$CONFIG_SUSE_KERNEL_RELEASED \ $CONFIG_SUSE_KERNEL_RELEASED \
$CONFIG_SUSE_HAVE_STABLE_KABI \ $CONFIG_SUSE_HAVE_STABLE_KABI
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_"${DEBUG_INFO_TYPE}" \
--enable CONFIG_DEBUG_INFO_NONE
%endif
if [ %CONFIG_MODULE_SIG = "y" ]; then if [ %CONFIG_MODULE_SIG = "y" ]; then
if [ -n "%certs" ] ; then if [ -n "%certs" ] ; then
@@ -1434,9 +1432,11 @@ fi
%install %install
%if 0%{?__debug_package:1}
# get rid of /usr/lib/rpm/brp-strip-debug # get rid of /usr/lib/rpm/brp-strip-debug
# strip removes too much from the vmlinux ELF binary
export NO_BRP_STRIP_DEBUG=true export NO_BRP_STRIP_DEBUG=true
%endif
# strip removes too much from the vmlinux ELF binary
export STRIP_KEEP_SYMTAB='*/vmlinux*' export STRIP_KEEP_SYMTAB='*/vmlinux*'
# %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source # %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-obs-build # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@
%endif %endif
%endif %endif
%endif %endif
%global kernel_package kernel%kernel_flavor-srchash-724dacd27ee67991898e785076ef11560b0b2d26 %global kernel_package kernel%kernel_flavor-srchash-8229ad02429ff45be07312a5fd9c8265aab71651
%endif %endif
%if 0%{?rhel_version} %if 0%{?rhel_version}
%global kernel_package kernel %global kernel_package kernel
@@ -47,14 +47,14 @@
Name: kernel-obs-build Name: kernel-obs-build
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif
Summary: package kernel and initrd for OBS VM builds Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0-only License: GPL-2.0-only
Group: SLES Group: SLES
Provides: kernel-obs-build-srchash-724dacd27ee67991898e785076ef11560b0b2d26 Provides: kernel-obs-build-srchash-8229ad02429ff45be07312a5fd9c8265aab71651
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: device-mapper BuildRequires: device-mapper
BuildRequires: dracut BuildRequires: dracut
@@ -125,7 +125,7 @@ export KERNEL_MODULES="
xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat
nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg
algif_hash aegis128 xts bridge br_netfilter nf_nat nf_tables xt_conntrack iptable_nat iptable_filter algif_hash aegis128 xts bridge br_netfilter nf_nat nf_tables xt_conntrack iptable_nat iptable_filter
iso9660" iso9660 xt_addrtype"
# manually load all modules to make sure they're available # manually load all modules to make sure they're available
for i in $KERNEL_MODULES; do for i in $KERNEL_MODULES; do

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-obs-qa # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
Name: kernel-obs-qa Name: kernel-obs-qa
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif
@@ -36,7 +36,7 @@ BuildRequires: kernel-default
# kernel-obs-build must be also configured as VMinstall, but is required # kernel-obs-build must be also configured as VMinstall, but is required
# here as well to avoid that qa and build package build parallel # here as well to avoid that qa and build package build parallel
%if ! 0%{?qemu_user_space_build} %if ! 0%{?qemu_user_space_build}
BuildRequires: kernel-obs-build-srchash-724dacd27ee67991898e785076ef11560b0b2d26 BuildRequires: kernel-obs-build-srchash-8229ad02429ff45be07312a5fd9c8265aab71651
%endif %endif
BuildRequires: modutils BuildRequires: modutils
ExclusiveArch: aarch64 ppc64le s390x x86_64 ExclusiveArch: aarch64 ppc64le s390x x86_64

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-rt # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define srcversion 6.12 %define srcversion 6.12
%define patchversion 6.12.0 %define patchversion 6.12.0
%define git_commit 724dacd27ee67991898e785076ef11560b0b2d26 %define git_commit 8229ad02429ff45be07312a5fd9c8265aab71651
%define variant %{nil} %define variant %{nil}
%define compress_modules zstd %define compress_modules zstd
%define compress_vmlinux xz %define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-rt Name: kernel-rt
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif
@@ -79,6 +79,11 @@ BuildRequires: dwarves >= 1.22
BuildRequires: %gcc_package BuildRequires: %gcc_package
# for objtool # for objtool
BuildRequires: libelf-devel BuildRequires: libelf-devel
# part of elfutils not shipped on SLE 12
%if 0%{?suse_version} >= 1500
# for gendwarfksyms
BuildRequires: libdw-devel
%endif
# required for 50-check-kernel-build-id rpm check # required for 50-check-kernel-build-id rpm check
BuildRequires: elfutils BuildRequires: elfutils
%ifarch %arm %ifarch %arm
@@ -1302,14 +1307,7 @@ echo "Kernel debuginfo type: ${DEBUG_INFO_TYPE}"
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \ --set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \ --enable CONFIG_SUSE_KERNEL \
$CONFIG_SUSE_KERNEL_RELEASED \ $CONFIG_SUSE_KERNEL_RELEASED \
$CONFIG_SUSE_HAVE_STABLE_KABI \ $CONFIG_SUSE_HAVE_STABLE_KABI
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_"${DEBUG_INFO_TYPE}" \
--enable CONFIG_DEBUG_INFO_NONE
%endif
if [ %CONFIG_MODULE_SIG = "y" ]; then if [ %CONFIG_MODULE_SIG = "y" ]; then
if [ -n "%certs" ] ; then if [ -n "%certs" ] ; then
@@ -1438,9 +1436,11 @@ fi
%install %install
%if 0%{?__debug_package:1}
# get rid of /usr/lib/rpm/brp-strip-debug # get rid of /usr/lib/rpm/brp-strip-debug
# strip removes too much from the vmlinux ELF binary
export NO_BRP_STRIP_DEBUG=true export NO_BRP_STRIP_DEBUG=true
%endif
# strip removes too much from the vmlinux ELF binary
export STRIP_KEEP_SYMTAB='*/vmlinux*' export STRIP_KEEP_SYMTAB='*/vmlinux*'
# %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source # %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-source # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define srcversion 6.12 %define srcversion 6.12
%define patchversion 6.12.0 %define patchversion 6.12.0
%define git_commit 724dacd27ee67991898e785076ef11560b0b2d26 %define git_commit 8229ad02429ff45be07312a5fd9c8265aab71651
%define variant %{nil} %define variant %{nil}
%define gcc_package gcc13 %define gcc_package gcc13
%define gcc_compiler gcc-13 %define gcc_compiler gcc-13
@@ -30,7 +30,7 @@
Name: kernel-source Name: kernel-source
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif

View File

@@ -95,6 +95,8 @@ There is no reason to install this package.
# strip removes too much from the vmlinux ELF binary # strip removes too much from the vmlinux ELF binary
export NO_BRP_STRIP_DEBUG=true export NO_BRP_STRIP_DEBUG=true
export STRIP_KEEP_SYMTAB='*/vmlinux*' export STRIP_KEEP_SYMTAB='*/vmlinux*'
# Modules should be already signed, do not sign again (bsc#1251930)
export BRP_PESIGN_FILES=""
echo "%{?modules}" | tr ', ' '\n\n' > request-modules echo "%{?modules}" | tr ', ' '\n\n' > request-modules
%scriptdir/kernel-subpackage-build %kernel_package_name %rpm_kver-%rpm_krel %package_name-%version-%release %scriptdir/kernel-subpackage-build %kernel_package_name %rpm_kver-%rpm_krel %package_name-%version-%release

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-syms # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
# #
%define git_commit 724dacd27ee67991898e785076ef11560b0b2d26 %define git_commit 8229ad02429ff45be07312a5fd9c8265aab71651
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@@ -24,7 +24,7 @@
Name: kernel-syms Name: kernel-syms
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kernel-zfcpdump # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define srcversion 6.12 %define srcversion 6.12
%define patchversion 6.12.0 %define patchversion 6.12.0
%define git_commit 724dacd27ee67991898e785076ef11560b0b2d26 %define git_commit 8229ad02429ff45be07312a5fd9c8265aab71651
%define variant %{nil} %define variant %{nil}
%define compress_modules zstd %define compress_modules zstd
%define compress_vmlinux xz %define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-zfcpdump Name: kernel-zfcpdump
Version: 6.12.0 Version: 6.12.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g724dacd Release: <RELEASE>.g8229ad0
%else %else
Release: 0 Release: 0
%endif %endif
@@ -79,6 +79,11 @@ BuildRequires: dwarves >= 1.22
BuildRequires: %gcc_package BuildRequires: %gcc_package
# for objtool # for objtool
BuildRequires: libelf-devel BuildRequires: libelf-devel
# part of elfutils not shipped on SLE 12
%if 0%{?suse_version} >= 1500
# for gendwarfksyms
BuildRequires: libdw-devel
%endif
# required for 50-check-kernel-build-id rpm check # required for 50-check-kernel-build-id rpm check
BuildRequires: elfutils BuildRequires: elfutils
%ifarch %arm %ifarch %arm
@@ -1282,14 +1287,7 @@ echo "Kernel debuginfo type: ${DEBUG_INFO_TYPE}"
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \ --set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \ --enable CONFIG_SUSE_KERNEL \
$CONFIG_SUSE_KERNEL_RELEASED \ $CONFIG_SUSE_KERNEL_RELEASED \
$CONFIG_SUSE_HAVE_STABLE_KABI \ $CONFIG_SUSE_HAVE_STABLE_KABI
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_"${DEBUG_INFO_TYPE}" \
--enable CONFIG_DEBUG_INFO_NONE
%endif
if [ %CONFIG_MODULE_SIG = "y" ]; then if [ %CONFIG_MODULE_SIG = "y" ]; then
if [ -n "%certs" ] ; then if [ -n "%certs" ] ; then
@@ -1418,9 +1416,11 @@ fi
%install %install
%if 0%{?__debug_package:1}
# get rid of /usr/lib/rpm/brp-strip-debug # get rid of /usr/lib/rpm/brp-strip-debug
# strip removes too much from the vmlinux ELF binary
export NO_BRP_STRIP_DEBUG=true export NO_BRP_STRIP_DEBUG=true
%endif
# strip removes too much from the vmlinux ELF binary
export STRIP_KEEP_SYMTAB='*/vmlinux*' export STRIP_KEEP_SYMTAB='*/vmlinux*'
# %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source # %kernel_module_directory/%kernelrelease-%build_flavor/source points to the source

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,3 @@
2025-10-17 10:54:40 +0000 2026-02-12 14:14:21 +0000
GIT Revision: 724dacd27ee67991898e785076ef11560b0b2d26 GIT Revision: 8229ad02429ff45be07312a5fd9c8265aab71651
GIT Branch: users/vkarasulli/SL-16.0/for-next GIT Branch: SL-16.1

View File

@@ -435,7 +435,6 @@
- drivers/block/ublk_drv # SP6-NEED-REVIEW - drivers/block/ublk_drv # SP6-NEED-REVIEW
drivers/block/umem # Micro Memory(tm) PCI memory board block driver drivers/block/umem # Micro Memory(tm) PCI memory board block driver
+base drivers/block/virtio_blk +base drivers/block/virtio_blk
drivers/block/xen-blkback/xen-blkback
+base drivers/block/xen-blkfront +base drivers/block/xen-blkfront
drivers/block/zram/zram drivers/block/zram/zram
drivers/bluetooth/ath3k drivers/bluetooth/ath3k
@@ -466,9 +465,9 @@
drivers/bluetooth/hci_uart # Bluetooth HCI UART driver drivers/bluetooth/hci_uart # Bluetooth HCI UART driver
drivers/bluetooth/hci_vhci # Bluetooth VHCI driver drivers/bluetooth/hci_vhci # Bluetooth VHCI driver
drivers/bluetooth/virtio_bt drivers/bluetooth/virtio_bt
- drivers/bus/mhi/ep/mhi_ep # SP6-NEED-REVIEW drivers/bus/mhi/ep/mhi_ep
- drivers/bus/mhi/host/mhi drivers/bus/mhi/host/mhi
- drivers/bus/mhi/host/mhi_pci_generic drivers/bus/mhi/host/mhi_pci_generic
- drivers/bus/moxtet - drivers/bus/moxtet
- drivers/bus/omap-ocp2scp # armv7hl - drivers/bus/omap-ocp2scp # armv7hl
- drivers/bus/sunxi-rsb - drivers/bus/sunxi-rsb
@@ -570,6 +569,7 @@
drivers/clk/clk-max77686 # Jetson AGX Xavier drivers/clk/clk-max77686 # Jetson AGX Xavier
drivers/clk/clk-plldig # NXP LS1028A drivers/clk/clk-plldig # NXP LS1028A
drivers/clk/clk-rk808 drivers/clk/clk-rk808
+arm64 drivers/clk/clk-rp1
- drivers/clk/clk-versaclock3 - drivers/clk/clk-versaclock3
- drivers/clk/imx/clk-imx95-blk-ctl - drivers/clk/imx/clk-imx95-blk-ctl
- drivers/clk/mediatek/clk-mt7988-apmixed - drivers/clk/mediatek/clk-mt7988-apmixed
@@ -754,6 +754,7 @@
- drivers/devfreq/sun8i-a33-mbus # SP6-NEED-REVIEW - drivers/devfreq/sun8i-a33-mbus # SP6-NEED-REVIEW
drivers/devfreq/tegra-devfreq # armv7hl drivers/devfreq/tegra-devfreq # armv7hl
drivers/devfreq/tegra30-devfreq drivers/devfreq/tegra30-devfreq
drivers/dibs/dibs # S/390 only, dependency of net/smc
- drivers/dma/altera-msgdma - drivers/dma/altera-msgdma
- drivers/dma/amd/qdma/amd-qdma - drivers/dma/amd/qdma/amd-qdma
-!optional drivers/dma/apple-admac # SP6-NEED-REVIEW -!optional drivers/dma/apple-admac # SP6-NEED-REVIEW
@@ -903,7 +904,7 @@
drivers/firmware/efi/efivars # SP6-NEED-REVIEW drivers/firmware/efi/efivars # SP6-NEED-REVIEW
- drivers/firmware/efi/stmm/tee_stmm_efi - drivers/firmware/efi/stmm/tee_stmm_efi
drivers/firmware/imx/imx-dsp drivers/firmware/imx/imx-dsp
- drivers/firmware/imx/sm-misc drivers/firmware/imx/sm-misc
+base drivers/firmware/iscsi_ibft +base drivers/firmware/iscsi_ibft
drivers/firmware/mtk-adsp-ipc # SP6-NEED-REVIEW drivers/firmware/mtk-adsp-ipc # SP6-NEED-REVIEW
drivers/firmware/qemu_fw_cfg # bsc#1077919 drivers/firmware/qemu_fw_cfg # bsc#1077919
@@ -976,7 +977,7 @@
- drivers/gpio/gpio-bd71815 - drivers/gpio/gpio-bd71815
- drivers/gpio/gpio-bd71828 - drivers/gpio/gpio-bd71828
- drivers/gpio/gpio-bd9571mwv - drivers/gpio/gpio-bd9571mwv
- drivers/gpio/gpio-brcmstb drivers/gpio/gpio-brcmstb
- drivers/gpio/gpio-cadence - drivers/gpio/gpio-cadence
-!optional drivers/gpio/gpio-cros-ec -!optional drivers/gpio/gpio-cros-ec
-!optional drivers/gpio/gpio-crystalcove -!optional drivers/gpio/gpio-crystalcove
@@ -1349,6 +1350,9 @@
drivers/hid/intel-ish-hid/intel-ishtp drivers/hid/intel-ish-hid/intel-ishtp
drivers/hid/intel-ish-hid/intel-ishtp-hid drivers/hid/intel-ish-hid/intel-ishtp-hid
- drivers/hid/intel-ish-hid/intel-ishtp-loader - drivers/hid/intel-ish-hid/intel-ishtp-loader
drivers/hid/intel-thc-hid/intel-quicki2c
drivers/hid/intel-thc-hid/intel-quickspi
drivers/hid/intel-thc-hid/intel-thc
-!optional drivers/hid/surface-hid/surface_hid -!optional drivers/hid/surface-hid/surface_hid
-!optional drivers/hid/surface-hid/surface_hid_core -!optional drivers/hid/surface-hid/surface_hid_core
-!optional drivers/hid/surface-hid/surface_kbd -!optional drivers/hid/surface-hid/surface_kbd
@@ -2412,6 +2416,7 @@
- drivers/ipack/carriers/tpci200 - drivers/ipack/carriers/tpci200
- drivers/ipack/devices/ipoctal - drivers/ipack/devices/ipoctal
- drivers/ipack/ipack - drivers/ipack/ipack
+arm64 drivers/irqchip/irq-bcm2712-mip
- drivers/irqchip/irq-bcm7120-l2 # SP6-NEED-REVIEW - drivers/irqchip/irq-bcm7120-l2 # SP6-NEED-REVIEW
- drivers/irqchip/irq-imx-mu-msi # SP6-NEED-REVIEW - drivers/irqchip/irq-imx-mu-msi # SP6-NEED-REVIEW
- drivers/irqchip/irq-keystone # armv7hl - drivers/irqchip/irq-keystone # armv7hl
@@ -3052,6 +3057,7 @@
- drivers/misc/pvpanic - drivers/misc/pvpanic
- drivers/misc/pvpanic/pvpanic-mmio - drivers/misc/pvpanic/pvpanic-mmio
- drivers/misc/pvpanic/pvpanic-pci - drivers/misc/pvpanic/pvpanic-pci
+arm64 drivers/misc/rp1/rp1-pci
drivers/misc/rpmb-core drivers/misc/rpmb-core
drivers/misc/sgi-gru/gru drivers/misc/sgi-gru/gru
drivers/misc/sgi-xp/xp drivers/misc/sgi-xp/xp
@@ -3110,7 +3116,7 @@
drivers/mmc/host/sdhci drivers/mmc/host/sdhci
drivers/mmc/host/sdhci-acpi drivers/mmc/host/sdhci-acpi
drivers/mmc/host/sdhci-bcm-kona # armv7hl drivers/mmc/host/sdhci-bcm-kona # armv7hl
- drivers/mmc/host/sdhci-brcmstb drivers/mmc/host/sdhci-brcmstb
- drivers/mmc/host/sdhci-cadence - drivers/mmc/host/sdhci-cadence
drivers/mmc/host/sdhci-dove # armv7hl drivers/mmc/host/sdhci-dove # armv7hl
drivers/mmc/host/sdhci-esdhc-imx drivers/mmc/host/sdhci-esdhc-imx
@@ -3386,7 +3392,10 @@
drivers/net/ethernet/intel/ixgbe/ixgbe # Intel(R) PRO/10GbE PCI Express Network Driver drivers/net/ethernet/intel/ixgbe/ixgbe # Intel(R) PRO/10GbE PCI Express Network Driver
drivers/net/ethernet/intel/ixgbevf/ixgbevf drivers/net/ethernet/intel/ixgbevf/ixgbevf
drivers/net/ethernet/intel/libeth/libeth drivers/net/ethernet/intel/libeth/libeth
drivers/net/ethernet/intel/libeth/libeth_xdp
drivers/net/ethernet/intel/libie/libie drivers/net/ethernet/intel/libie/libie
drivers/net/ethernet/intel/libie/libie_adminq
drivers/net/ethernet/intel/libie/libie_fwlog
drivers/net/ethernet/jme drivers/net/ethernet/jme
-!optional drivers/net/ethernet/litex/litex_liteeth # SP6-NEED-REVIEW -!optional drivers/net/ethernet/litex/litex_liteeth # SP6-NEED-REVIEW
drivers/net/ethernet/marvell/mv643xx_eth # armv7hl drivers/net/ethernet/marvell/mv643xx_eth # armv7hl
@@ -3428,7 +3437,7 @@
-!optional drivers/net/ethernet/microchip/enc28j60 -!optional drivers/net/ethernet/microchip/enc28j60
-!optional drivers/net/ethernet/microchip/encx24j600 -!optional drivers/net/ethernet/microchip/encx24j600
-!optional drivers/net/ethernet/microchip/encx24j600-regmap -!optional drivers/net/ethernet/microchip/encx24j600-regmap
- drivers/net/ethernet/microchip/lan743x drivers/net/ethernet/microchip/lan743x
- drivers/net/ethernet/microchip/lan865x/lan865x - drivers/net/ethernet/microchip/lan865x/lan865x
-!optional drivers/net/ethernet/microchip/lan966x/lan966x-switch # SP6-NEED-REVIEW -!optional drivers/net/ethernet/microchip/lan966x/lan966x-switch # SP6-NEED-REVIEW
- drivers/net/ethernet/microchip/sparx5/sparx5-switch - drivers/net/ethernet/microchip/sparx5/sparx5-switch
@@ -3727,54 +3736,54 @@
-!optional drivers/net/wimax/i2400m/i2400m -!optional drivers/net/wimax/i2400m/i2400m
-!optional drivers/net/wimax/i2400m/i2400m-usb -!optional drivers/net/wimax/i2400m/i2400m-usb
drivers/net/wireguard/wireguard drivers/net/wireguard/wireguard
drivers/net/wireless/admtek/adm8211 -!optional drivers/net/wireless/admtek/adm8211
drivers/net/wireless/ath/ar5523/ar5523 -!optional drivers/net/wireless/ath/ar5523/ar5523
drivers/net/wireless/ath/ath drivers/net/wireless/ath/ath
drivers/net/wireless/ath/ath10k/ath10k_core drivers/net/wireless/ath/ath10k/ath10k_core
drivers/net/wireless/ath/ath10k/ath10k_pci drivers/net/wireless/ath/ath10k/ath10k_pci
drivers/net/wireless/ath/ath10k/ath10k_sdio drivers/net/wireless/ath/ath10k/ath10k_sdio
- drivers/net/wireless/ath/ath10k/ath10k_snoc - drivers/net/wireless/ath/ath10k/ath10k_snoc
drivers/net/wireless/ath/ath10k/ath10k_usb drivers/net/wireless/ath/ath10k/ath10k_usb
- drivers/net/wireless/ath/ath11k/ath11k drivers/net/wireless/ath/ath11k/ath11k
- drivers/net/wireless/ath/ath11k/ath11k_ahb - drivers/net/wireless/ath/ath11k/ath11k_ahb
- drivers/net/wireless/ath/ath11k/ath11k_pci drivers/net/wireless/ath/ath11k/ath11k_pci
- drivers/net/wireless/ath/ath12k/ath12k # SP6-NEED-REVIEW drivers/net/wireless/ath/ath12k/ath12k
drivers/net/wireless/ath/ath5k/ath5k -!optional drivers/net/wireless/ath/ath5k/ath5k
drivers/net/wireless/ath/ath6kl/ath6kl_core -!optional drivers/net/wireless/ath/ath6kl/ath6kl_core
drivers/net/wireless/ath/ath6kl/ath6kl_sdio -!optional drivers/net/wireless/ath/ath6kl/ath6kl_sdio
drivers/net/wireless/ath/ath6kl/ath6kl_usb -!optional drivers/net/wireless/ath/ath6kl/ath6kl_usb
drivers/net/wireless/ath/ath9k/ath9k drivers/net/wireless/ath/ath9k/ath9k
drivers/net/wireless/ath/ath9k/ath9k_common drivers/net/wireless/ath/ath9k/ath9k_common
drivers/net/wireless/ath/ath9k/ath9k_htc drivers/net/wireless/ath/ath9k/ath9k_htc
drivers/net/wireless/ath/ath9k/ath9k_hw drivers/net/wireless/ath/ath9k/ath9k_hw
- drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader - drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader
drivers/net/wireless/ath/carl9170/carl9170 -!optional drivers/net/wireless/ath/carl9170/carl9170
drivers/net/wireless/ath/wcn36xx/wcn36xx -!optional drivers/net/wireless/ath/wcn36xx/wcn36xx
drivers/net/wireless/ath/wil6210/wil6210 -!optional drivers/net/wireless/ath/wil6210/wil6210
- drivers/net/wireless/atmel/at76c50x-usb -!optional drivers/net/wireless/atmel/at76c50x-usb
- drivers/net/wireless/atmel/atmel -!optional drivers/net/wireless/atmel/atmel
- drivers/net/wireless/atmel/atmel_pci -!optional drivers/net/wireless/atmel/atmel_pci
- drivers/net/wireless/broadcom/b43/b43 -!optional drivers/net/wireless/broadcom/b43/b43
- drivers/net/wireless/broadcom/b43legacy/b43legacy -!optional drivers/net/wireless/broadcom/b43legacy/b43legacy
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/brcmfmac-bca drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/brcmfmac-bca
drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac # RPi3 (bsc#983145) drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac # RPi3 (bsc#983145)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/brcmfmac-cyw drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/brcmfmac-cyw
drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/brcmfmac-wcc drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/brcmfmac-wcc
- drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcmsmac - drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcmsmac
drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil
- drivers/net/wireless/cisco/airo -!optional drivers/net/wireless/cisco/airo
- drivers/net/wireless/intel/ipw2x00/ipw2100 -!optional drivers/net/wireless/intel/ipw2x00/ipw2100
- drivers/net/wireless/intel/ipw2x00/ipw2200 -!optional drivers/net/wireless/intel/ipw2x00/ipw2200
- drivers/net/wireless/intel/ipw2x00/libipw -!optional drivers/net/wireless/intel/ipw2x00/libipw
- drivers/net/wireless/intel/iwlegacy/iwl3945 -!optional drivers/net/wireless/intel/iwlegacy/iwl3945
- drivers/net/wireless/intel/iwlegacy/iwl4965 -!optional drivers/net/wireless/intel/iwlegacy/iwl4965
- drivers/net/wireless/intel/iwlegacy/iwlegacy -!optional drivers/net/wireless/intel/iwlegacy/iwlegacy
drivers/net/wireless/intel/iwlwifi/dvm/iwldvm drivers/net/wireless/intel/iwlwifi/dvm/iwldvm
drivers/net/wireless/intel/iwlwifi/iwlwifi # fate#315515 et al drivers/net/wireless/intel/iwlwifi/iwlwifi
drivers/net/wireless/intel/iwlwifi/mvm/iwlmvm drivers/net/wireless/intel/iwlwifi/mvm/iwlmvm
- drivers/net/wireless/intersil/hostap/hostap -!optional drivers/net/wireless/intersil/hostap/hostap
- drivers/net/wireless/intersil/hostap/hostap_pci -!optional drivers/net/wireless/intersil/hostap/hostap_pci
- drivers/net/wireless/intersil/hostap/hostap_plx -!optional drivers/net/wireless/intersil/hostap/hostap_plx
-!optional drivers/net/wireless/intersil/orinoco/orinoco -!optional drivers/net/wireless/intersil/orinoco/orinoco
-!optional drivers/net/wireless/intersil/orinoco/orinoco_nortel -!optional drivers/net/wireless/intersil/orinoco/orinoco_nortel
-!optional drivers/net/wireless/intersil/orinoco/orinoco_pci -!optional drivers/net/wireless/intersil/orinoco/orinoco_pci
@@ -3785,20 +3794,20 @@
-!optional drivers/net/wireless/intersil/p54/p54pci -!optional drivers/net/wireless/intersil/p54/p54pci
-!optional drivers/net/wireless/intersil/p54/p54usb -!optional drivers/net/wireless/intersil/p54/p54usb
drivers/net/wireless/mac80211_hwsim drivers/net/wireless/mac80211_hwsim
drivers/net/wireless/marvell/libertas/libertas -!optional drivers/net/wireless/marvell/libertas/libertas
drivers/net/wireless/marvell/libertas/libertas_sdio -!optional drivers/net/wireless/marvell/libertas/libertas_sdio
drivers/net/wireless/marvell/libertas/usb8xxx -!optional drivers/net/wireless/marvell/libertas/usb8xxx
- drivers/net/wireless/marvell/libertas_tf/libertas_tf -!optional drivers/net/wireless/marvell/libertas_tf/libertas_tf
- drivers/net/wireless/marvell/libertas_tf/libertas_tf_usb -!optional drivers/net/wireless/marvell/libertas_tf/libertas_tf_usb
drivers/net/wireless/marvell/mwifiex/mwifiex drivers/net/wireless/marvell/mwifiex/mwifiex
- drivers/net/wireless/marvell/mwifiex/mwifiex_pcie -!optional drivers/net/wireless/marvell/mwifiex/mwifiex_pcie
drivers/net/wireless/marvell/mwifiex/mwifiex_sdio drivers/net/wireless/marvell/mwifiex/mwifiex_sdio
- drivers/net/wireless/marvell/mwifiex/mwifiex_usb -!optional drivers/net/wireless/marvell/mwifiex/mwifiex_usb
- drivers/net/wireless/marvell/mwl8k -!optional drivers/net/wireless/marvell/mwl8k
- drivers/net/wireless/mediatek/mt76/mt76 drivers/net/wireless/mediatek/mt76/mt76
- drivers/net/wireless/mediatek/mt76/mt76-connac-lib drivers/net/wireless/mediatek/mt76/mt76-connac-lib
- drivers/net/wireless/mediatek/mt76/mt76-sdio drivers/net/wireless/mediatek/mt76/mt76-sdio
- drivers/net/wireless/mediatek/mt76/mt76-usb drivers/net/wireless/mediatek/mt76/mt76-usb
- drivers/net/wireless/mediatek/mt76/mt7603/mt7603e - drivers/net/wireless/mediatek/mt76/mt7603/mt7603e
- drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common - drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common
- drivers/net/wireless/mediatek/mt76/mt7615/mt7615e - drivers/net/wireless/mediatek/mt76/mt7615/mt7615e
@@ -3813,35 +3822,35 @@
- drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common - drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common
- drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2e - drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2e
- drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2u - drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2u
- drivers/net/wireless/mediatek/mt76/mt7915/mt7915e drivers/net/wireless/mediatek/mt76/mt7915/mt7915e
- drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common
- drivers/net/wireless/mediatek/mt76/mt7921/mt7921e drivers/net/wireless/mediatek/mt76/mt7921/mt7921e
-!optional drivers/net/wireless/mediatek/mt76/mt7921/mt7921s drivers/net/wireless/mediatek/mt76/mt7921/mt7921s
-!optional drivers/net/wireless/mediatek/mt76/mt7921/mt7921u drivers/net/wireless/mediatek/mt76/mt7921/mt7921u
-!optional drivers/net/wireless/mediatek/mt76/mt7925/mt7925-common drivers/net/wireless/mediatek/mt76/mt7925/mt7925-common
-!optional drivers/net/wireless/mediatek/mt76/mt7925/mt7925e drivers/net/wireless/mediatek/mt76/mt7925/mt7925e
-!optional drivers/net/wireless/mediatek/mt76/mt7925/mt7925u drivers/net/wireless/mediatek/mt76/mt7925/mt7925u
- drivers/net/wireless/mediatek/mt76/mt792x-lib drivers/net/wireless/mediatek/mt76/mt792x-lib
- drivers/net/wireless/mediatek/mt76/mt792x-usb drivers/net/wireless/mediatek/mt76/mt792x-usb
-!optional drivers/net/wireless/mediatek/mt76/mt7996/mt7996e # SP6-NEED-REVIEW drivers/net/wireless/mediatek/mt76/mt7996/mt7996e
- drivers/net/wireless/mediatek/mt7601u/mt7601u -!optional drivers/net/wireless/mediatek/mt7601u/mt7601u
-!optional drivers/net/wireless/purelifi/plfxlc/plfxlc # SP6-NEED-REVIEW -!optional drivers/net/wireless/purelifi/plfxlc/plfxlc
- drivers/net/wireless/quantenna/qtnfmac/qtnfmac -!optional drivers/net/wireless/quantenna/qtnfmac/qtnfmac
- drivers/net/wireless/quantenna/qtnfmac/qtnfmac_pcie -!optional drivers/net/wireless/quantenna/qtnfmac/qtnfmac_pcie
- drivers/net/wireless/ralink/rt2x00/rt2400pci -!optional drivers/net/wireless/ralink/rt2x00/rt2400pci
- drivers/net/wireless/ralink/rt2x00/rt2500pci -!optional drivers/net/wireless/ralink/rt2x00/rt2500pci
- drivers/net/wireless/ralink/rt2x00/rt2500usb -!optional drivers/net/wireless/ralink/rt2x00/rt2500usb
- drivers/net/wireless/ralink/rt2x00/rt2800lib -!optional drivers/net/wireless/ralink/rt2x00/rt2800lib
- drivers/net/wireless/ralink/rt2x00/rt2800mmio -!optional drivers/net/wireless/ralink/rt2x00/rt2800mmio
- drivers/net/wireless/ralink/rt2x00/rt2800pci -!optional drivers/net/wireless/ralink/rt2x00/rt2800pci
- drivers/net/wireless/ralink/rt2x00/rt2800usb -!optional drivers/net/wireless/ralink/rt2x00/rt2800usb
- drivers/net/wireless/ralink/rt2x00/rt2x00lib -!optional drivers/net/wireless/ralink/rt2x00/rt2x00lib
- drivers/net/wireless/ralink/rt2x00/rt2x00mmio -!optional drivers/net/wireless/ralink/rt2x00/rt2x00mmio
- drivers/net/wireless/ralink/rt2x00/rt2x00pci -!optional drivers/net/wireless/ralink/rt2x00/rt2x00pci
- drivers/net/wireless/ralink/rt2x00/rt2x00usb -!optional drivers/net/wireless/ralink/rt2x00/rt2x00usb
- drivers/net/wireless/ralink/rt2x00/rt61pci -!optional drivers/net/wireless/ralink/rt2x00/rt61pci
- drivers/net/wireless/ralink/rt2x00/rt73usb -!optional drivers/net/wireless/ralink/rt2x00/rt73usb
-!optional drivers/net/wireless/ray_cs # SP6-NEED-REVIEW -!optional drivers/net/wireless/ray_cs
- drivers/net/wireless/realtek/rtl818x/rtl8180/rtl818x_pci - drivers/net/wireless/realtek/rtl818x/rtl8180/rtl818x_pci
- drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8187 - drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8187
- drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu - drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu
@@ -3866,55 +3875,55 @@
- drivers/net/wireless/realtek/rtw88/rtw88_8723cs - drivers/net/wireless/realtek/rtw88/rtw88_8723cs
drivers/net/wireless/realtek/rtw88/rtw88_8723d drivers/net/wireless/realtek/rtw88/rtw88_8723d
drivers/net/wireless/realtek/rtw88/rtw88_8723de drivers/net/wireless/realtek/rtw88/rtw88_8723de
- drivers/net/wireless/realtek/rtw88/rtw88_8723du # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw88/rtw88_8723du
drivers/net/wireless/realtek/rtw88/rtw88_8723x drivers/net/wireless/realtek/rtw88/rtw88_8723x
drivers/net/wireless/realtek/rtw88/rtw88_8821c drivers/net/wireless/realtek/rtw88/rtw88_8821c
drivers/net/wireless/realtek/rtw88/rtw88_8821ce drivers/net/wireless/realtek/rtw88/rtw88_8821ce
- drivers/net/wireless/realtek/rtw88/rtw88_8821cs # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw88/rtw88_8821cs
- drivers/net/wireless/realtek/rtw88/rtw88_8821cu # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw88/rtw88_8821cu
drivers/net/wireless/realtek/rtw88/rtw88_8822b drivers/net/wireless/realtek/rtw88/rtw88_8822b
drivers/net/wireless/realtek/rtw88/rtw88_8822be drivers/net/wireless/realtek/rtw88/rtw88_8822be
- drivers/net/wireless/realtek/rtw88/rtw88_8822bs # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw88/rtw88_8822bs
- drivers/net/wireless/realtek/rtw88/rtw88_8822bu # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw88/rtw88_8822bu
drivers/net/wireless/realtek/rtw88/rtw88_8822c drivers/net/wireless/realtek/rtw88/rtw88_8822c
drivers/net/wireless/realtek/rtw88/rtw88_8822ce drivers/net/wireless/realtek/rtw88/rtw88_8822ce
- drivers/net/wireless/realtek/rtw88/rtw88_8822cs # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw88/rtw88_8822cs
- drivers/net/wireless/realtek/rtw88/rtw88_8822cu # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw88/rtw88_8822cu
drivers/net/wireless/realtek/rtw88/rtw88_core drivers/net/wireless/realtek/rtw88/rtw88_core
drivers/net/wireless/realtek/rtw88/rtw88_pci drivers/net/wireless/realtek/rtw88/rtw88_pci
drivers/net/wireless/realtek/rtw88/rtw88_sdio # SP6-NEED-REVIEW drivers/net/wireless/realtek/rtw88/rtw88_sdio
- drivers/net/wireless/realtek/rtw88/rtw88_usb # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw88/rtw88_usb
- drivers/net/wireless/realtek/rtw89/rtw89_8852a # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw89/rtw89_8852a
- drivers/net/wireless/realtek/rtw89/rtw89_8852ae # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw89/rtw89_8852ae
- drivers/net/wireless/realtek/rtw89/rtw89_8852b # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw89/rtw89_8852b
- drivers/net/wireless/realtek/rtw89/rtw89_8852b_common - drivers/net/wireless/realtek/rtw89/rtw89_8852b_common
- drivers/net/wireless/realtek/rtw89/rtw89_8852be # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw89/rtw89_8852be
- drivers/net/wireless/realtek/rtw89/rtw89_8852bt - drivers/net/wireless/realtek/rtw89/rtw89_8852bt
- drivers/net/wireless/realtek/rtw89/rtw89_8852bte - drivers/net/wireless/realtek/rtw89/rtw89_8852bte
- drivers/net/wireless/realtek/rtw89/rtw89_8852c # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw89/rtw89_8852c
- drivers/net/wireless/realtek/rtw89/rtw89_8852ce # SP6-NEED-REVIEW - drivers/net/wireless/realtek/rtw89/rtw89_8852ce
- drivers/net/wireless/realtek/rtw89/rtw89_8922a - drivers/net/wireless/realtek/rtw89/rtw89_8922a
- drivers/net/wireless/realtek/rtw89/rtw89_8922ae - drivers/net/wireless/realtek/rtw89/rtw89_8922ae
- drivers/net/wireless/realtek/rtw89/rtw89_core - drivers/net/wireless/realtek/rtw89/rtw89_core
- drivers/net/wireless/realtek/rtw89/rtw89_pci - drivers/net/wireless/realtek/rtw89/rtw89_pci
- drivers/net/wireless/rndis_wlan -!optional drivers/net/wireless/rndis_wlan
- drivers/net/wireless/rsi/rsi_91x -!optional drivers/net/wireless/rsi/rsi_91x
- drivers/net/wireless/rsi/rsi_sdio -!optional drivers/net/wireless/rsi/rsi_sdio
- drivers/net/wireless/rsi/rsi_usb -!optional drivers/net/wireless/rsi/rsi_usb
-!optional drivers/net/wireless/silabs/wfx/wfx # SP6-NEED-REVIEW -!optional drivers/net/wireless/silabs/wfx/wfx
- drivers/net/wireless/st/cw1200/cw1200_core -!optional drivers/net/wireless/st/cw1200/cw1200_core
- drivers/net/wireless/st/cw1200/cw1200_wlan_sdio -!optional drivers/net/wireless/st/cw1200/cw1200_wlan_sdio
- drivers/net/wireless/st/cw1200/cw1200_wlan_spi -!optional drivers/net/wireless/st/cw1200/cw1200_wlan_spi
- drivers/net/wireless/ti/wl1251/wl1251 -!optional drivers/net/wireless/ti/wl1251/wl1251
- drivers/net/wireless/ti/wl1251/wl1251_sdio -!optional drivers/net/wireless/ti/wl1251/wl1251_sdio
- drivers/net/wireless/ti/wl12xx/wl12xx -!optional drivers/net/wireless/ti/wl12xx/wl12xx
- drivers/net/wireless/ti/wl18xx/wl18xx -!optional drivers/net/wireless/ti/wl18xx/wl18xx
- drivers/net/wireless/ti/wlcore/wlcore -!optional drivers/net/wireless/ti/wlcore/wlcore
- drivers/net/wireless/ti/wlcore/wlcore_sdio -!optional drivers/net/wireless/ti/wlcore/wlcore_sdio
- drivers/net/wireless/virt_wifi -!optional drivers/net/wireless/virt_wifi
-!optional drivers/net/wireless/wl3501_cs # SP6-NEED-REVIEW -!optional drivers/net/wireless/wl3501_cs
- drivers/net/wireless/zydas/zd1201 -!optional drivers/net/wireless/zydas/zd1201
- drivers/net/wireless/zydas/zd1211rw/zd1211rw -!optional drivers/net/wireless/zydas/zd1211rw/zd1211rw
-!optional drivers/net/wwan/iosm/iosm -!optional drivers/net/wwan/iosm/iosm
-!optional drivers/net/wwan/mhi_wwan_ctrl -!optional drivers/net/wwan/mhi_wwan_ctrl
-!optional drivers/net/wwan/mhi_wwan_mbim # SP6-NEED-REVIEW -!optional drivers/net/wwan/mhi_wwan_mbim # SP6-NEED-REVIEW
@@ -3922,7 +3931,6 @@
-!optional drivers/net/wwan/rpmsg_wwan_ctrl -!optional drivers/net/wwan/rpmsg_wwan_ctrl
-!optional drivers/net/wwan/t7xx/mtk_t7xx # SP6-NEED-REVIEW -!optional drivers/net/wwan/t7xx/mtk_t7xx # SP6-NEED-REVIEW
-!optional drivers/net/wwan/wwan_hwsim -!optional drivers/net/wwan/wwan_hwsim
drivers/net/xen-netback/xen-netback
+base drivers/net/xen-netfront +base drivers/net/xen-netfront
drivers/nfc/mei_phy drivers/nfc/mei_phy
drivers/nfc/pn533/pn533 drivers/nfc/pn533/pn533
@@ -4171,6 +4179,8 @@
drivers/phy/ti/phy-ti-pipe3 # armv7hl drivers/phy/ti/phy-ti-pipe3 # armv7hl
- drivers/phy/ti/phy-twl4030-usb # armv7hl - drivers/phy/ti/phy-twl4030-usb # armv7hl
- drivers/phy/xilinx/phy-zynqmp - drivers/phy/xilinx/phy-zynqmp
+arm64 drivers/pinctrl/bcm/pinctrl-brcmstb
+arm64 drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712
- drivers/pinctrl/cirrus/pinctrl-cs42l43 - drivers/pinctrl/cirrus/pinctrl-cs42l43
- drivers/pinctrl/freescale/pinctrl-imx-scmi - drivers/pinctrl/freescale/pinctrl-imx-scmi
drivers/pinctrl/intel/pinctrl-alderlake drivers/pinctrl/intel/pinctrl-alderlake
@@ -4197,6 +4207,7 @@
- drivers/pinctrl/pinctrl-aw9523 - drivers/pinctrl/pinctrl-aw9523
drivers/pinctrl/pinctrl-max77620 drivers/pinctrl/pinctrl-max77620
drivers/pinctrl/pinctrl-mlxbf3 # jsc#PED-8032 drivers/pinctrl/pinctrl-mlxbf3 # jsc#PED-8032
+arm64 drivers/pinctrl/pinctrl-rp1
- drivers/pinctrl/pinctrl-scmi - drivers/pinctrl/pinctrl-scmi
- drivers/pinctrl/qcom/pinctrl-ipq5018 - drivers/pinctrl/qcom/pinctrl-ipq5018
- drivers/pinctrl/qcom/pinctrl-lpass-lpi - drivers/pinctrl/qcom/pinctrl-lpass-lpi
@@ -4262,6 +4273,7 @@
-!optional drivers/platform/x86/dell/alienware-wmi # SP6-NEED-REVIEW -!optional drivers/platform/x86/dell/alienware-wmi # SP6-NEED-REVIEW
+external drivers/platform/x86/dell/dcdbas # fate#143 bsc#153134 +external drivers/platform/x86/dell/dcdbas # fate#143 bsc#153134
drivers/platform/x86/dell/dell-laptop drivers/platform/x86/dell/dell-laptop
drivers/platform/x86/dell/dell-lis3lv02d # SP6-NEED-REVIEW
- drivers/platform/x86/dell/dell-pc - drivers/platform/x86/dell/dell-pc
- drivers/platform/x86/dell/dell-rbtn - drivers/platform/x86/dell/dell-rbtn
drivers/platform/x86/dell/dell-smbios drivers/platform/x86/dell/dell-smbios
@@ -4276,7 +4288,7 @@
+external drivers/platform/x86/dell/dell_rbu # fate#142 bsc#153134 +external drivers/platform/x86/dell/dell_rbu # fate#142 bsc#153134
- drivers/platform/x86/eeepc-laptop - drivers/platform/x86/eeepc-laptop
- drivers/platform/x86/eeepc-wmi - drivers/platform/x86/eeepc-wmi
- drivers/platform/x86/firmware_attributes_class drivers/platform/x86/firmware_attributes_class
drivers/platform/x86/fujitsu-laptop drivers/platform/x86/fujitsu-laptop
- drivers/platform/x86/fujitsu-tablet - drivers/platform/x86/fujitsu-tablet
- drivers/platform/x86/gigabyte-wmi - drivers/platform/x86/gigabyte-wmi
@@ -4298,6 +4310,7 @@
-!optional drivers/platform/x86/intel/int3472/intel_skl_int3472_discrete # SP6-NEED-REVIEW -!optional drivers/platform/x86/intel/int3472/intel_skl_int3472_discrete # SP6-NEED-REVIEW
-!optional drivers/platform/x86/intel/int3472/intel_skl_int3472_tps68470 # SP6-NEED-REVIEW -!optional drivers/platform/x86/intel/int3472/intel_skl_int3472_tps68470 # SP6-NEED-REVIEW
- drivers/platform/x86/intel/intel-hid - drivers/platform/x86/intel/intel-hid
drivers/platform/x86/intel/intel-ishtp_eclite
drivers/platform/x86/intel/intel-rst # Intel Rapid Start Technology (FATE#315713) drivers/platform/x86/intel/intel-rst # Intel Rapid Start Technology (FATE#315713)
drivers/platform/x86/intel/intel-smartconnect # Intel Smart Connect disabling drivers/platform/x86/intel/intel-smartconnect # Intel Smart Connect disabling
- drivers/platform/x86/intel/intel-vbtn - drivers/platform/x86/intel/intel-vbtn
@@ -4312,7 +4325,6 @@
-!optional drivers/platform/x86/intel/intel_mrfld_pwrbtn -!optional drivers/platform/x86/intel/intel_mrfld_pwrbtn
- drivers/platform/x86/intel/intel_oaktrail - drivers/platform/x86/intel/intel_oaktrail
drivers/platform/x86/intel/intel_plr_tpmi drivers/platform/x86/intel/intel_plr_tpmi
- drivers/platform/x86/intel/intel_pmc_core_pltdrv
drivers/platform/x86/intel/intel_punit_ipc drivers/platform/x86/intel/intel_punit_ipc
drivers/platform/x86/intel/intel_sdsi drivers/platform/x86/intel/intel_sdsi
drivers/platform/x86/intel/intel_tpmi_power_domains drivers/platform/x86/intel/intel_tpmi_power_domains
@@ -4320,8 +4332,11 @@
drivers/platform/x86/intel/intel_vsec_tpmi drivers/platform/x86/intel/intel_vsec_tpmi
- drivers/platform/x86/intel/ishtp_eclite # SP6-NEED-REVIEW - drivers/platform/x86/intel/ishtp_eclite # SP6-NEED-REVIEW
drivers/platform/x86/intel/pmc/intel_pmc_core drivers/platform/x86/intel/pmc/intel_pmc_core
- drivers/platform/x86/intel/pmc/intel_pmc_core_pltdrv
drivers/platform/x86/intel/pmc/intel_pmc_ssram_telemetry
drivers/platform/x86/intel/pmt/pmt_class drivers/platform/x86/intel/pmt/pmt_class
drivers/platform/x86/intel/pmt/pmt_crashlog drivers/platform/x86/intel/pmt/pmt_crashlog
drivers/platform/x86/intel/pmt/pmt_discovery
drivers/platform/x86/intel/pmt/pmt_telemetry drivers/platform/x86/intel/pmt/pmt_telemetry
drivers/platform/x86/intel/speed_select_if/isst_if_common drivers/platform/x86/intel/speed_select_if/isst_if_common
drivers/platform/x86/intel/speed_select_if/isst_if_mbox_msr drivers/platform/x86/intel/speed_select_if/isst_if_mbox_msr
@@ -4371,7 +4386,7 @@
-!optional drivers/platform/x86/simatic-ipc # SP6-NEED-REVIEW -!optional drivers/platform/x86/simatic-ipc # SP6-NEED-REVIEW
drivers/platform/x86/sony-laptop drivers/platform/x86/sony-laptop
- drivers/platform/x86/system76_acpi - drivers/platform/x86/system76_acpi
-!optional drivers/platform/x86/think-lmi drivers/platform/x86/think-lmi
drivers/platform/x86/thinkpad_acpi drivers/platform/x86/thinkpad_acpi
- drivers/platform/x86/topstar-laptop - drivers/platform/x86/topstar-laptop
- drivers/platform/x86/toshiba-wmi - drivers/platform/x86/toshiba-wmi
@@ -4386,6 +4401,7 @@
- drivers/platform/x86/wmi/intel-wmi-sbl-fw-update - drivers/platform/x86/wmi/intel-wmi-sbl-fw-update
- drivers/platform/x86/wmi/intel-wmi-thunderbolt - drivers/platform/x86/wmi/intel-wmi-thunderbolt
-!optional drivers/platform/x86/x86-android-tablets # SP6-NEED-REVIEW -!optional drivers/platform/x86/x86-android-tablets # SP6-NEED-REVIEW
-!optional drivers/platform/x86/x86-android-tablets/vexia_atla10_ec # SP6-NEED-REVIEW
- drivers/platform/x86/xiaomi-wmi - drivers/platform/x86/xiaomi-wmi
- drivers/pmdomain/arm/scmi_perf_domain - drivers/pmdomain/arm/scmi_perf_domain
- drivers/pmdomain/qcom/cpr - drivers/pmdomain/qcom/cpr
@@ -4715,6 +4731,7 @@
-!optional drivers/rtc/rtc-mxc -!optional drivers/rtc/rtc-mxc
- drivers/rtc/rtc-mxc_v2 - drivers/rtc/rtc-mxc_v2
-!optional drivers/rtc/rtc-nct3018y # SP6-NEED-REVIEW -!optional drivers/rtc/rtc-nct3018y # SP6-NEED-REVIEW
drivers/rtc/rtc-nvidia-vrs10 # jsc#PED-14678
-!optional drivers/rtc/rtc-nxp-bbnsm # SP6-NEED-REVIEW -!optional drivers/rtc/rtc-nxp-bbnsm # SP6-NEED-REVIEW
-!optional drivers/rtc/rtc-omap # armv7hl -!optional drivers/rtc/rtc-omap # armv7hl
+external drivers/rtc/rtc-opal # supported by IBM +external drivers/rtc/rtc-opal # supported by IBM
@@ -4875,15 +4892,15 @@
+base drivers/scsi/sr_mod +base drivers/scsi/sr_mod
+base drivers/scsi/st # SCSI Tape Driver +base drivers/scsi/st # SCSI Tape Driver
+base drivers/scsi/sym53c8xx_2/sym53c8xx +base drivers/scsi/sym53c8xx_2/sym53c8xx
drivers/scsi/ufs/core/ufshcd-core drivers/ufs/core/ufshcd-core
- drivers/scsi/ufs/host/cdns-pltfrm - drivers/ufs/host/cdns-pltfrm
- drivers/scsi/ufs/host/ufs-exynos - drivers/ufs/host/ufs-exynos
drivers/scsi/ufs/host/ufs-hisi drivers/ufs/host/ufs-hisi
drivers/scsi/ufs/host/ufs-mediatek drivers/ufs/host/ufs-mediatek
drivers/scsi/ufs/host/ufs-qcom drivers/ufs/host/ufs-qcom
- drivers/scsi/ufs/host/ufshcd-pci - drivers/ufs/host/ufshcd-pci
drivers/scsi/ufs/host/ufshcd-pltfrm drivers/ufs/host/ufshcd-pltfrm
drivers/scsi/ufs/ti-j721e-ufs # jsc#PED-1379 drivers/ufs/host/ti-j721e-ufs # jsc#PED-1379
+base drivers/scsi/virtio_scsi +base drivers/scsi/virtio_scsi
+base drivers/scsi/vmw_pvscsi # fate#315587 VMware Paravirtualized SCSI +base drivers/scsi/vmw_pvscsi # fate#315587 VMware Paravirtualized SCSI
drivers/scsi/xen-scsifront drivers/scsi/xen-scsifront
@@ -5191,6 +5208,7 @@
drivers/thermal/intel/int340x_thermal/int3403_thermal drivers/thermal/intel/int340x_thermal/int3403_thermal
- drivers/thermal/intel/int340x_thermal/int3406_thermal - drivers/thermal/intel/int340x_thermal/int3406_thermal
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone drivers/thermal/intel/int340x_thermal/int340x_thermal_zone
drivers/thermal/intel/int340x_thermal/platform_temperature_control
drivers/thermal/intel/int340x_thermal/processor_thermal_device drivers/thermal/intel/int340x_thermal/processor_thermal_device
drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci
- drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci_legacy - drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci_legacy
@@ -5280,6 +5298,7 @@
-!optional drivers/tty/serial/sprd_serial -!optional drivers/tty/serial/sprd_serial
- drivers/tty/serial/stm32-usart - drivers/tty/serial/stm32-usart
drivers/tty/serial/tegra-tcu drivers/tty/serial/tegra-tcu
drivers/tty/serial/tegra-utc # jsc#PED-13694
drivers/tty/serial/ucc_uart drivers/tty/serial/ucc_uart
- drivers/tty/serial/xilinx_uartps - drivers/tty/serial/xilinx_uartps
-!optional drivers/tty/synclink -!optional drivers/tty/synclink
@@ -5785,7 +5804,6 @@
- drivers/watchdog/bd70528_wdt - drivers/watchdog/bd70528_wdt
- drivers/watchdog/bd9576_wdt - drivers/watchdog/bd9576_wdt
drivers/watchdog/cadence_wdt # Xilinx ZynqMP watchdog drivers/watchdog/cadence_wdt # Xilinx ZynqMP watchdog
drivers/watchdog/cpu5wdt # sma cpu5 watchdog driver
-!optional drivers/watchdog/cros_ec_wdt -!optional drivers/watchdog/cros_ec_wdt
- drivers/watchdog/da9052_wdt # armv7hl - drivers/watchdog/da9052_wdt # armv7hl
- drivers/watchdog/da9055_wdt # armv7hl - drivers/watchdog/da9055_wdt # armv7hl
@@ -5883,14 +5901,11 @@
drivers/watchdog/xilinx_wwdt drivers/watchdog/xilinx_wwdt
- drivers/watchdog/ziirave_wdt - drivers/watchdog/ziirave_wdt
- drivers/watchdog/zx2967_wdt - drivers/watchdog/zx2967_wdt
drivers/xen/xen-acpi-processor
drivers/xen/xen-evtchn drivers/xen/xen-evtchn
-!optional drivers/xen/xen-front-pgdir-shbuf -!optional drivers/xen/xen-front-pgdir-shbuf
drivers/xen/xen-gntalloc drivers/xen/xen-gntalloc
drivers/xen/xen-gntdev drivers/xen/xen-gntdev
drivers/xen/xen-pciback/xen-pciback # Xen PCI device backend
drivers/xen/xen-privcmd drivers/xen/xen-privcmd
drivers/xen/xen-scsiback
drivers/xen/xenfs/xenfs drivers/xen/xenfs/xenfs
fs/9p/9p fs/9p/9p
fs/binfmt_misc fs/binfmt_misc
@@ -5912,7 +5927,6 @@
fs/fuse/virtiofs # virtiofs: virtio-fs host<->guest shared file system fs/fuse/virtiofs # virtiofs: virtio-fs host<->guest shared file system
+base fs/isofs/isofs +base fs/isofs/isofs
+base fs/jbd2/jbd2 +base fs/jbd2/jbd2
- fs/ksmbd/ksmbd # SP6-NEED-REVIEW
fs/lockd/lockd fs/lockd/lockd
+base fs/mbcache +base fs/mbcache
+base fs/netfs/netfs +base fs/netfs/netfs
@@ -5988,6 +6002,7 @@
fs/smb/client/cifs # VFS to access servers complying with the SNIA CIFS Specification e.g. Samba and Windows 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_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/common/cifs_md4 # used by cifs.ko, split done in upstream 23e91d8b
- fs/smb/server/ksmbd
fs/squashfs/squashfs fs/squashfs/squashfs
fs/udf/udf # Universal Disk Format Filesystem fs/udf/udf # Universal Disk Format Filesystem
+base fs/xfs/xfs # bsc#457668 +base fs/xfs/xfs # bsc#457668
@@ -6612,10 +6627,58 @@
-!optional sound/firewire/snd-firewire-lib -!optional sound/firewire/snd-firewire-lib
-!optional sound/firewire/snd-isight -!optional sound/firewire/snd-isight
-!optional sound/firewire/tascam/snd-firewire-tascam -!optional sound/firewire/tascam/snd-firewire-tascam
sound/hda/ext/snd-hda-ext-core sound/hda/common/snd-hda-codec
sound/hda/snd-hda-core sound/hda/controllers/snd-hda-acpi
sound/hda/snd-intel-dspcfg sound/hda/controllers/snd-hda-intel
sound/hda/snd-intel-sdw-acpi sound/hda/controllers/snd-hda-tegra
sound/hda/codecs/cirrus/snd-hda-codec-cs420x
sound/hda/codecs/cirrus/snd-hda-codec-cs421x
sound/hda/codecs/cirrus/snd-hda-codec-cs8409
sound/hda/codecs/hdmi/snd-hda-codec-atihdmi
sound/hda/codecs/hdmi/snd-hda-codec-hdmi
sound/hda/codecs/hdmi/snd-hda-codec-intelhdmi
sound/hda/codecs/hdmi/snd-hda-codec-nvhdmi
sound/hda/codecs/hdmi/snd-hda-codec-nvhdmi-mcp
sound/hda/codecs/hdmi/snd-hda-codec-simplehdmi
sound/hda/codecs/hdmi/snd-hda-codec-tegrahdmi
sound/hda/codecs/realtek/snd-hda-codec-alc260
sound/hda/codecs/realtek/snd-hda-codec-alc262
sound/hda/codecs/realtek/snd-hda-codec-alc268
sound/hda/codecs/realtek/snd-hda-codec-alc269
sound/hda/codecs/realtek/snd-hda-codec-alc662
sound/hda/codecs/realtek/snd-hda-codec-alc680
sound/hda/codecs/realtek/snd-hda-codec-alc861
sound/hda/codecs/realtek/snd-hda-codec-alc861vd
sound/hda/codecs/realtek/snd-hda-codec-alc880
sound/hda/codecs/realtek/snd-hda-codec-alc882
sound/hda/codecs/realtek/snd-hda-codec-realtek-lib
sound/hda/codecs/side-codecs/snd-hda-cirrus-scodec
- sound/hda/codecs/side-codecs/snd-hda-cirrus-scodec-test
sound/hda/codecs/side-codecs/snd-hda-scodec-component
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l41
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l41-i2c
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l41-spi
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l56
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l56-i2c
sound/hda/codecs/side-codecs/snd-hda-scodec-cs35l56-spi
sound/hda/codecs/side-codecs/snd-hda-scodec-tas2781
sound/hda/codecs/side-codecs/snd-hda-scodec-tas2781-i2c
sound/hda/codecs/side-codecs/snd-hda-scodec-tas2781-spi
sound/hda/codecs/snd-hda-codec-analog
sound/hda/codecs/snd-hda-codec-ca0110
sound/hda/codecs/snd-hda-codec-ca0132
sound/hda/codecs/snd-hda-codec-cm9825
sound/hda/codecs/snd-hda-codec-cmedia
sound/hda/codecs/snd-hda-codec-conexant
sound/hda/codecs/snd-hda-codec-generic
sound/hda/codecs/snd-hda-codec-idt
sound/hda/codecs/snd-hda-codec-senarytech
sound/hda/codecs/snd-hda-codec-si3054
sound/hda/codecs/snd-hda-codec-via
sound/hda/core/ext/snd-hda-ext-core
sound/hda/core/snd-hda-core
sound/hda/core/snd-intel-dspcfg
sound/hda/core/snd-intel-sdw-acpi
- sound/i2c/other/snd-ak4113 - sound/i2c/other/snd-ak4113
- sound/i2c/other/snd-ak4114 - sound/i2c/other/snd-ak4114
- sound/i2c/other/snd-ak4xxx-adda - sound/i2c/other/snd-ak4xxx-adda
@@ -6650,33 +6713,6 @@
- sound/pci/emu10k1/snd-emu10k1 - sound/pci/emu10k1/snd-emu10k1
- sound/pci/emu10k1/snd-emu10k1-synth - sound/pci/emu10k1/snd-emu10k1-synth
-!optional sound/pci/emu10k1/snd-emu10k1x -!optional sound/pci/emu10k1/snd-emu10k1x
sound/pci/hda/snd-hda-cirrus-scodec
sound/pci/hda/snd-hda-codec
sound/pci/hda/snd-hda-codec-analog
sound/pci/hda/snd-hda-codec-ca0110
sound/pci/hda/snd-hda-codec-ca0132
sound/pci/hda/snd-hda-codec-cirrus
sound/pci/hda/snd-hda-codec-cmedia
sound/pci/hda/snd-hda-codec-conexant
sound/pci/hda/snd-hda-codec-cs8409
sound/pci/hda/snd-hda-codec-generic
sound/pci/hda/snd-hda-codec-hdmi
sound/pci/hda/snd-hda-codec-idt
sound/pci/hda/snd-hda-codec-realtek
- sound/pci/hda/snd-hda-codec-senarytech
sound/pci/hda/snd-hda-codec-si3054
sound/pci/hda/snd-hda-codec-via
sound/pci/hda/snd-hda-cs-dsp-ctls
sound/pci/hda/snd-hda-intel
sound/pci/hda/snd-hda-scodec-component
sound/pci/hda/snd-hda-scodec-cs35l41
sound/pci/hda/snd-hda-scodec-cs35l41-i2c
sound/pci/hda/snd-hda-scodec-cs35l41-spi
sound/pci/hda/snd-hda-scodec-cs35l56
sound/pci/hda/snd-hda-scodec-cs35l56-i2c
sound/pci/hda/snd-hda-scodec-cs35l56-spi
sound/pci/hda/snd-hda-scodec-tas2781-i2c
sound/pci/hda/snd-hda-tegra
- sound/pci/ice1712/snd-ice1712 - sound/pci/ice1712/snd-ice1712
- sound/pci/ice1712/snd-ice1724 - sound/pci/ice1712/snd-ice1724
- sound/pci/ice1712/snd-ice17xx-ak4xxx - sound/pci/ice1712/snd-ice17xx-ak4xxx
@@ -6729,10 +6765,13 @@
sound/soc/amd/acp/snd-acp-pdm sound/soc/amd/acp/snd-acp-pdm
sound/soc/amd/acp/snd-acp-rembrandt sound/soc/amd/acp/snd-acp-rembrandt
sound/soc/amd/acp/snd-acp-renoir sound/soc/amd/acp/snd-acp-renoir
- sound/soc/amd/acp/snd-acp-sdw-legacy-mach
- sound/soc/amd/acp/snd-acp-sdw-mach
- sound/soc/amd/acp/snd-acp-sdw-sof-mach - sound/soc/amd/acp/snd-acp-sdw-sof-mach
sound/soc/amd/acp/snd-acp-sof-mach sound/soc/amd/acp/snd-acp-sof-mach
- sound/soc/amd/acp/snd-acp63 - sound/soc/amd/acp/snd-acp63
- sound/soc/amd/acp/snd-acp70 - sound/soc/amd/acp/snd-acp70
sound/soc/amd/acp/snd-amd-acpi-mach
sound/soc/amd/acp/snd-amd-sdw-acpi sound/soc/amd/acp/snd-amd-sdw-acpi
sound/soc/amd/acp/snd-soc-acpi-amd-match sound/soc/amd/acp/snd-soc-acpi-amd-match
sound/soc/amd/acp_audio_dma sound/soc/amd/acp_audio_dma
@@ -6763,7 +6802,7 @@
sound/soc/atmel/snd-soc-mikroe-proto sound/soc/atmel/snd-soc-mikroe-proto
sound/soc/bcm/snd-soc-63xx sound/soc/bcm/snd-soc-63xx
sound/soc/bcm/snd-soc-bcm2835-i2s sound/soc/bcm/snd-soc-bcm2835-i2s
- sound/soc/codecs/mt6359-accdet sound/soc/codecs/mt6359-accdet
- sound/soc/codecs/snd-soc-aw88261 - sound/soc/codecs/snd-soc-aw88261
- sound/soc/codecs/snd-soc-aw88395-lib - sound/soc/codecs/snd-soc-aw88395-lib
- sound/soc/codecs/snd-soc-chv3-codec - sound/soc/codecs/snd-soc-chv3-codec
@@ -6778,7 +6817,14 @@
- sound/soc/codecs/snd-soc-rt1017-sdca - sound/soc/codecs/snd-soc-rt1017-sdca
- sound/soc/codecs/snd-soc-rt1320-sdw - sound/soc/codecs/snd-soc-rt1320-sdw
- sound/soc/codecs/snd-soc-rtq9128 - sound/soc/codecs/snd-soc-rtq9128
sound/soc/codecs/snd-soc-tas2781-comlib
sound/soc/codecs/snd-soc-wcd-classh sound/soc/codecs/snd-soc-wcd-classh
sound/soc/codecs/snd-soc-wcd-common
sound/soc/codecs/snd-soc-tas2781-comlib-i2c
sound/soc/codecs/snd-soc-tas2781-fwlib
sound/soc/codecs/snd-soc-tas2781-i2c
sound/soc/codecs/snd-soc-tas2781-spi
sound/soc/codecs/snd-soc-tas2783-sdw
- sound/soc/codecs/snd-soc-wcd939x - sound/soc/codecs/snd-soc-wcd939x
- sound/soc/codecs/snd-soc-wcd939x-sdw - sound/soc/codecs/snd-soc-wcd939x-sdw
sound/soc/codecs/* sound/soc/codecs/*
@@ -6830,11 +6876,13 @@
- sound/soc/intel/avs/boards/snd-soc-avs-max98373 - sound/soc/intel/avs/boards/snd-soc-avs-max98373
- sound/soc/intel/avs/boards/snd-soc-avs-max98927 - sound/soc/intel/avs/boards/snd-soc-avs-max98927
- sound/soc/intel/avs/boards/snd-soc-avs-nau8825 - sound/soc/intel/avs/boards/snd-soc-avs-nau8825
- sound/soc/intel/avs/boards/snd-soc-avs-pcm3168a
- sound/soc/intel/avs/boards/snd-soc-avs-probe - sound/soc/intel/avs/boards/snd-soc-avs-probe
- sound/soc/intel/avs/boards/snd-soc-avs-rt274 - sound/soc/intel/avs/boards/snd-soc-avs-rt274
- sound/soc/intel/avs/boards/snd-soc-avs-rt286 - sound/soc/intel/avs/boards/snd-soc-avs-rt286
- sound/soc/intel/avs/boards/snd-soc-avs-rt298 - sound/soc/intel/avs/boards/snd-soc-avs-rt298
- sound/soc/intel/avs/boards/snd-soc-avs-rt5514 - sound/soc/intel/avs/boards/snd-soc-avs-rt5514
- sound/soc/intel/avs/boards/snd-soc-avs-rt5640
- sound/soc/intel/avs/boards/snd-soc-avs-rt5663 - sound/soc/intel/avs/boards/snd-soc-avs-rt5663
- sound/soc/intel/avs/boards/snd-soc-avs-rt5682 - sound/soc/intel/avs/boards/snd-soc-avs-rt5682
- sound/soc/intel/avs/boards/snd-soc-avs-ssm4567 - sound/soc/intel/avs/boards/snd-soc-avs-ssm4567
@@ -6884,6 +6932,7 @@
sound/soc/intel/boards/snd-soc-sst-sof-wm8804 sound/soc/intel/boards/snd-soc-sst-sof-wm8804
- sound/soc/intel/catpt/snd-soc-catpt - sound/soc/intel/catpt/snd-soc-catpt
sound/soc/intel/common/snd-soc-acpi-intel-match sound/soc/intel/common/snd-soc-acpi-intel-match
sound/soc/intel/common/snd-soc-acpi-intel-sdca-quirks
sound/soc/intel/common/snd-soc-sst-dsp sound/soc/intel/common/snd-soc-sst-dsp
sound/soc/intel/common/snd-soc-sst-ipc sound/soc/intel/common/snd-soc-sst-ipc
- sound/soc/intel/keembay/snd-soc-kmb_platform - sound/soc/intel/keembay/snd-soc-kmb_platform
@@ -6987,6 +7036,9 @@
sound/soc/samsung/snd-soc-smdk-wm8994pcm sound/soc/samsung/snd-soc-smdk-wm8994pcm
sound/soc/samsung/snd-soc-snow sound/soc/samsung/snd-soc-snow
sound/soc/sdw_utils/snd-soc-sdw-utils sound/soc/sdw_utils/snd-soc-sdw-utils
sound/soc/sdca/snd-soc-sdca
sound/soc/sdca/snd-soc-sdca-class
sound/soc/sdca/snd-soc-sdca-class-function
- sound/soc/sh/rcar/snd-soc-rcar - sound/soc/sh/rcar/snd-soc-rcar
- sound/soc/sh/snd-soc-fsi - sound/soc/sh/snd-soc-fsi
- sound/soc/sh/snd-soc-rz-ssi - sound/soc/sh/snd-soc-rz-ssi
@@ -7002,6 +7054,7 @@
- sound/soc/sof/imx/snd-sof-imx8 - sound/soc/sof/imx/snd-sof-imx8
- sound/soc/sof/imx/snd-sof-imx8m - sound/soc/sof/imx/snd-sof-imx8m
- sound/soc/sof/imx/snd-sof-imx8ulp - sound/soc/sof/imx/snd-sof-imx8ulp
- sound/soc/sof/imx/snd-sof-imx9
sound/soc/sof/intel/snd-sof-acpi-intel-bdw sound/soc/sof/intel/snd-sof-acpi-intel-bdw
sound/soc/sof/intel/snd-sof-acpi-intel-byt sound/soc/sof/intel/snd-sof-acpi-intel-byt
sound/soc/sof/intel/snd-sof-intel-atom sound/soc/sof/intel/snd-sof-intel-atom
@@ -7009,12 +7062,14 @@
sound/soc/sof/intel/snd-sof-intel-hda-common sound/soc/sof/intel/snd-sof-intel-hda-common
sound/soc/sof/intel/snd-sof-intel-hda-generic sound/soc/sof/intel/snd-sof-intel-hda-generic
sound/soc/sof/intel/snd-sof-intel-hda-mlink sound/soc/sof/intel/snd-sof-intel-hda-mlink
sound/soc/sof/intel/snd-sof-intel-hda-sdw-bpt
sound/soc/sof/intel/snd-sof-pci-intel-apl sound/soc/sof/intel/snd-sof-pci-intel-apl
sound/soc/sof/intel/snd-sof-pci-intel-cnl sound/soc/sof/intel/snd-sof-pci-intel-cnl
sound/soc/sof/intel/snd-sof-pci-intel-icl sound/soc/sof/intel/snd-sof-pci-intel-icl
sound/soc/sof/intel/snd-sof-pci-intel-lnl sound/soc/sof/intel/snd-sof-pci-intel-lnl
sound/soc/sof/intel/snd-sof-pci-intel-mtl sound/soc/sof/intel/snd-sof-pci-intel-mtl
- sound/soc/sof/intel/snd-sof-pci-intel-ptl sound/soc/sof/intel/snd-sof-pci-intel-nvl
sound/soc/sof/intel/snd-sof-pci-intel-ptl
sound/soc/sof/intel/snd-sof-pci-intel-skl 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-tgl
sound/soc/sof/intel/snd-sof-pci-intel-tng sound/soc/sof/intel/snd-sof-pci-intel-tng
@@ -7101,6 +7156,7 @@
sound/usb/snd-usb-audio sound/usb/snd-usb-audio
sound/usb/snd-usbmidi-lib sound/usb/snd-usbmidi-lib
-!optional sound/usb/usx2y/snd-usb-us122l -!optional sound/usb/usx2y/snd-usb-us122l
-!optional sound/usb/usx2y/snd-usb-us144mkii
-!optional sound/usb/usx2y/snd-usb-usx2y -!optional sound/usb/usx2y/snd-usb-usx2y
sound/virtio/virtio_snd sound/virtio/virtio_snd
-!optional sound/x86/snd-hdmi-lpe-audio -!optional sound/x86/snd-hdmi-lpe-audio

BIN
sysctl.tar.bz2 LFS

Binary file not shown.