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: 115301792
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/136720
One or more kernel tests failed:
We also see the following known issues which are not related to your changes:
Issue: NFS Connectathon: SELinux prevents rpcbind
URL: https://bugzilla.redhat.com/1758147
Affected tests:
Filesystem - NFS Connectathon [x86_64]
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: Augusto Caringi <acaringi(a)redhat.com>
Fix typo in maintaining.rst file
Signed-off-by: Augusto Caringi <acaringi(a)redhat.com>
diff --git a/redhat/docs/maintaining.rst b/redhat/docs/maintaining.rst
index blahblah..blahblah 100644
--- a/redhat/docs/maintaining.rst
+++ b/redhat/docs/maintaining.rst
@@ -113,7 +113,7 @@ From the release branch/tag, run:
# localversion sets the buildid, releases should have an empty build id
rm localversion
touch localversion
- make dist-dist-git
+ make dist-git
cd /tmp/RHEL*/kernel
git commit -a -s -F ../changelog
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3037
From: Andrew Halaney <ahalaney(a)redhat.com>
Enable DRM_CDNS_DSI_J721E for fedora
Some TI SoCs use this for DSI, such as the j784s4evm (who's dts from
the bsp can be seen below). This should allow DISPLAY_PORT1 to work
pending TI ironing out a few remaining issues with the display path
upstream.
Link: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boo…
Link: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boo…
Signed-off-by: Andrew Halaney <ahalaney(a)redhat.com>
diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_DRM_CDNS_DSI b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_DRM_CDNS_DSI
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_DRM_CDNS_DSI
@@ -0,0 +1 @@
+CONFIG_DRM_CDNS_DSI=m
diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_DRM_CDNS_DSI_J721E b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_DRM_CDNS_DSI_J721E
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_DRM_CDNS_DSI_J721E
@@ -0,0 +1 @@
+CONFIG_DRM_CDNS_DSI_J721E=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3031
This is an automated email from the git hooks/post-receive script.
jforbes pushed a commit to branch master
in repository kernel-tests.
The following commit(s) were added to refs/heads/master by this push:
new 6ca1b0d Update the anonymous commithook for the new kerneltest update
6ca1b0d is described below
commit 6ca1b0d46fa3ece0a8b24bad49ef83da531576a0
Author: Justin M. Forbes <jforbes(a)fedoraproject.org>
AuthorDate: Thu Mar 21 15:29:52 2024 -0500
Update the anonymous commithook for the new kerneltest update
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
---
config.example | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.example b/config.example
index 9bebc79..86847f0 100644
--- a/config.example
+++ b/config.example
@@ -31,7 +31,7 @@ submit=none
case $submit in
anonymous)
commit=y
- commithook="curl -H 'Expect:' -F "user=anonymous" -F "test_result=@$logfile\;type=text/x-log" https://apps.fedoraproject.org/kerneltest/upload/anonymous"
+ commithook="curl -H 'Expect:' -F "user=anonymous" -F "test_result=@$logfile" https://kerneltest.fedoraproject.org/upload/anonymous"
;;
authenticated)
commit=y
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
jforbes pushed a commit to branch master
in repository kernel-tests.
The following commit(s) were added to refs/heads/master by this push:
new ceb7e46 Update runtests.sh to print out the proper URL for the web app
ceb7e46 is described below
commit ceb7e46590f3c432552694875f7f47c87971c4ed
Author: Justin M. Forbes <jforbes(a)fedoraproject.org>
AuthorDate: Thu Mar 21 14:34:22 2024 -0500
Update runtests.sh to print out the proper URL for the web app
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
---
runtests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtests.sh b/runtests.sh
index 31079cd..f359f4c 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -189,7 +189,7 @@ if [ "$commit" == "y" ]; then
$commithook
else
printf "\nYour log file is located at: $logfile\n"
- printf "Submit your results to: https://apps.fedoraproject.org/kerneltest/\n"
+ printf "Submit your results to: https://kerneltest.fedoraproject.org/\n"
fi
echo "The following information is not submitted with your log;"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
From: Emanuele Giuseppe Esposito on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2917
We want to enable kernel.spec to optionally ship UKI addons defined in a
common config file in redhat folder.
The folder redhat/addons will contain all addons configs specifying the
UKI kernel cmdline addons to be created in the next build. An addon
config is simply a .addon plain text file, where any line
is taken as kernel cmdline, except for the ones starting with '#',
which will be automatically ignored.
redhat/scripts/uki_addons.py will take care of parsing all configs and
folders in redhat/addons and call 'ukify' to create the actual addons.
The output addon filename will be a concatenation of all folders in
redhat/addons that are part of the addon config path.
For example, an addon config redhat/addons/1/2/3/test.addon will result
in generating redhat/addons_output/1-2-3-test.addon.efi.
It is also possible to add .sbat to all the generated addons, by
populating redhat/addons/sbat/sbat.conf. Syntax is same as the addons
config.
At build time, Makefile will create a tar.gz archive (addons.tar.gz)
containing all the files in redhat/addons. It will then passed to the
kernel specfile that will extract the addons from it and generate the
UKI kernel cmdline addons.
As an example of this feature, add the fips addon to optionally enable fips
(https://issues.redhat.com/browse/RHEL-23049)
---
redhat/addons/fedora/virt/aarch64/sbat/.gitkeep | 0
redhat/addons/fedora/virt/aarch64/fips.addon | 2 +
redhat/addons/fedora/virt/x86_64/fips.addon | 2 +
redhat/addons/rhel/virt/aarch64/sbat/.gitkeep | 0
redhat/addons/rhel/virt/aarch64/fips.addon | 2 +
redhat/addons/rhel/virt/x86_64/fips.addon | 2 +
redhat/scripts/uki_addons.py | 150 ++++++++++++++++++++++++
redhat/Makefile | 9 +
redhat/kernel.spec.template | 44 +++++++
9 files changed, 211 insertions(+), 0 deletions(-)
From: Juri Lelli <juri.lelli(a)redhat.com>
redhat: Fix RT kernel kvm subpackage requires
kernel-rt-kvm package currently depends on kernel-rt meta-package, so it
fails to install if kernel-rt is not installed as well. All the other
kernel-rt-* packages however only depend on the kernel-uname-r so they
do not require the kernel-rt meta-package.
Layered products doesn't use kernel-rt meta-package to side load
kernels, as it would bring in unwanted additional dependency. They
install kernel-rt-* packages and this is then currently a problem for
kernel-rt-kvm.
kernel-rt-kvm doesn't actually require kernel-rt meta-package, but only
the correct kernel-rt (core) version. So, fix its dependencies
accordingly.
Signed-off-by: Juri Lelli <juri.lelli(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
@@ -1504,7 +1504,7 @@ The meta-package for the %{1} kernel\
%package %{?1:%{1}-}kvm\
Summary: KVM modules for package kernel%{?1:-%{1}}\
Group: System Environment/Kernel\
-Requires: kernel%{?1:-%{1}} = %{version}-%{release}\
+Requires: kernel-uname-r = %{KVERREL}%{uname_suffix %{?1:%{1}}}\
Provides: installonlypkg(kernel-module)\
Provides: kernel%{?1:-%{1}}-kvm-%{_target_cpu} = %{version}-%{release}\
AutoReq: no\
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3029
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: 115126473
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/135653
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
`-'
______________________________________________________________________________