Sync from SUSE:ALP:Source:Standard:1.0 kernel-source revision c3a0f9b244851f514a190ca613505509
This commit is contained in:
parent
73f4fc3688
commit
3908250375
@ -15,6 +15,7 @@ declare -a IGNORED_CONFIGS_RE=(
|
|||||||
'CC_VERSION_TEXT'
|
'CC_VERSION_TEXT'
|
||||||
'DYNAMIC_SIGFRAME'
|
'DYNAMIC_SIGFRAME'
|
||||||
'FTRACE_MCOUNT_USE_[A-Z_]*'
|
'FTRACE_MCOUNT_USE_[A-Z_]*'
|
||||||
|
'GCC_ASM_GOTO_OUTPUT_WORKAROUND'
|
||||||
'GCC_VERSION'
|
'GCC_VERSION'
|
||||||
'G*CC[0-9]*_NO_[A-Z_]*'
|
'G*CC[0-9]*_NO_[A-Z_]*'
|
||||||
'HAVE_[A-Z]*_COMPILER'
|
'HAVE_[A-Z]*_COMPILER'
|
||||||
|
@ -64,13 +64,13 @@ done >"$series" < <($(dirname $0)/guards $EXTRA_SYMBOLS <series.conf)
|
|||||||
|
|
||||||
# Parse all the changes to KERNELRELEASE out of all patches and
|
# Parse all the changes to KERNELRELEASE out of all patches and
|
||||||
# convert them to shell code that can be evaluated. Evaluate it.
|
# convert them to shell code that can be evaluated. Evaluate it.
|
||||||
eval "$(
|
eval "$( {
|
||||||
<"$series" xargs awk '
|
<"$series" xargs awk '
|
||||||
/^--- |^\+\+\+ / \
|
/^--- |^\+\+\+ / \
|
||||||
{ M = match($2, /^[^\/]+\/Makefile( \t|$)/) }
|
{ M = match($2, /^[^\/]+\/Makefile( \t|$)/) }
|
||||||
M && /^+(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION)/ \
|
M && /^+(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION)/ \
|
||||||
{ print }
|
{ print }
|
||||||
' \
|
' || echo exit 1 ; } \
|
||||||
| sed -e 's,^+,,' -e 's, *= *\(.*\),="\1",'
|
| sed -e 's,^+,,' -e 's, *= *\(.*\),="\1",'
|
||||||
)"
|
)"
|
||||||
|
|
||||||
|
BIN
config.tar.bz2
(Stored with Git LFS)
BIN
config.tar.bz2
(Stored with Git LFS)
Binary file not shown.
16175
dtb-aarch64.changes
16175
dtb-aarch64.changes
File diff suppressed because it is too large
Load Diff
@ -27,7 +27,7 @@
|
|||||||
Name: dtb-aarch64
|
Name: dtb-aarch64
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
BIN
kabi.tar.bz2
(Stored with Git LFS)
BIN
kabi.tar.bz2
(Stored with Git LFS)
Binary file not shown.
16175
kernel-64kb.changes
16175
kernel-64kb.changes
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.4
|
%define srcversion 6.4
|
||||||
%define patchversion 6.4.0
|
%define patchversion 6.4.0
|
||||||
%define git_commit 0a197a42526eecc5fd974c0d70ef0654f741df11
|
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -115,7 +115,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
16175
kernel-debug.changes
16175
kernel-debug.changes
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.4
|
%define srcversion 6.4
|
||||||
%define patchversion 6.4.0
|
%define patchversion 6.4.0
|
||||||
%define git_commit 0a197a42526eecc5fd974c0d70ef0654f741df11
|
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -115,7 +115,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
16175
kernel-default.changes
16175
kernel-default.changes
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.4
|
%define srcversion 6.4
|
||||||
%define patchversion 6.4.0
|
%define patchversion 6.4.0
|
||||||
%define git_commit 0a197a42526eecc5fd974c0d70ef0654f741df11
|
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -115,7 +115,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
16175
kernel-docs.changes
16175
kernel-docs.changes
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.4
|
%define srcversion 6.4
|
||||||
%define patchversion 6.4.0
|
%define patchversion 6.4.0
|
||||||
%define git_commit 0a197a42526eecc5fd974c0d70ef0654f741df11
|
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define build_html 1
|
%define build_html 1
|
||||||
%define build_pdf 0
|
%define build_pdf 0
|
||||||
@ -33,7 +33,7 @@ License: GPL-2.0-only
|
|||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
16175
kernel-kvmsmall.changes
16175
kernel-kvmsmall.changes
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.4
|
%define srcversion 6.4
|
||||||
%define patchversion 6.4.0
|
%define patchversion 6.4.0
|
||||||
%define git_commit 0a197a42526eecc5fd974c0d70ef0654f741df11
|
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -115,7 +115,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
16175
kernel-obs-build.changes
16175
kernel-obs-build.changes
File diff suppressed because it is too large
Load Diff
@ -44,7 +44,7 @@ BuildRequires: util-linux
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: kernel%kernel_flavor-srchash-0a197a42526eecc5fd974c0d70ef0654f741df11
|
BuildRequires: kernel%kernel_flavor-srchash-b599b6792b5e73264ffa33bdae47b19dc43f9401
|
||||||
|
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
BuildRequires: kernel
|
BuildRequires: kernel
|
||||||
@ -62,7 +62,7 @@ License: GPL-2.0-only
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
16175
kernel-obs-qa.changes
16175
kernel-obs-qa.changes
File diff suppressed because it is too large
Load Diff
@ -38,7 +38,7 @@ License: GPL-2.0-only
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
16175
kernel-source.changes
16175
kernel-source.changes
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.4
|
%define srcversion 6.4
|
||||||
%define patchversion 6.4.0
|
%define patchversion 6.4.0
|
||||||
%define git_commit 0a197a42526eecc5fd974c0d70ef0654f741df11
|
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -33,7 +33,7 @@
|
|||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
16175
kernel-syms.changes
16175
kernel-syms.changes
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define git_commit 0a197a42526eecc5fd974c0d70ef0654f741df11
|
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -28,7 +28,7 @@ Group: Development/Sources
|
|||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
16175
kernel-zfcpdump.changes
16175
kernel-zfcpdump.changes
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.4
|
%define srcversion 6.4
|
||||||
%define patchversion 6.4.0
|
%define patchversion 6.4.0
|
||||||
%define git_commit 0a197a42526eecc5fd974c0d70ef0654f741df11
|
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -115,7 +115,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0a197a4
|
Release: <RELEASE>.gb599b67
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
BIN
patches.suse.tar.bz2
(Stored with Git LFS)
BIN
patches.suse.tar.bz2
(Stored with Git LFS)
Binary file not shown.
2378
series.conf
2378
series.conf
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
|||||||
2024-02-23 06:00:05 +0000
|
2024-03-02 07:36:07 +0000
|
||||||
GIT Revision: 0a197a42526eecc5fd974c0d70ef0654f741df11
|
GIT Revision: b599b6792b5e73264ffa33bdae47b19dc43f9401
|
||||||
GIT Branch: ALP-current
|
GIT Branch: ALP-current
|
||||||
|
@ -627,6 +627,15 @@
|
|||||||
- drivers/crypto/hisilicon/trng/histb-trng # SP6-NEED-REVIEW
|
- drivers/crypto/hisilicon/trng/histb-trng # SP6-NEED-REVIEW
|
||||||
- drivers/crypto/hisilicon/zip/hisi_zip # SP6-NEED-REVIEW
|
- drivers/crypto/hisilicon/zip/hisi_zip # SP6-NEED-REVIEW
|
||||||
drivers/crypto/inside-secure/crypto_safexcel
|
drivers/crypto/inside-secure/crypto_safexcel
|
||||||
|
+external drivers/crypto/intel/iaa/iaa_crypto #Intel
|
||||||
|
+external drivers/crypto/intel/qat/qat_4xxx/qat_4xxx #Intel
|
||||||
|
+external drivers/crypto/intel/qat/qat_c3xxx/qat_c3xxx #Intel
|
||||||
|
+external drivers/crypto/intel/qat/qat_c3xxxvf/qat_c3xxxvf #Intel
|
||||||
|
+external drivers/crypto/intel/qat/qat_c62x/qat_c62x #Intel
|
||||||
|
+external drivers/crypto/intel/qat/qat_c62xvf/qat_c62xvf #Intel
|
||||||
|
+external drivers/crypto/intel/qat/qat_common/intel_qat #Intel
|
||||||
|
+external drivers/crypto/intel/qat/qat_dh895xcc/qat_dh895xcc #Intel
|
||||||
|
+external drivers/crypto/intel/qat/qat_dh895xccvf/qat_dh895xccvf #Intel
|
||||||
drivers/crypto/keembay/keembay-ocs-aes
|
drivers/crypto/keembay/keembay-ocs-aes
|
||||||
drivers/crypto/keembay/keembay-ocs-ecc # SP6-NEED-REVIEW
|
drivers/crypto/keembay/keembay-ocs-ecc # SP6-NEED-REVIEW
|
||||||
drivers/crypto/keembay/keembay-ocs-hcu
|
drivers/crypto/keembay/keembay-ocs-hcu
|
||||||
@ -644,14 +653,6 @@
|
|||||||
- drivers/crypto/omap-sham # armv7hl
|
- drivers/crypto/omap-sham # armv7hl
|
||||||
drivers/crypto/padlock-aes
|
drivers/crypto/padlock-aes
|
||||||
drivers/crypto/padlock-sha
|
drivers/crypto/padlock-sha
|
||||||
+external drivers/crypto/qat/qat_4xxx/qat_4xxx #Intel
|
|
||||||
+external drivers/crypto/qat/qat_c3xxx/qat_c3xxx #Intel
|
|
||||||
+external drivers/crypto/qat/qat_c3xxxvf/qat_c3xxxvf #Intel
|
|
||||||
+external drivers/crypto/qat/qat_c62x/qat_c62x #Intel
|
|
||||||
+external drivers/crypto/qat/qat_c62xvf/qat_c62xvf #Intel
|
|
||||||
+external drivers/crypto/qat/qat_common/intel_qat #Intel
|
|
||||||
+external drivers/crypto/qat/qat_dh895xcc/qat_dh895xcc #Intel
|
|
||||||
+external drivers/crypto/qat/qat_dh895xccvf/qat_dh895xccvf #Intel
|
|
||||||
drivers/crypto/qce/qcrypto
|
drivers/crypto/qce/qcrypto
|
||||||
- drivers/crypto/qcom-rng
|
- drivers/crypto/qcom-rng
|
||||||
drivers/crypto/rockchip/rk_crypto
|
drivers/crypto/rockchip/rk_crypto
|
||||||
@ -758,6 +759,7 @@
|
|||||||
- drivers/edac/al_mc_edac
|
- drivers/edac/al_mc_edac
|
||||||
drivers/edac/amd64_edac # EDAC driver for all AMD platforms
|
drivers/edac/amd64_edac # EDAC driver for all AMD platforms
|
||||||
drivers/ras/amd/atl/amd_atl # Library used by amd's edac
|
drivers/ras/amd/atl/amd_atl # Library used by amd's edac
|
||||||
|
drivers/ras/amd/fmpm
|
||||||
-!optional drivers/edac/aspeed_edac # armv7hl
|
-!optional drivers/edac/aspeed_edac # armv7hl
|
||||||
drivers/edac/bluefield_edac
|
drivers/edac/bluefield_edac
|
||||||
drivers/edac/cpc925_edac # IBM HT-bridge in some PPC hw
|
drivers/edac/cpc925_edac # IBM HT-bridge in some PPC hw
|
||||||
@ -1005,6 +1007,7 @@
|
|||||||
drivers/gpu/drm/drm_dp_aux_bus
|
drivers/gpu/drm/drm_dp_aux_bus
|
||||||
drivers/gpu/drm/drm_dp_helper
|
drivers/gpu/drm/drm_dp_helper
|
||||||
drivers/gpu/drm/drm_exec
|
drivers/gpu/drm/drm_exec
|
||||||
|
drivers/gpu/drm/drm_gpuvm
|
||||||
drivers/gpu/drm/drm_kms_helper
|
drivers/gpu/drm/drm_kms_helper
|
||||||
- drivers/gpu/drm/drm_mipi_dbi
|
- drivers/gpu/drm/drm_mipi_dbi
|
||||||
drivers/gpu/drm/drm_panel_orientation_quirks
|
drivers/gpu/drm/drm_panel_orientation_quirks
|
||||||
@ -3249,8 +3252,8 @@
|
|||||||
drivers/net/pcs/pcs-lynx
|
drivers/net/pcs/pcs-lynx
|
||||||
- drivers/net/pcs/pcs-mtk-lynxi # SP6-NEED-REVIEW
|
- drivers/net/pcs/pcs-mtk-lynxi # SP6-NEED-REVIEW
|
||||||
drivers/net/pcs/pcs-xpcs
|
drivers/net/pcs/pcs-xpcs
|
||||||
-!optional drivers/net/phy/adin # SP6-NEED-REVIEW
|
drivers/net/phy/adin
|
||||||
-!optional drivers/net/phy/adin1100 # SP6-NEED-REVIEW
|
-!optional drivers/net/phy/adin1100
|
||||||
drivers/net/phy/amd
|
drivers/net/phy/amd
|
||||||
drivers/net/phy/aquantia
|
drivers/net/phy/aquantia
|
||||||
drivers/net/phy/at803x
|
drivers/net/phy/at803x
|
||||||
@ -5159,6 +5162,7 @@
|
|||||||
+base drivers/video/fbdev/core/cfbfillrect
|
+base drivers/video/fbdev/core/cfbfillrect
|
||||||
+base drivers/video/fbdev/core/cfbimgblt
|
+base drivers/video/fbdev/core/cfbimgblt
|
||||||
drivers/video/fbdev/core/fb
|
drivers/video/fbdev/core/fb
|
||||||
|
drivers/video/fbdev/core/fb_io_fops
|
||||||
drivers/video/fbdev/core/fb_sys_fops
|
drivers/video/fbdev/core/fb_sys_fops
|
||||||
drivers/video/fbdev/core/syscopyarea
|
drivers/video/fbdev/core/syscopyarea
|
||||||
drivers/video/fbdev/core/sysfillrect
|
drivers/video/fbdev/core/sysfillrect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user