From: Carlos O'Donell (Red Hat) on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2749#note_1619241995

@dzickusrh We are definitely triggering some odd issues with the flags we're
passing down at this point. You've managed to get clang's bpf backend to emit
`R_BPF_64_NODYLD32` (type 0x4) which binutils does not support. The relocation
itself does nothing at runtime, but it's a marker for section merging support
in lld (I don't know why they need it). Either earlier binutils ignored it,
and now doesn't, which could be seen as a regression (since it doesn't have to
do anything AFAICT).
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to