From: Gerd Hoffmann on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2817
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.
Need to support root filesystem on virtiofs.
Signed-off-by: Gerd Hoffmann <kraxel(a)redhat.com>
---
redhat/dracut-virt.conf | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
From: Scott Weaver <scweaver(a)redhat.com>
Add snd-hda-cirrus-scodec-test to mod-internal.list
This is a new kunit test that needs to be added to the mod-internal list
in order to be able to access the kunit symbols.
Signed-off-by: Scott Weaver <scweaver(a)redhat.com>
diff --git a/redhat/scripts/mod/mod-internal.list b/redhat/scripts/mod/mod-internal.list
index blahblah..blahblah 100644
--- a/redhat/scripts/mod/mod-internal.list
+++ b/redhat/scripts/mod/mod-internal.list
@@ -65,6 +65,7 @@ rocker
scftorture
siphash_kunit
slub_kunit
+snd-hda-cirrus-scodec-test
soc-topology-test
soc-utils-test
stackinit_kunit
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2816
From: Don Zickus <dzickus(a)redhat.com>
Fix s390 zfcpfdump bpf build failures for cgroups
BPF fails to build under s390's zfcpdump variant because cgroups is
disabled. Zfcpdump is a dump kernel and isn't expected to run bpf.
Just disable bpf for that kernel variant.
Signed-off-by: Don Zickus <dzickus(a)redhat.com>
diff --git a/redhat/configs/pending-rhel/generic/s390x/zfcpdump/CONFIG_BPF_SYSCALL b/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_BPF_SYSCALL
rename from redhat/configs/pending-rhel/generic/s390x/zfcpdump/CONFIG_BPF_SYSCALL
rename to redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_BPF_SYSCALL
index blahblah..blahblah 100644
--- a/redhat/configs/pending-rhel/generic/s390x/zfcpdump/CONFIG_BPF_SYSCALL
+++ b/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_BPF_SYSCALL
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2812
From: Justin M. Forbes on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2795
New kunit tests with 6.7 that need to be added to mod-internal list as
they need the kunit symbols.
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
---
redhat/scripts/mod/mod-internal.list | 3 +++
1 files changed, 3 insertions(+), 0 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: 108485780
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/112851
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:
ppc64le - Filesystem - NFS Connectathon
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: Justin M. Forbes <jforbes(a)fedoraproject.org>
Add cfg80211-tests and mac80211-tests to mod-internal.list
New kunit tests with 6.7 that need to be added to mod-internal list as
they need the kunit symbols.
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
diff --git a/redhat/scripts/mod/mod-internal.list b/redhat/scripts/mod/mod-internal.list
index blahblah..blahblah 100644
--- a/redhat/scripts/mod/mod-internal.list
+++ b/redhat/scripts/mod/mod-internal.list
@@ -1,5 +1,6 @@
bitfield_kunit
checksum_kunit
+cfg80211-tests
clk-fractional-divider_test
clk-gate_test
clk_test
@@ -44,6 +45,7 @@ lib_test
list-test
locktorture
mac80211_hwsim
+mac80211-tests
memcpy_kunit
mptcp_crypto_test
mptcp_token_test
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2795