Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x

2022-11-21 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2160#note_1180345189 Similar test MR for cs-9: https://gitlab.com/redhat/centos-stream/src/kernel/centos- stream-9/-/merge_requests/1628, which built the internal livepatch .ko's as expected: ``` bash $ rpm

[OS-BUILD PATCH] redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x

2022-11-21 Thread Julia Denham (via Email Bridge)
From: Julia Denham redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x To facilitate development and testing, add s390x to the list of arches to build the kselftest livepatch modules. Signed-off-by: Julia Denham diff --git a/redhat/configs/ark/generic/s390x/CONFIG_TEST_LIVEPATCH b/redh

Re: [OS-BUILD PATCH] Revert "Merge branch 'ark-make-help' into 'os-build'"

2022-11-21 Thread Jonathan Toppins (via Email Bridge)
From: Jonathan Toppins on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2158#note_1180311795 It won't work without the second colon either as make doesn't like rules that rewrite previously defined rules. The issue is the upstream kernel Makefile is included and the help ta

Re: [OS-BUILD PATCH] Revert "Merge branch 'ark-make-help' into 'os-build'"

2022-11-21 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2158#note_1180141884 @clrkwllms, Yes and also running make dist-rpms on aarch64 I ran into it (but dist-rpms worked on x86). ___ kernel mailing list -- kernel@lis

Re: [OS-BUILD PATCH] Revert "Merge branch 'ark-make-help' into 'os-build'"

2022-11-21 Thread Clark Williams
Scott, Were you seeing the failure using 'make mrproper'? (that's where i saw it) Clark On Mon, Nov 21, 2022 at 10:14 AM Prarit Bhargava (via Email Bridge) < cki-git...@redhat.com> wrote: > From: Prarit Bhargava on gitlab.com > > https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2158#no

Re: [OS-BUILD PATCH] Revert "Merge branch 'ark-make-help' into 'os-build'"

2022-11-21 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2158#note_1180048991 @jtoppins_redhat FYI. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedorap

Re: [OS-BUILD PATCH] Revert "Merge branch 'ark-make-help' into 'os-build'"

2022-11-21 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2158#note_1179935350 Unfortunate. Let's discuss this at our weekly meeting. ___ 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-21 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2152#note_1179932973 @Conan_Kudo - the concern with that approach is, RHEL is not staffed to support all new technologies, we only support a small subset of what Fedora enables. We do not want to get our par

[OS-BUILD PATCH] Revert "Merge branch 'ark-make-help' into 'os-build'"

2022-11-21 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver Revert "Merge branch 'ark-make-help' into 'os-build'" This reverts commit f11ef857288e28ec3859e4a6af74506b914d85b7, reversing changes made to a6c76faa127a684197ec2febba863c856df93c12. diff --git a/makefile b/makefile index blahblah..blahblah 100644 --- a/makefile +++ b/makefi