Re: [OS-BUILD PATCHv2] Turn on IDLE_INJECT for x86

2023-02-22 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2302#note_1288921218 The previous push didn't limit it to x86. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCHv2] Turn on IDLE_INJECT for x86

2023-02-22 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Turn on IDLE_INJECT for x86 Upstream commit 8526eb7fc75ab changed INTEL_POWERCLAMP to select IDLE_INJECT. As we have INTEL_POWERCLAMP selected as a module, we must either turn on IDLE_INJECT or turn off INTEL_POWERCLAMP. Signed-off-by: Justin M. Forbes diff --git

[OS-BUILD PATCH] kernel.spec: move modules.builtin to kernel-core

2023-02-22 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek kernel.spec: move modules.builtin to kernel-core RPM provides are generated (also) from modules.builtin. kernel-modules-core currently list also Provides for all builtin modules, which is wrong, since these are provided by kernel-core. Move modules.builtin to kernel-core

[OS-BUILD PATCH] Turn on IDLE_INJECT for x86

2023-02-22 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Turn on IDLE_INJECT for x86 Upstream commit 8526eb7fc75ab changed INTEL_POWERCLAMP to select IDLE_INJECT. As we have INTEL_POWERCLAMP selected as a module, we must either turn on IDLE_INJECT or turn off INTEL_POWERCLAMP. Signed-off-by: Justin M. Forbes diff --git

[OS-BUILD PATCHv2] redhat/spec: Update bpftool versioning scheme

2023-02-22 Thread Viktor Malik (via Email Bridge)
From: Viktor Malik redhat/spec: Update bpftool versioning scheme The upstream has changed the versioning scheme of bpftool [1]. Instead of following the kernel version, it is now deduced from the libbpf version by adding +6 to the libbpf major version number. This appropriately updates the

Re: [OS-BUILD PATCHv3] aarch64: enable zboot

2023-02-22 Thread Javier Martinez Canillas
[adding Enric Balletbo who can provide more info] "Justin M. Forbes (via Email Bridge)" writes: > From: Justin M. Forbes on gitlab.com > https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2283#note_1288515197 > > So, it turns out this might break chromebook booting. -- Best regards,

Re: [OS-BUILD PATCHv3] aarch64: enable zboot

2023-02-22 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2283#note_1288515197 So, it turns out this might break chromebook booting. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an

[OS-BUILD PATCH] redhat/spec: Update bpftool versioning scheme

2023-02-22 Thread Viktor Malik (via Email Bridge)
From: Viktor Malik redhat/spec: Update bpftool versioning scheme The upstream has changed the versioning scheme of bpftool [1]. Instead of following the kernel version, it is now deduced from the libbpf version by adding +6 to the libbpf major version number. This appropriately updates the