On Thu, Jul 21, 2022 at 05:36:18PM +0200, Benjamin Tissoires wrote: > This function can not be called under IRQ, thus it is only available > while in SEC("syscall"). > For consistency, this function requires a HID-BPF context to work with, > and so we also provide a helper to create one based on the HID unique > ID. > > Signed-off-by: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx> Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>