Sync from SUSE:SLFO:Kernel:1.0 kernel-source-rt revision bdf00ee4d3c104213842ef2fba8bc7d4

This commit is contained in:
Adrian Schröter 2024-11-06 18:28:57 +01:00
parent 35fa1e6af7
commit e6c37eb89f
15 changed files with 14216 additions and 37 deletions

View File

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

View File

@ -11,6 +11,8 @@ BUILD_DTBS="Yes"
MULTIBUILD="Yes"
# Use new style livepatch package names
LIVEPATCH=livepatch
# Enable livepatching related packages on -rt variant
LIVEPATCH_RT=1
# buildservice projects to build the kernel against
OBS_PROJECT=SUSE:ALP:Source:Standard:Core:1.0:Build
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 patchversion 6.4.0
%define git_commit 02ae186887e396576d7eac8d2cd8e1c22baa862a
%define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
%define variant -rt%{nil}
%define compress_modules zstd
%define compress_vmlinux xz
%define livepatch livepatch%{nil}
%define livepatch_rt %{nil}
%define livepatch_rt 1%{nil}
%define sb_efi_only 0
%define split_base 0
%define split_optional 0
@ -39,7 +39,7 @@
Name: kernel-rt
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g02ae186
Release: <RELEASE>.gb49e7e5
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit 02ae186887e396576d7eac8d2cd8e1c22baa862a
%define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
%define variant -rt%{nil}
%include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@
Name: kernel-source-rt
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.g02ae186
Release: <RELEASE>.gb49e7e5
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
#
%define git_commit 02ae186887e396576d7eac8d2cd8e1c22baa862a
%define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
%define variant -rt%{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,7 +25,7 @@ Name: kernel-syms-rt
Version: 6.4.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g02ae186
Release: <RELEASE>.gb49e7e5
%else
Release: 0
%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-03 23:16:36 +0000
GIT Revision: 02ae186887e396576d7eac8d2cd8e1c22baa862a
GIT Branch: ALP-current-RT
2024-10-15 14:03:13 +0000
GIT Revision: b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
GIT Branch: SUSE-2024-RT

View File

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