✅ PASS (3/297 SKIPPED): Test report for 6.0.9-200.fc36 (fedora-36)

2022-11-16 Thread cki-project
Hi, we tested your kernel and here are the results: Overall result: PASSED Merge: OK Compile: OK Test: OK Tested-by: CKI Project Kernel information: Brew / Koji Task ID: 94243446 You can find all the details about the test run at https://datawa

Re: [OS-BUILD PATCH] redhat/configs: enable ChromeOS ACPI driver

2022-11-16 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2153#note_1175190946 I am not so worried about the common bit, we have a script that consolidates matching ark and fedora entries into common which is run periodically. _

Re: [OS-BUILD PATCH] redhat/configs: enable ChromeOS ACPI driver

2022-11-16 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2153#note_1175183655 NAK, you say enable it for x86 yet the commit is actually doing it for aarch64. There aren't any ACPI aarch64, only x86. Also this is already enabled in Fedora so probably should do it in

[OS-BUILD PATCH] redhat/configs: enable ChromeOS ACPI driver

2022-11-16 Thread Mark Langsdorf (via Email Bridge)
From: Mark Langsdorf redhat/configs: enable ChromeOS ACPI driver Provide a device interface for exporting ACPI data on x86 Chromebooks. Signed-off-by: Mark Langsdorf diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_CHROMEOS_ACPI b/redhat/configs/ark/generic/arm/aarch64/CONFIG_CHROM

Re: [OS-BUILD PATCH] redhat/Makefile: Fix RHJOBS grep warning

2022-11-16 Thread Herton R. Krzesinski (via Email Bridge)
From: Herton R. Krzesinski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2148#note_1174863504 So there is a problem in this expression I think, but it was already an existing problem before this change. If you have eg.: ```MAKEFLAGS="-j45"```, be at the beginning or -j

Re: [OS-BUILD PATCH] redhat/configs: Enable CONFIG_EFI_SECRET module

2022-11-16 Thread Lenny Szubowicz (via Email Bridge)
From: Lenny Szubowicz on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2124#note_1174703831 @ptalbert you are correct about this MR being completely unnecessary and I will close it. I don't know how I missed the existing ark/generic/x86/CONFIG_EFI_SECRET. Thanks for the rev

Re: [OS-BUILD PATCH] redhat/configs: Move ark/generic/s390x/CONFIG_ZSMALLOC to common/generic

2022-11-16 Thread Waiman Long (via Email Bridge)
From: Waiman Long on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2127#note_1174604596 Yes, it is essentially a noop. Will close this MR. Thanks! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an em

Re: [OS-BUILD PATCHv2] [redhat] Update configs for the 9.2 DRM backport

2022-11-16 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2152#note_1174515498 @karolherbst Just FYI since your fork is private no pipeline is triggered here in the parent project. I'll trigger one now but you may want to change your fork settings so future MRs

Re: [OS-BUILD PATCHv5] redhat: Force remove tmp file

2022-11-16 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2135#note_1174381468 I believe all the items brought up in this thread have been addressed so I mark it resolved. ___ kernel mailing list -- kernel@lists.fedor

[OS-BUILD PATCHv5] redhat: Force remove tmp file

2022-11-16 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat: Force remove tmp file If BTF is not enabled in the kernel config then .tmp_vmlinux.btf will not exist. The rpm build will throw an error because the file doesn't exist. Use 'rm -f' to delete the .tmp_vmlinux.btf file. Reported by: stan Signed-off-by: Prarit Bhar

Re: [OS-BUILD PATCHv4] redhat: Force remove tmp file

2022-11-16 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2135#note_1174349020 Oh I didn't. Thanks for pointing it out. I'll add a comment about zfcp. ___ kernel mailing list -- kernel@lists.fedoraproject.org To uns

Re: [OS-BUILD PATCH] redhat/configs: Enable CONFIG_EFI_SECRET module

2022-11-16 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2124#note_1174329543 @lszubowi This MR is basically a noop for the kernel-ark project. The automated comment in redhat/centos-stream/src/kernel/centos-stream-9!1276 should not have been posted and we hav

Re: [OS-BUILD PATCH] redhat/configs: Move ark/generic/s390x/CONFIG_ZSMALLOC to common/generic

2022-11-16 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2127#note_1174323682 @llong1 kernel-ark actually sets this config option the same way as your redhat/centos-stream/src/kernel/centos-stream-9!1557. The only difference is your centos MR does it under the

Re: [OS-BUILD PATCHv4] redhat: Force remove tmp file

2022-11-16 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2135#note_1174313270 @prarit did you see the request by @dzickusrh here? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCHv2] [redhat] Update configs for the 9.2 DRM backport

2022-11-16 Thread Karol Herbst (via Email Bridge)
From: Karol Herbst on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2152#note_1174151786 yeah... I just checked with my actual backport and I wasn't hitting it either, so I dropped pulling in the other MR ___ kernel mailing list -

[OS-BUILD PATCHv2] [redhat] Update configs for the 9.2 DRM backport

2022-11-16 Thread Karol Herbst (via Email Bridge)
From: Karol Herbst [redhat] Update configs for the 9.2 DRM backport Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2115876 Signed-off-by: Karol Herbst diff --git a/redhat/configs/ark/generic/CONFIG_DRM_IMX8QM_LDB b/redhat/configs/ark/generic/CONFIG_DRM_IMX8QM_LDB new file mode 100644

Re: [OS-BUILD PATCH 0/2] [redhat] New configs for the 9.2 DRM backport

2022-11-16 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2152#note_1174146592 The DRM_RCAR_USE_MIPI_DSI option probably doesn't need to be there, we don't enable ARCH_RENESAS anywhere. ___ kernel mailing list -- kernel@li

[OS-BUILD PATCH 2/2] [redhat] Update configs for the 9.2 DRM backport

2022-11-16 Thread Karol Herbst (via Email Bridge)
From: Karol Herbst [redhat] Update configs for the 9.2 DRM backport Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2115876 Signed-off-by: Karol Herbst diff --git a/redhat/configs/ark/generic/CONFIG_DRM_IMX8QM_LDB b/redhat/configs/ark/generic/CONFIG_DRM_IMX8QM_LDB new file mode 100644

[OS-BUILD PATCH 1/2] [redhat] New configs in drivers/gpu

2022-11-16 Thread Karol Herbst (via Email Bridge)
From: Fedora Kernel Team [redhat] New configs in drivers/gpu Hi, As part of the ongoing rebase effort, the following configuration options need to be reviewed. As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark direc

[OS-BUILD PATCH 0/2] [redhat] New configs for the 9.2 DRM backport

2022-11-16 Thread Karol Herbst (via Email Bridge)
From: Karol Herbst on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2152 Those I'll need for the DRM backport https://gitlab.com/redhat/centos- stream/src/kernel/centos-stream-9/-/merge_requests/1395 Depends on https://gitlab.com/cki-project/kernel-ark/-/mer