From: Mark Salter <msalter(a)redhat.com>
redhat/configs: move SOC_TEGRA_CBB from pending to common
Move CONFIG_SOC_TEGRA_CBB out of pending-fedora into common so
RHEL can use it.
Signed-off-by: Mark Salter <msalter(a)redhat.com>
diff --git a/redhat/configs/pending-fedora/generic/CONFIG_SOC_TEGRA_CBB b/redhat/configs/common/generic/arm/aarch64/CONFIG_SOC_TEGRA_CBB
rename from redhat/configs/pending-fedora/generic/CONFIG_SOC_TEGRA_CBB
rename to redhat/configs/common/generic/arm/aarch64/CONFIG_SOC_TEGRA_CBB
index blahblah..blahblah 100644
--- a/redhat/configs/pending-fedora/generic/CONFIG_SOC_TEGRA_CBB
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_SOC_TEGRA_CBB
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2177
From: Al Stone <ahs3(a)redhat.com>
Clean up the config for the Tegra186 timer
This device is used by NVIDIA Orin and needs to be enabled for arm64.
However, the default is to be not set so we can move this to common
and simplify.
Signed-off-by: Al Stone <ahs3(a)redhat.com>
diff --git a/redhat/configs/ark/generic/CONFIG_TEGRA186_TIMER b/redhat/configs/common/generic/arm/CONFIG_TEGRA186_TIMER
rename from redhat/configs/ark/generic/CONFIG_TEGRA186_TIMER
rename to redhat/configs/common/generic/arm/CONFIG_TEGRA186_TIMER
index blahblah..blahblah 100644
--- a/redhat/configs/ark/generic/CONFIG_TEGRA186_TIMER
+++ b/redhat/configs/common/generic/arm/CONFIG_TEGRA186_TIMER
diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_TEGRA186_TIMER b/redhat/configs/common/generic/arm/aarch64/CONFIG_TEGRA186_TIMER
rename from redhat/configs/fedora/generic/arm/aarch64/CONFIG_TEGRA186_TIMER
rename to redhat/configs/common/generic/arm/aarch64/CONFIG_TEGRA186_TIMER
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_TEGRA186_TIMER
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_TEGRA186_TIMER
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_TEGRA186_TIMER b/redhat/configs/fedora/generic/arm/CONFIG_TEGRA186_TIMER
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/arm/CONFIG_TEGRA186_TIMER
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_TEGRA186_TIMER is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166
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 are two
exceptions: the aarch64 boot an initrd images [1] and KABI. Mark gzip as
only being necessary for aarch64, 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>
[1] There is upstream work on implementing xz and other compression
algorithms for aarch64. This work should be completed in the next few
upstream kernel and bootloader releases.
---
redhat/kernel.spec.template | 40 +++++++++++++++++++++-------------------
1 files changed, 21 insertions(+), 19 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: 94846985
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/61980
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://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/issues/…
Affected tests:
aarch64 - NFS Connectathon
Issue: avc: denied { sys_admin } for pid=674004 comm="systemd-gpt-aut" capability=21 scontext=system_u:system_r:systemd_gpt_generator_t:s0 tcontext=system_u:system_r:systemd_gpt_generator_t:s0 tclass=capability permissive=0
URL: https://bugzilla.redhat.com/show_bug.cgi?id=2083900
Affected tests:
aarch64 - Networking MACsec: sanity
aarch64 - Networking cki netfilter test
aarch64 - ALSA PCM loopback test
aarch64 - Storage - SCSI VPD
ppc64le - Networking MACsec: sanity
ppc64le - Networking cki netfilter test
ppc64le - ALSA PCM loopback test
x86_64 - Networking MACsec: sanity
x86_64 - Networking cki netfilter test
x86_64 - ALSA PCM loopback test
x86_64 - Storage - SCSI VPD
Issue: Networking MACsec: sanity: Cannot find device "dummy0"
URL: https://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/issues/…
Affected tests:
aarch64 - Networking MACsec: sanity
ppc64le - Networking MACsec: sanity
x86_64 - Networking MACsec: sanity
Issue: Networking route: pmtu: Cannot find device "veth0_client"
URL: https://bugzilla.redhat.com/show_bug.cgi?id=2118519
Affected tests:
aarch64 - Networking MACsec: sanity
ppc64le - Networking MACsec: sanity
x86_64 - Networking MACsec: sanity
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: Storage blktests - blk: scsi/007: Reading from scsi_debug failed
URL: https://bugzilla.redhat.com/show_bug.cgi?id=2027550
Affected tests:
s390x - Storage - blktests - blk
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
`-'
______________________________________________________________________________