Re: [PATCH HID 6/7] HID: bpf: Allow to control the connect mask of hid-generic from BPF

2024-09-02 Thread Peter Hutterer
On Tue, Sep 03, 2024 at 01:14:36AM +0900, Benjamin Tissoires wrote: > We make struct hid_device_id writeable and use the .driver_data field > of hid-generic as the connect mask. I think this needs to be spelled out a bit more: for this to work the driver *must* be hid-generic, otherwise this doesn

[PATCH] Documentation: livepatch: Correct release locks antonym

2024-09-02 Thread Bagas Sanjaya
"get" doesn't properly fit as an antonym for "release" in the context of locking. Correct it with "acquire". Signed-off-by: Bagas Sanjaya --- Documentation/livepatch/livepatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/livepatch/livepatch.rst b/Documen