From: Jan Stancek on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2849
Forward port secure boot signing changes from c9s to ARK.
eln scratch: https://koji.fedoraproject.org/koji/taskinfo?taskID=111349377
rawhide scratch: https://koji.fedoraproject.org/koji/taskinfo?taskID=111342013
Signed-off-by: Jan Stancek <jstancek(a)redhat.com>
---
redhat/keys/redhatsecureboot003.cer | Bin
redhat/keys/redhatsecureboot301.cer | Bin
redhat/keys/redhatsecureboot401.cer | Bin
redhat/keys/redhatsecureboot501.cer | Bin
redhat/keys/redhatsecurebootca1.cer | Bin
redhat/keys/redhatsecurebootca2.cer | Bin
redhat/keys/redhatsecurebootca4.cer | Bin
redhat/keys/redhatsecurebootca5.cer | Bin
redhat/keys/secureboot_ppc.cer | Bin
redhat/keys/secureboot_s390.cer | Bin
redhat/Makefile | 6 --
redhat/kernel.spec.template | 105 ++++++++++++++---------------------
12 files changed, 42 insertions(+), 69 deletions(-)
Hi, we tested your kernel and here are the results:
Overall result: PASSED
Merge: OK
Compile: OK
Test: OK
Tested-by: CKI Project <cki-project(a)redhat.com>
Kernel information:
Brew / Koji Task ID: 111354466
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/121371
If you find a failure unrelated to your changes, please ask the test maintainer to review it.
This will prevent the failures from being incorrectly reported in the future.
Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.
,-. ,-.
( C ) ( K ) Continuous
`-',-.`-' Kernel
( I ) Integration
`-'
______________________________________________________________________________
From: Artem Savkov on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2851
NOTE: Truncated patchset since committer email 'artem.savkov(a)gmail.com'
does not match the submitter's GitLab public email address
'asavkov(a)redhat.com'.
A couple of bpf-related spec changes that were merged to rhel9 but are missing
in ark.
---
redhat/kernel.spec.template | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
From: pbrobinson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2845
NOTE: Truncated patchset due to missing public @redhat.com email
address on your GitLab profile at https://gitlab.com/-/profile.
Once that is fixed, close and reopen the merge request to
retrigger sending the emails.
A few driver updates for Fedora aarch64
Signed-off-by: Peter Robinson pbrobinson(a)redhat.com
---
redhat/configs/fedora/generic/arm/aarch64/CONFIG_DRM_TI_SN65DSI83 | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_SPI_ROCKCHIP_SFC | 2 +-
redhat/configs/fedora/generic/arm/aarch64/CONFIG_TI_ICSSG_PRUETH | 1 +
redhat/configs/fedora/generic/CONFIG_TI_ICSS_IEP => redhat/configs/fedora/generic/arm/aarch64/CONFIG_TI_ICSS_IEP | 0
redhat/configs/fedora/generic/arm/aarch64/CONFIG_VIDEO_IMX_MEDIA | 2 +-
redhat/configs/fedora/generic/x86/CONFIG_SIEMENS_SIMATIC_IPC | 13 ----------
redhat/configs/fedora/generic/CONFIG_TI_ICSSG_PRUETH | 1 -
7 files changed, 4 insertions(+), 16 deletions(-)
From: Jan Stancek <jstancek(a)redhat.com>
rtla: sync summary text with upstream and update Requires
Add License to spec file and sync summary text with upstream
Also add BuildRequires and Requires explicitly for rtla
Signed-off-by: John Kacur <jkacur(a)redhat.com>
Signed-off-by: Jan Stancek <jstancek(a)redhat.com>
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index blahblah..blahblah 100644
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -696,7 +696,11 @@ BuildRequires: opencsd-devel >= 1.0.0
BuildRequires: python3-docutils
BuildRequires: gettext ncurses-devel
BuildRequires: libcap-devel libcap-ng-devel
+# The following are rtla requirements
+BuildRequires: python3-docutils
+BuildRequires: libtraceevent-devel
BuildRequires: libtracefs-devel
+
%ifnarch s390x
BuildRequires: pciutils-devel
%endif
@@ -1171,13 +1175,14 @@ This package provides debug information for package %{package_name}-tools.
%if 0%{gemini}
Epoch: %{gemini}
%endif
-Summary: RTLA: Real-Time Linux Analysis tools
+Summary: Real-Time Linux Analysis tools
+Requires: libtraceevent
+Requires: libtracefs
%description -n rtla
-The rtla tool is a meta-tool that includes a set of commands that
-aims to analyze the real-time properties of Linux. But, instead of
-testing Linux as a black box, rtla leverages kernel tracing
-capabilities to provide precise information about the properties
-and root causes of unexpected results.
+The rtla meta-tool includes a set of commands that aims to analyze
+the real-time properties of Linux. Instead of testing Linux as a black box,
+rtla leverages kernel tracing capabilities to provide precise information
+about the properties and root causes of unexpected results.
%package -n rv
Summary: RV: Runtime Verification
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2847
From: pbrobinson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2848
NOTE: Truncated patchset due to missing public @redhat.com email
address on your GitLab profile at https://gitlab.com/-/profile.
Once that is fixed, close and reopen the merge request to
retrigger sending the emails.
Some cleanups for the old FB framework now some cleanups have landed upstream
and we've generally moved to simpledrm/sysfb.
Signed-off-by: Peter Robinson pbrobinson(a)redhat.com
---
redhat/configs/common/generic/s390x/CONFIG_FB | 1 +
redhat/configs/common/generic/CONFIG_FB_DEVICE | 2 +-
redhat/configs/fedora/generic/s390x/CONFIG_FB | 1 -
redhat/configs/rhel/generic/s390x/CONFIG_FB | 1 -
4 files changed, 2 insertions(+), 3 deletions(-)
From: Jan Stancek <jstancek(a)redhat.com>
rtla: Add License to spec file and sync summary text with upstream
Add License to spec file and sync summary text with upstream
Also add BuildRequires and Requires explicitly for rtla
Signed-off-by: John Kacur <jkacur(a)redhat.com>
Signed-off-by: Jan Stancek <jstancek(a)redhat.com>
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index blahblah..blahblah 100644
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -696,7 +696,11 @@ BuildRequires: opencsd-devel >= 1.0.0
BuildRequires: python3-docutils
BuildRequires: gettext ncurses-devel
BuildRequires: libcap-devel libcap-ng-devel
+# The following are rtla requirements
+BuildRequires: python3-docutils
+BuildRequires: libtraceevent-devel
BuildRequires: libtracefs-devel
+
%ifnarch s390x
BuildRequires: pciutils-devel
%endif
@@ -1171,13 +1175,15 @@ This package provides debug information for package %{package_name}-tools.
%if 0%{gemini}
Epoch: %{gemini}
%endif
-Summary: RTLA: Real-Time Linux Analysis tools
+Summary: Real-Time Linux Analysis tools
+License: GPLv2
+Requires: libtraceevent
+Requires: libtracefs
%description -n rtla
-The rtla tool is a meta-tool that includes a set of commands that
-aims to analyze the real-time properties of Linux. But, instead of
-testing Linux as a black box, rtla leverages kernel tracing
-capabilities to provide precise information about the properties
-and root causes of unexpected results.
+The rtla meta-tool includes a set of commands that aims to analyze
+the real-time properties of Linux. Instead of testing Linux as a black box,
+rtla leverages kernel tracing capabilities to provide precise information
+about the properties and root causes of unexpected results.
%package -n rv
Summary: RV: Runtime Verification
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2847