Hi all,
After merging the hid tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
x86_64-linux-gnu-ld: vmlinux.o: in function `hid_bpf_input_report':
(.text+0x1c75181): undefined reference to `hid_input_report'
Caused by commit
9be50ac30a83 ("HID: bpf: allow to inject HID event from BPF")
I have used the hid tree from next-20240410 for today.
--
Cheers,
Stephen Rothwell
On Apr 11 2024, Stephen Rothwell wrote:
> Hi all,
>
> After merging the hid tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> x86_64-linux-gnu-ld: vmlinux.o: in function `hid_bpf_input_report':
> (.text+0x1c75181): undefined reference to `hid_input_report'
>
> Caused by commit
>
> 9be50ac30a83 ("HID: bpf: allow to inject HID event from BPF")
>
> I have used the hid tree from next-20240410 for today.
Sorry for that. It should be fixed by:
https://lore.kernel.org/linux-input/[email protected]/T/#u
If no one complains about it today, I'll append it to the HID for-next branch.
Cheers,
Benjamin
>
> --
> Cheers,
> Stephen Rothwell