[OS-BUILD PATCH 1/2] kernel.spec: allow to package some binaries as unstripped

2023-02-09 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek kernel.spec: allow to package some binaries as unstripped Some binaries (tests) don't work properly without symbols. Add a macro that allows to package their unstripped version. Signed-off-by: Jan Stancek diff --git a/redhat/kernel.spec.template

[OS-BUILD PATCH 2/2] kernel.spec: package unstripped kselftests/bpf/test_progs

2023-02-09 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek kernel.spec: package unstripped kselftests/bpf/test_progs BPF test_progs testcase attach_probe fails without symbols: # './test_progs -t attach_probe' test_attach_probe:PASS:uprobe_offset 0 nsec [...] test_attach_probe:PASS:auto-attach should fail for old-style name 0

[OS-BUILD PATCH 0/2] kernel.spec: allow to package some binaries as unstripped

2023-02-09 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2286 Some binaries (BPF tests) don't work properly without symbols. Add a macro that allows to package their unstripped version. Signed-off-by: Jan Stancek --- redhat/kernel.spec.template

Re: [OS-BUILD PATCH] redhat/configs: Make merge.py portable for older python

2023-02-09 Thread Clark Williams (via Email Bridge)
From: Clark Williams on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2285#note_1272992242 That's what I get for reading Python Distilled :smile: Looks good to me ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Kernel 6.1.11 F37 x86_64 working

2023-02-09 Thread Luna Jernberg
Hey! Just installed todays kernel update via Koji and dnf and it works as it should on my system with a Haswell Refresh i7-4790k ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH] redhat/configs: Make merge.py portable for older python

2023-02-09 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes redhat/configs: Make merge.py portable for older python Since the operand := was only introduced on python-38, the merge.py script breaks when `make rh-configs` is run on systems with older python versions Signed-off-by: Desnes Nunes diff --git a/redhat/configs/merge.py

[OS-BUILD PATCHv3] aarch64: enable zboot

2023-02-09 Thread Gerd Hoffmann (via Email Bridge)
From: Gerd Hoffmann aarch64: enable zboot Enable CONFIG_EFI_ZBOOT. Also adapt %make_target and %kernel_image for zboot. With the kernel self-uncompressing itself the bootloader or the systemd-stub doesn't need to handle the uncompressing (and doesn't need to know how the kernel is compressed,

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

2023-02-09 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_1272311260 For the spec changes, we either need to limit those to Fedora only, or we need to turn on the config for both Fedora and ELN/RHEL. ___

[OS-BUILD PATCH] redhat: Repair ELN build broken by the recent UKI changes

2023-02-09 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov redhat: Repair ELN build broken by the recent UKI changes UKI build requires systemd-stub ('/usr/lib/systemd/boot/efi/linuxx64.efi.stub') to be present in buildroot. In F38, this was moved from 'systemd-udev' package to a newly introduced 'systemd-boot-unsigned'. ELN

Re: [OS-BUILD PATCHv7] redhat: Add sub-RPM with a EFI unified kernel image for virtual machines

2023-02-09 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2175#note_1272284950 OK, I've created https://gitlab.com/cki-project/kernel- ark/-/merge_requests/2284 ___ kernel mailing list --

Re: [OS-BUILD PATCHv7] redhat: Add sub-RPM with a EFI unified kernel image for virtual machines

2023-02-09 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2175#note_1272255146 I believe the correct method is just to change the buildreq to systemd-boot- unsigned for everything, and add a note to redhat/rebase-notes.txt to revert that new MR for stable

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

2023-02-09 Thread via Email Bridge
From: Veronika Kabátová on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2283#note_1272190606 Perfect, thank you! I have not received any response to the email besides the first ack, so thanks for finding it. And since it's in the mainline already the subsystem trees

Re: [OS-BUILD PATCHv7] redhat: Add sub-RPM with a EFI unified kernel image for virtual machines

2023-02-09 Thread via Email Bridge
From: Daniel P. Berrangé on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2175#note_1271895909 While it is possible, it is almost never correct to use %{?eln} in spec file conditional checks. Instead %{?rhel} is preferred. The condition "%{?rhel} > 9" should evaluate true

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

2023-02-09 Thread Gerd Hoffmann (via Email Bridge)
From: Gerd Hoffmann on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2283#note_1271782893 Committed as 731c4eac848ff9dd42776da8ed3407b257e3abf0 and landed in 6.2-rc1 ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCHv7] redhat: Add sub-RPM with a EFI unified kernel image for virtual machines

2023-02-09 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2175#note_1271744606 This was merged two days ago so nothing new can be done here; it must be a new MR. ___ kernel mailing list --

Re: [OS-BUILD PATCHv7] redhat: Add sub-RPM with a EFI unified kernel image for virtual machines

2023-02-09 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2175#note_1271653012 Sorry about that! I wasn't exactly sure what's the buildroot for ELN. In CS9, systemd-stub (linuxx64.efi.stub) lives in 'systemd-udev' but in F38 it has traveled to