Sync from SUSE:ALP:Source:Standard:1.0 kernel-source-rt revision bdf00ee4d3c104213842ef2fba8bc7d4

This commit is contained in:
Adrian Schröter 2024-11-04 12:53:44 +01:00
parent a8bedcfc9d
commit 5f4076f7d7
15 changed files with 14096 additions and 33 deletions

View File

@ -5,6 +5,7 @@
# #
# please keep them sorted alphabetically # please keep them sorted alphabetically
declare -a IGNORED_CONFIGS_RE=( declare -a IGNORED_CONFIGS_RE=(
'ARCH_USING_PATCHABLE_FUNCTION_ENTRY'
'AS_HAS_[A-Z0-9_]*' 'AS_HAS_[A-Z0-9_]*'
'AS_VERSION' 'AS_VERSION'
'AS_WRUSS' # x86_32 'AS_WRUSS' # x86_32

View File

@ -11,6 +11,8 @@ BUILD_DTBS="Yes"
MULTIBUILD="Yes" MULTIBUILD="Yes"
# Use new style livepatch package names # Use new style livepatch package names
LIVEPATCH=livepatch LIVEPATCH=livepatch
# Enable livepatching related packages on -rt variant
LIVEPATCH_RT=1
# buildservice projects to build the kernel against # buildservice projects to build the kernel against
OBS_PROJECT=SUSE:ALP:Source:Standard:Core:1.0:Build OBS_PROJECT=SUSE:ALP:Source:Standard:Core:1.0:Build
OBS_PROJECT_ARM=openSUSE:Factory:ARM OBS_PROJECT_ARM=openSUSE:Factory:ARM

File diff suppressed because it is too large Load Diff

View File

@ -19,12 +19,12 @@
%define srcversion 6.4 %define srcversion 6.4
%define patchversion 6.4.0 %define patchversion 6.4.0
%define git_commit e934c8fe561e3b4e6eeb3d36934180260478343a %define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
%define variant -rt%{nil} %define variant -rt%{nil}
%define compress_modules zstd %define compress_modules zstd
%define compress_vmlinux xz %define compress_vmlinux xz
%define livepatch livepatch%{nil} %define livepatch livepatch%{nil}
%define livepatch_rt %{nil} %define livepatch_rt 1%{nil}
%define sb_efi_only 0 %define sb_efi_only 0
%define split_base 0 %define split_base 0
%define split_optional 0 %define split_optional 0
@ -39,7 +39,7 @@
Name: kernel-rt Name: kernel-rt
Version: 6.4.0 Version: 6.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.ge934c8f Release: <RELEASE>.gb49e7e5
%else %else
Release: 0 Release: 0
%endif %endif

File diff suppressed because it is too large Load Diff

View File

@ -19,12 +19,12 @@
%define srcversion 6.4 %define srcversion 6.4
%define patchversion 6.4.0 %define patchversion 6.4.0
%define git_commit e934c8fe561e3b4e6eeb3d36934180260478343a %define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
%define variant -rt%{nil} %define variant -rt%{nil}
%define compress_modules zstd %define compress_modules zstd
%define compress_vmlinux xz %define compress_vmlinux xz
%define livepatch livepatch%{nil} %define livepatch livepatch%{nil}
%define livepatch_rt %{nil} %define livepatch_rt 1%{nil}
%define sb_efi_only 0 %define sb_efi_only 0
%define split_base 0 %define split_base 0
%define split_optional 0 %define split_optional 0
@ -39,7 +39,7 @@
Name: kernel-rt_debug Name: kernel-rt_debug
Version: 6.4.0 Version: 6.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.ge934c8f Release: <RELEASE>.gb49e7e5
%else %else
Release: 0 Release: 0
%endif %endif

File diff suppressed because it is too large Load Diff

View File

@ -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 e934c8fe561e3b4e6eeb3d36934180260478343a %define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
%define variant -rt%{nil} %define variant -rt%{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@
Name: kernel-source-rt Name: kernel-source-rt
Version: 6.4.0 Version: 6.4.0
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.ge934c8f Release: <RELEASE>.gb49e7e5
%else %else
Release: 0 Release: 0
%endif %endif

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
# #
%define git_commit e934c8fe561e3b4e6eeb3d36934180260478343a %define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
%define variant -rt%{nil} %define variant -rt%{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -25,7 +25,7 @@ Name: kernel-syms-rt
Version: 6.4.0 Version: 6.4.0
%if %using_buildservice %if %using_buildservice
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.ge934c8f Release: <RELEASE>.gb49e7e5
%else %else
Release: 0 Release: 0
%endif %endif

BIN
patches.kabi.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
patches.suse.tar.bz2 (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
2024-09-13 21:48:05 +0000 2024-10-15 14:03:13 +0000
GIT Revision: e934c8fe561e3b4e6eeb3d36934180260478343a GIT Revision: b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
GIT Branch: ALP-current-RT GIT Branch: SUSE-2024-RT

View File

@ -173,7 +173,7 @@
arch/x86/oprofile/oprofile # OProfile system profiler arch/x86/oprofile/oprofile # OProfile system profiler
block/t10-pi block/t10-pi
crypto/842 crypto/842
- crypto/adiantum crypto/adiantum
crypto/aead # SP6-NEED-REVIEW crypto/aead # SP6-NEED-REVIEW
- crypto/aegis128 - crypto/aegis128
- crypto/aegis128l - crypto/aegis128l
@ -295,7 +295,7 @@
crypto/vmac crypto/vmac
crypto/wp512 crypto/wp512
crypto/xcbc crypto/xcbc
- crypto/xctr # SP6-NEED-REVIEW crypto/xctr
crypto/xor crypto/xor
crypto/xts # SP6-NEED-REVIEW crypto/xts # SP6-NEED-REVIEW
crypto/xxhash_generic crypto/xxhash_generic