2024-04-11 00:52:05

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the hid tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2024-04-11 07:17:44

by Benjamin Tissoires

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the hid tree

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