forked from pool/kernel-source
Compare commits
2 Commits
Kernel/SL-
...
slfo-1.2
| Author | SHA256 | Date | |
|---|---|---|---|
| 51417a4167 | |||
| fe6d5c17b2 |
16
_constraints
16
_constraints
@@ -4,8 +4,6 @@
|
||||
<conditions>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -71,8 +69,6 @@
|
||||
<arch>armv6l</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -95,8 +91,6 @@
|
||||
<arch>s390x</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -124,8 +118,6 @@
|
||||
<arch>riscv64</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -148,8 +140,6 @@
|
||||
<arch>ppc64le</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -172,8 +162,6 @@
|
||||
<arch>armv7l</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -219,8 +207,6 @@
|
||||
<arch>x86_64</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
@@ -243,8 +229,6 @@
|
||||
<arch>riscv64</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-source:kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-source:kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-source:kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<multibuild>
|
||||
<package>dtb-aarch64</package>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-azure</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-docs</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
# kernel-binary and kernel-source rely on this
|
||||
#
|
||||
|
||||
+x86_64 x86_64/azure
|
||||
+x86_64 x86_64/default
|
||||
+x86_64 -syms x86_64/kvmsmall
|
||||
+x86_64 x86_64/rt
|
||||
@@ -16,7 +15,6 @@
|
||||
+ppc64le ppc64le/default
|
||||
+ppc64le -syms ppc64le/kvmsmall
|
||||
|
||||
+arm64 arm64/azure
|
||||
+arm64 arm64/default
|
||||
+arm64 arm64/64kb
|
||||
+arm64 -syms arm64/kvmsmall
|
||||
|
||||
@@ -14,11 +14,11 @@ LIVEPATCH=livepatch
|
||||
# Enable livepatching related packages on -rt variant
|
||||
LIVEPATCH_RT=1
|
||||
# buildservice projects to build the kernel against
|
||||
OBS_PROJECT=SUSE:SLFO:Main
|
||||
IBS_PROJECT=SUSE:SLFO:Main
|
||||
OBS_PROJECT=SUSE:SLFO:1.2
|
||||
IBS_PROJECT=SUSE:SLFO:1.2
|
||||
# Bugzilla info
|
||||
BUGZILLA_SERVER="apibugzilla.suse.com"
|
||||
BUGZILLA_PRODUCT="SUSE Linux Enterprise Server 16.1"
|
||||
BUGZILLA_PRODUCT="SUSE Linux Enterprise Server 16.0"
|
||||
BUGZILLA_COMPONENT="Kernel"
|
||||
SPLIT_OPTIONAL=Yes
|
||||
SUPPORTED_MODULES_CHECK=Yes
|
||||
|
||||
BIN
config.tar.bz2
LFS
BIN
config.tar.bz2
LFS
Binary file not shown.
3469
dtb-aarch64.changes
3469
dtb-aarch64.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dtb-aarch64
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,7 +27,7 @@
|
||||
Name: dtb-aarch64
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
BIN
kabi.tar.bz2
LFS
BIN
kabi.tar.bz2
LFS
Binary file not shown.
3469
kernel-64kb.changes
3469
kernel-64kb.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-64kb
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-64kb
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
177905
kernel-azure.changes
177905
kernel-azure.changes
File diff suppressed because it is too large
Load Diff
1963
kernel-azure.spec
1963
kernel-azure.spec
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-default
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-default
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
3469
kernel-docs.changes
3469
kernel-docs.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-docs
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define variant %{nil}
|
||||
%define build_html 1
|
||||
%define build_pdf 0
|
||||
@@ -30,7 +30,7 @@
|
||||
Name: kernel-docs
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-kvmsmall
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-kvmsmall
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-obs-build
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -38,7 +38,7 @@
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%global kernel_package kernel%kernel_flavor-srchash-c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
%global kernel_package kernel%kernel_flavor-srchash-5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%endif
|
||||
%if 0%{?rhel_version}
|
||||
%global kernel_package kernel
|
||||
@@ -47,14 +47,14 @@
|
||||
Name: kernel-obs-build
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%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-c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
Provides: kernel-obs-build-srchash-5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: device-mapper
|
||||
BuildRequires: dracut
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-obs-qa
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,7 +25,7 @@
|
||||
Name: kernel-obs-qa
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@@ -36,7 +36,7 @@ BuildRequires: kernel-default
|
||||
# kernel-obs-build must be also configured as VMinstall, but is required
|
||||
# here as well to avoid that qa and build package build parallel
|
||||
%if ! 0%{?qemu_user_space_build}
|
||||
BuildRequires: kernel-obs-build-srchash-c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
BuildRequires: kernel-obs-build-srchash-5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%endif
|
||||
BuildRequires: modutils
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
|
||||
3469
kernel-rt.changes
3469
kernel-rt.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-rt
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-rt
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-source
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define variant %{nil}
|
||||
%define gcc_package gcc13
|
||||
%define gcc_compiler gcc-13
|
||||
@@ -30,7 +30,7 @@
|
||||
Name: kernel-source
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
3469
kernel-syms.changes
3469
kernel-syms.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-syms
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@@ -24,7 +24,7 @@
|
||||
Name: kernel-syms
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-zfcpdump
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define srcversion 6.12
|
||||
%define patchversion 6.12.0
|
||||
%define git_commit c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
%define git_commit 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@@ -42,7 +42,7 @@
|
||||
Name: kernel-zfcpdump
|
||||
Version: 6.12.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc95a0ee
|
||||
Release: <RELEASE>.g5d31a95
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
||||
BIN
patches.kabi.tar.bz2
LFS
BIN
patches.kabi.tar.bz2
LFS
Binary file not shown.
BIN
patches.suse.tar.bz2
LFS
BIN
patches.suse.tar.bz2
LFS
Binary file not shown.
705
series.conf
705
series.conf
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,3 @@
|
||||
2026-01-14 00:00:20 +0000
|
||||
GIT Revision: c95a0ee234696f213bfcad508e98e9357f14cb67
|
||||
GIT Branch: SL-16.1
|
||||
2025-12-11 09:18:13 +0000
|
||||
GIT Revision: 5d31a95c3fc60422efb739def20feefbf5d4d151
|
||||
GIT Branch: SL-16.0
|
||||
|
||||
@@ -435,6 +435,7 @@
|
||||
- drivers/block/ublk_drv # SP6-NEED-REVIEW
|
||||
drivers/block/umem # Micro Memory(tm) PCI memory board block driver
|
||||
+base drivers/block/virtio_blk
|
||||
drivers/block/xen-blkback/xen-blkback
|
||||
+base drivers/block/xen-blkfront
|
||||
drivers/block/zram/zram
|
||||
drivers/bluetooth/ath3k
|
||||
@@ -1348,9 +1349,6 @@
|
||||
drivers/hid/intel-ish-hid/intel-ishtp
|
||||
drivers/hid/intel-ish-hid/intel-ishtp-hid
|
||||
- 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_core
|
||||
-!optional drivers/hid/surface-hid/surface_kbd
|
||||
@@ -3924,6 +3922,7 @@
|
||||
-!optional drivers/net/wwan/rpmsg_wwan_ctrl
|
||||
-!optional drivers/net/wwan/t7xx/mtk_t7xx # SP6-NEED-REVIEW
|
||||
-!optional drivers/net/wwan/wwan_hwsim
|
||||
drivers/net/xen-netback/xen-netback
|
||||
+base drivers/net/xen-netfront
|
||||
drivers/nfc/mei_phy
|
||||
drivers/nfc/pn533/pn533
|
||||
@@ -4299,7 +4298,6 @@
|
||||
-!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
|
||||
- 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-smartconnect # Intel Smart Connect disabling
|
||||
- drivers/platform/x86/intel/intel-vbtn
|
||||
@@ -4324,7 +4322,6 @@
|
||||
drivers/platform/x86/intel/pmc/intel_pmc_core
|
||||
drivers/platform/x86/intel/pmt/pmt_class
|
||||
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/speed_select_if/isst_if_common
|
||||
drivers/platform/x86/intel/speed_select_if/isst_if_mbox_msr
|
||||
@@ -4718,7 +4715,6 @@
|
||||
-!optional drivers/rtc/rtc-mxc
|
||||
- drivers/rtc/rtc-mxc_v2
|
||||
-!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-omap # armv7hl
|
||||
+external drivers/rtc/rtc-opal # supported by IBM
|
||||
@@ -4879,15 +4875,15 @@
|
||||
+base drivers/scsi/sr_mod
|
||||
+base drivers/scsi/st # SCSI Tape Driver
|
||||
+base drivers/scsi/sym53c8xx_2/sym53c8xx
|
||||
drivers/ufs/core/ufshcd-core
|
||||
- drivers/ufs/host/cdns-pltfrm
|
||||
- drivers/ufs/host/ufs-exynos
|
||||
drivers/ufs/host/ufs-hisi
|
||||
drivers/ufs/host/ufs-mediatek
|
||||
drivers/ufs/host/ufs-qcom
|
||||
- drivers/ufs/host/ufshcd-pci
|
||||
drivers/ufs/host/ufshcd-pltfrm
|
||||
drivers/ufs/host/ti-j721e-ufs # jsc#PED-1379
|
||||
drivers/scsi/ufs/core/ufshcd-core
|
||||
- drivers/scsi/ufs/host/cdns-pltfrm
|
||||
- drivers/scsi/ufs/host/ufs-exynos
|
||||
drivers/scsi/ufs/host/ufs-hisi
|
||||
drivers/scsi/ufs/host/ufs-mediatek
|
||||
drivers/scsi/ufs/host/ufs-qcom
|
||||
- drivers/scsi/ufs/host/ufshcd-pci
|
||||
drivers/scsi/ufs/host/ufshcd-pltfrm
|
||||
drivers/scsi/ufs/ti-j721e-ufs # jsc#PED-1379
|
||||
+base drivers/scsi/virtio_scsi
|
||||
+base drivers/scsi/vmw_pvscsi # fate#315587 VMware Paravirtualized SCSI
|
||||
drivers/scsi/xen-scsifront
|
||||
@@ -5195,7 +5191,6 @@
|
||||
drivers/thermal/intel/int340x_thermal/int3403_thermal
|
||||
- drivers/thermal/intel/int340x_thermal/int3406_thermal
|
||||
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_pci
|
||||
- drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci_legacy
|
||||
@@ -5285,7 +5280,6 @@
|
||||
-!optional drivers/tty/serial/sprd_serial
|
||||
- drivers/tty/serial/stm32-usart
|
||||
drivers/tty/serial/tegra-tcu
|
||||
drivers/tty/serial/tegra-utc # jsc#PED-13694
|
||||
drivers/tty/serial/ucc_uart
|
||||
- drivers/tty/serial/xilinx_uartps
|
||||
-!optional drivers/tty/synclink
|
||||
@@ -5888,11 +5882,14 @@
|
||||
drivers/watchdog/xilinx_wwdt
|
||||
- drivers/watchdog/ziirave_wdt
|
||||
- drivers/watchdog/zx2967_wdt
|
||||
drivers/xen/xen-acpi-processor
|
||||
drivers/xen/xen-evtchn
|
||||
-!optional drivers/xen/xen-front-pgdir-shbuf
|
||||
drivers/xen/xen-gntalloc
|
||||
drivers/xen/xen-gntdev
|
||||
drivers/xen/xen-pciback/xen-pciback # Xen PCI device backend
|
||||
drivers/xen/xen-privcmd
|
||||
drivers/xen/xen-scsiback
|
||||
drivers/xen/xenfs/xenfs
|
||||
fs/9p/9p
|
||||
fs/binfmt_misc
|
||||
@@ -5914,6 +5911,7 @@
|
||||
fs/fuse/virtiofs # virtiofs: virtio-fs host<->guest shared file system
|
||||
+base fs/isofs/isofs
|
||||
+base fs/jbd2/jbd2
|
||||
- fs/ksmbd/ksmbd # SP6-NEED-REVIEW
|
||||
fs/lockd/lockd
|
||||
+base fs/mbcache
|
||||
+base fs/netfs/netfs
|
||||
@@ -5989,7 +5987,6 @@
|
||||
fs/smb/client/cifs # VFS to access servers complying with the SNIA CIFS Specification e.g. Samba and Windows
|
||||
fs/smb/common/cifs_arc4 # used by cifs.ko, split done in upstream 23e91d8b
|
||||
fs/smb/common/cifs_md4 # used by cifs.ko, split done in upstream 23e91d8b
|
||||
- fs/smb/server/ksmbd
|
||||
fs/squashfs/squashfs
|
||||
fs/udf/udf # Universal Disk Format Filesystem
|
||||
+base fs/xfs/xfs # bsc#457668
|
||||
|
||||
Reference in New Issue
Block a user