Re: [PATCH] HID: pulsar: add driver for Pulsar gaming mice
Nikolas Koesling <[email protected]>
| Newsgroups | org.kernel.vger.linux-input,dev.linux.lists.sashiko-reviews |
|---|---|
| Message-ID | <[email protected]> |
> Thank you for your contribution! Sashiko AI review found 2 potential > issue(s) to consider: - [High] Incorrect teardown order allows > `power_uevent_work` to be re-queued after cancellation, causing > Use-After-Free. - [High] Manual destruction of `lock_cmd` mutex races with > devres power supply unregistration, causing Use-After-Destroy. -- I fixed those issues in v4. Kind regards, Nikolas