Re: [OS-BUILD PATCH 0/0] update packaging of livepatching selftests

2024-04-25 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3068#note_1880970996 Thanks for tackling this @jstancek! -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2] redhat: drop unneeded build-time dependency gcc-plugin-devel

2023-08-29 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2656#note_1533837661 Red Hat does not provide kpatch-build in the kpatch package as we don't support customers creating and running their own kpatches. For kpatch-patch packages, we do manage the build

Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_GCC_PLUGINS

2023-03-14 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2358#note_1313264745 @jpoimboe : For ppc64le kpatch, cmdline.patch still builds and loads with `# CONFIG_GCC_PLUGINS is not set`. Is it accurate to say that its not required for kpatch-build to execute

Re: [OS-BUILD PATCHv2] redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m

2022-11-22 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2161#note_1181511861 v2: @prarit , @jmflinuxtx : To implement [P's suggestion](https://gitlab.com/cki-project/kernel- ark/-/merge_requests/2160#note_1181302016) to consolidate the configs, a bit of cargo

[OS-BUILD PATCHv2] redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m

2022-11-22 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m Three of the four arches (ppc64le, s390x, x86_64) turn on CONFIG_TEST_PATCH, so consolidate the configuration files and turn it off for the lone unsupported arch (aarch64). Requested-by: Prarit Bhargava Signed-off-by: Joe

Re: [OS-BUILD PATCH] redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m

2022-11-22 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2161#note_1181416321 `make dist-configs` output remains the same after consolidation: ``` $ grep CONFIG_TEST_LIVEPATCH redhat/configs/*.config

[OS-BUILD PATCH] redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m

2022-11-22 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m Three of the four arches (ppc64le, s390x, x86_64) turn on CONFIG_TEST_PATCH, so consolidate the configuration files and turn it off for the lone unsupported arch (aarch64). Requested-by: Prarit Bhargava Signed-off-by: Joe

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

2022-11-22 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2160#note_1181380870 @prarit: If the convention for the configurations is to minimize the number of files, then sure. Opting in specific arches that we wanted tests for (even if that requires more files)

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 $

Re: [OS-BUILD PATCH] kernel.spec.template: update (s390x) expoline.o path

2022-07-19 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1912#note_1031127923 Tested with a sample OOT module to verify it fixes error message from the linker: `ld: cannot find arch/s390/lib/expoline/expoline.o: No such file or directory`

[OS-BUILD PATCH] kernel.spec.template: update (s390x) expoline.o path

2022-07-19 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence kernel.spec.template: update (s390x) expoline.o path Upstream commit c4e789572557 ("s390/nospec: build expoline.o for modules_prepare target") moved expoline.o to its own subdirectory: arch/s390/lib/expoline/expoline.o Fixes: 7ac4e5638734 ("kernel.spec.template: Ship

Re: [OS-BUILD PATCH] [redhat] New configs in lib/Kconfig.kgdb

2021-03-26 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/733#note_538850377 Seems fairly safe and reasonable, no crazy bug fixes or problems reported in the git log for enabling this option. ___ kernel mailing list --

[OS-BUILD PATCH] Update internal (test) module list from RHEL-8

2021-01-21 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence Update internal (test) module list from RHEL-8 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1915073 Upstream Status: RHEL only Forward port update from RHEL-8 to add the following modules to the mod-internal.list file: dmatest test_klp_* In RHEL builds, these