Re: [OS-BUILD PATCH] redhat/configs: update RPCSEC_GSS_KRB5 configs

2023-05-03 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2420#note_1377398663 The cki failure here seems to be choking on regmap-kunit with depmod. That was fixed in 51164e67901f14ec571479b9a43e4615ec410b40 though I am unsure why it doesn't show here...

Re: [OS-BUILD PATCHv2 0/2] kernel.spec: Fix packaging of no_alu32 bpf selftests

2023-05-03 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2422#note_1377365843 My local build with rhel9 buildroot worked OK, so I'm assuming the cause is that selftests failed to build and ARK build continues. It probably needs similar check as is done in for

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376976355 Apologies, maybe it was another MR I was looking at, looks fine :smile: ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCH] kernel.spec: remove "RPM_VMLINUX_H=$DevelDir/vmlinux.h" code chunk in %install

2023-05-03 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2458#note_1376167805 RPM_VMLINUX_H is not used anywhere else, so dropping it from %install looks safe. ___ kernel mailing list -- kernel@lists.fedoraproject.org

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376715160 @pbrobinson it looks like you missed the rename ;) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread David Arcari (via Email Bridge)
From: David Arcari on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376688375 Because of the unrelated merge failure. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH] kernel.spec: skip kernel meta package when building without up

2023-05-03 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek kernel.spec: skip kernel meta package when building without up We already don't build core and modules, skip also meta-package. It also provides 'kernel', which can confuse dnf trying to find best match and that failing on core and modules subpackages. Signed-off-by: Jan

RHEL9 & ark commit 4419eb4efd6d ("kernel.spec.template: Add global compression variables")

2023-05-03 Thread Prarit Bhargava
ark commit 4419eb4efd6d ("kernel.spec.template: Add global compression variables") looks like it broke the weak-modules script. The weak-modules script expects a gzip'd symvers file, not an xz'd one. Working on a fix for the weak-modules script. P.

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread David Arcari (via Email Bridge)
From: David Arcari on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376692035 @pbrobinson - am I missing something? rename from redhat/configs/fedora/generic/x86/CONFIG_DELL_WMI_PRIVACY rename to redhat/configs/common/generic/x86/CONFIG_DELL_WMI_PRIVACY diff

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376226882 Sorry, what does it need rebasing? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376226494 Isn't that exactly what this MR does?? It moves the fedora config to common and deletes the RHEL one. ___ kernel mailing list --

[OS-BUILD PATCH] redhat/configs: Clean up x86-64 call depth tracking configs

2023-05-03 Thread Waiman Long (via Email Bridge)
From: Waiman Long redhat/configs: Clean up x86-64 call depth tracking configs In both configs/fedora and config/rhel, CONFIG_CALL_DEPTH_TRACKING=y and CONFIG_CALL_THUNKS_DEBUG=n. So they can be moved to the common directory. Since these are x86-64 specific configs, they should be under

Re: [OS-BUILD PATCHv2 0/2] kernel.spec: Fix packaging of no_alu32 bpf selftests

2023-05-03 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2422#note_1377175318 This didn't pass the pipeline because it doesn't build: ``` ln: failed to create symbolic link '/builddir/build/BUILDROOT/kernel-6.4.0-0.r