From: Kamal Heib <kheib(a)redhat.com>
redhat/configs: Fix enabling MANA Infiniband
Make sure to enable Microsoft Azure Network Adapter Infiniband only for
x86 arch.
Signed-off-by: Kamal Heib <kheib(a)redhat.com>
diff --git a/redhat/configs/rhel/generic/CONFIG_MANA_INFINIBAND b/redhat/configs/rhel/generic/x86/CONFIG_MANA_INFINIBAND
rename from redhat/configs/rhel/generic/CONFIG_MANA_INFINIBAND
rename to redhat/configs/rhel/generic/x86/CONFIG_MANA_INFINIBAND
index blahblah..blahblah 100644
--- a/redhat/configs/rhel/generic/CONFIG_MANA_INFINIBAND
+++ b/redhat/configs/rhel/generic/x86/CONFIG_MANA_INFINIBAND
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2449
From: Thorsten Leemhuis on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2275
NOTE: Truncated patchset since committer email 'fedora(a)leemhuis.info'
does not match the submitter's GitLab public email address
'linux(a)leemhuis.info'.
These are a few changes I developed for supporting my kernel vanilla builds
(https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories ) that IMHO are
worth integrating upstream.
Signed-off-by: Thorsten Leemhuis <fedora(a)leemhuis.info>
---
redhat/Makefile | 41 ++++++++++++++++++++++++++++++++++++-----
redhat/kernel.spec.template | 3 +++
2 files changed, 39 insertions(+), 5 deletions(-)
From: Felix Maurer on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2422
Improve the packaging process of the no_alu32 bpf selftests. They need a
link to the bpftool binary (this change is already in centos-stream-9
but now added to kernel-ark) and the test_progs-no_alu32 needs to have
symbols, i.e., must not be stripped.
Signed-off-by: Felix Maurer <fmaurer(a)redhat.com>
---
redhat/kernel.spec.template | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
From: Justin M. Forbes on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2419
As with any new kunit test, it has to be added to mod-internal.list or we fail
with depmod issues.
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
---
redhat/scripts/mod/mod-internal.list | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Hi, we tested your kernel and here are the results:
Overall result: FAILED
Merge: OK
Compile: OK
Test: FAILED
Kernel information:
Brew / Koji Task ID: 100428070
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/86180
One or more kernel tests failed:
Unrecognized or new issues:
s390x - Storage - block zstd smoke test
Logs: https://datawarehouse.cki-project.org/kcidb/tests/7983498
We also see the following known issues which are not related to your changes:
Issue: Storage - blktests - nvmeof-mp: 001: tests/nvmeof-mp/rc: line 101: echo: write error: Address already in use
URL: https://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/issues/…
Affected tests:
aarch64 - Storage - blktests - nvmeof-mp
Issue: Storage blktests - nvme-rdma: nvme nvme0: rdma connection establishment failed
URL: https://bugzilla.redhat.com/show_bug.cgi?id=2021451
Affected tests:
aarch64 - Storage - blktests - nvmeof-mp
Issue: (kernel-fedora) Storage - blktests - nvmeof-mp: FAIL: Configured NVMe target driver
URL: https://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/issues/…
Affected tests:
aarch64 - Storage - blktests - nvmeof-mp
ppc64le - Storage - blktests - nvmeof-mp
Issue: xfstests - _check_xfs_filesystem: filesystem on /dev/nvme0n1p4 is inconsistent (r)
URL: https://bugzilla.redhat.com/show_bug.cgi?id=1989409
Affected tests:
aarch64 - xfstests - btrfs
Issue: NFS Connectathon: SELinux prevents rpcbind
URL: https://bugzilla.redhat.com/1758147
Affected tests:
ppc64le - NFS Connectathon
x86_64 - NFS Connectathon
Issue: avc: denied { name_bind } for pid=897864 comm="rpcbind" src=63924 scontext=system_u:system_r:rpcbind_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=udp_socket permissive=1
URL: https://bugzilla.redhat.com/show_bug.cgi?id=1983604#c3
Affected tests:
x86_64 - xfstests - nfsv4.2
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: Prarit Bhargava on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2173
Most of the kernel and its packing is currently xz. There is one
exception, KABI. Remove gzip and change the KABI symbol compression to
xz.
There are other compression algorithms that are becoming more popular. To
prepare for this change, add a compression variable and compression file
extension variable.
Signed-off-by: Prarit Bhargava <prarit(a)redhat.com>
---
redhat/kernel.spec.template | 35 ++++++++++++++---------------------
1 files changed, 14 insertions(+), 21 deletions(-)