From: Don Zickus on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2135#note_1164129535
Silly nitpick, seeing that BTF is a default technology for RH, it wasn't
obvious to me which arch/variant would _not_ have it enabled as I thought that
was _the_ bug. Once I figured out
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2135#note_1164062511
Good point. Fixed.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedorapro
From: Prarit Bhargava
redhat: Force remove tmp file
If BTF is not enabled in the kernel config then .tmp_vmlinux.btf will not
exist. The rpm build will throw an error because the file doesn't exist.
Use 'rm -f' to delete the .tmp_vmlinux.btf file.
Reported by: stan
Signed-off-by: Prarit Bhar