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: 93114745
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/56459
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:
s390x - NFS Connectathon
x86_64 - NFS Connectathon
Issue: Storage blktests - blk: scsi/007: Reading from scsi_debug failed
URL: https://bugzilla.redhat.com/show_bug.cgi?id=2027550
Affected tests:
x86_64 - Storage - blktests - blk
Issue: Storage block - storage fio numa: Performance comparison: min:40535 * 1.15 < max:81259
URL: https://bugzilla.redhat.com/show_bug.cgi?id=2032094
Affected tests:
x86_64 - Storage - block - storage fio numa
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 tag it at https://datawarehouse.cki-project.org .
This will prevent the failures from being incorrectly reported in the future.
If you don't have permissions to tag an issue, you can contact the CKI team or
test maintainers.
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
`-'
______________________________________________________________________________
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: 93098008
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/56449
One or more kernel tests failed:
We also see the following known issues which are not related to your changes:
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
Issue: NFS Connectathon: SELinux prevents rpcbind
URL: https://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/issues/…
Affected tests:
ppc64le - NFS Connectathon
s390x - NFS Connectathon
If you find a failure unrelated to your changes, please tag it at https://datawarehouse.cki-project.org .
This will prevent the failures from being incorrectly reported in the future.
If you don't have permissions to tag an issue, you can contact the CKI team or
test maintainers.
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
`-'
______________________________________________________________________________
Hey All,
I would like to invite all of you to participate in the Kernel 6.0
Test week is happening from 2022-10-16 to 2022-10-23. It's
fairly simple, head over to the wiki [0] and read in detail about the
test week and simply run the test case mentioned in[1] and enter your
results.
As usual, the Fedora QA team will hangout at #fedora-test-day(a)libera.chat
for question and discussion.
[0] http://fedoraproject.org/wiki/Test_Day:2022-10-16_Kernel_6.0_Test_Week
[1] https://testdays.fedoraproject.org/events/145
--
//sumantro
Fedora QE
TRIED AND PERSONALLY TESTED, ERGO TRUSTED
From: Justin M. Forbes <jforbes(a)fedoraproject.org>
Change acpi_bus_get_acpi_device to acpi_get_acpi_dev
Upstream commit 45e9aa1fdbb2e renamed acpi_bus_get_acpi_device to
acpi_get_acpi_dev. As we are carrying an out of tree patch [1] which calls
acpi_bus_get_acpi_device, we need to make the corresponding change
ourselves for things to continue to work.
[1]: c92805df87ae9 ACPI / irq: Workaround firmware issue on X-Gene based m400
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
diff --git a/drivers/acpi/irq.c b/drivers/acpi/irq.c
index blahblah..blahblah 100644
--- a/drivers/acpi/irq.c
+++ b/drivers/acpi/irq.c
@@ -254,7 +254,7 @@ static int acpi_irq_parse_one(acpi_handle handle, unsigned int index,
* Don't do the producer/consumer check for that device.
*/
if (IS_ENABLED(CONFIG_ARM64)) {
- struct acpi_device *adev = acpi_bus_get_acpi_device(handle);
+ struct acpi_device *adev = acpi_get_acpi_dev(handle);
if (adev && !strcmp(acpi_device_hid(adev), "APMC0D08"))
ctx.skip_producer_check = true;
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2062
From: Al Stone on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2040
NOTE: Truncated patchset since you are most likely targeting the
wrong branch in GitLab. Open the merge request URL in your web
browser, click the Edit button at the top of the page and change
the target branch at the top of that page.
Enable the kernel config items so that imx8m PHYs can be set up.
Signed-off-by: Al Stone <ahs3(a)redhat.com>
---
redhat/configs/ark/generic/arm/aarch64/CONFIG_PCS_XPCS | 1 -
redhat/configs/ark/generic/x86/CONFIG_PCS_XPCS | 1 -
redhat/configs/ark/generic/CONFIG_PCS_XPCS | 1 -
redhat/configs/common/generic/arm/aarch64/CONFIG_PHY_FSL_IMX8M_PCIE | 1 +
redhat/configs/common/generic/CONFIG_PCS_XPCS | 2 +-
redhat/configs/fedora/generic/arm/CONFIG_PHY_MIXEL_LVDS_PHY => redhat/configs/common/generic/CONFIG_PHY_MIXEL_LVDS_PHY | 0
redhat/configs/common/generic/CONFIG_ROCKCHIP_LVDS | 1 +
redhat/configs/fedora/generic/arm/CONFIG_DRM_PANEL_LVDS | 1 -
redhat/configs/fedora/generic/arm/CONFIG_ROCKCHIP_LVDS | 1 -
redhat/configs/fedora/generic/CONFIG_DRM_RCAR_USE_LVDS | 1 -
redhat/configs/fedora/generic/CONFIG_PCS_XPCS | 1 -
11 files changed, 3 insertions(+), 8 deletions(-)
From: Al Stone on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2042
NOTE: Truncated patchset since you are most likely targeting the
wrong branch in GitLab. Open the merge request URL in your web
browser, click the Edit button at the top of the page and change
the target branch at the top of that page.
Signed-off-by: Al Stone <ahs3(a)redhat.com>
---
redhat/configs/common/generic/arm/aarch64/CONFIG_I2C_VIRTIO | 1 +
redhat/configs/common/generic/arm/aarch64/CONFIG_ISC_IMX | 1 +
redhat/configs/common/generic/arm/aarch64/CONFIG_ISC_IMX_LPI2C | 1 +
redhat/configs/common/generic/CONFIG_ISC_IMX | 1 +
redhat/configs/common/generic/CONFIG_ISC_IMX_LPI2C | 1 +
5 files changed, 5 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: 92950861
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/56111
One or more kernel tests failed:
We also see the following known issues which are not related to your changes:
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
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
Issue: NFS Connectathon: SELinux prevents rpcbind
URL: https://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/issues/…
Affected tests:
aarch64 - NFS Connectathon
If you find a failure unrelated to your changes, please tag it at https://datawarehouse.cki-project.org .
This will prevent the failures from being incorrectly reported in the future.
If you don't have permissions to tag an issue, you can contact the CKI team or
test maintainers.
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
`-'
______________________________________________________________________________
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: 92985621
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/56264
One or more kernel tests failed:
Unrecognized or new issues:
x86_64 - Boot test
Logs: https://datawarehouse.cki-project.org/kcidb/tests/5513900
We also see the following known issues which are not related to your changes:
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
Issue: NFS Connectathon: SELinux prevents rpcbind
URL: https://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/issues/…
Affected tests:
aarch64 - NFS Connectathon
s390x - NFS Connectathon
If you find a failure unrelated to your changes, please tag it at https://datawarehouse.cki-project.org .
This will prevent the failures from being incorrectly reported in the future.
If you don't have permissions to tag an issue, you can contact the CKI team or
test maintainers.
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 kasan_test to mod-internal.list
Another new kunit test that fails depmod until it is added to
mod-internal.list.
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
diff --git a/redhat/mod-internal.list b/redhat/mod-internal.list
index blahblah..blahblah 100644
--- a/redhat/mod-internal.list
+++ b/redhat/mod-internal.list
@@ -21,6 +21,7 @@ fat_test
fortify_kunit
iio-test-format
iio-test-rescale
+kasan_test
kfence_test
kunit
kunit-test
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2092