mbox series

[0/1] HID: playstation: DS4 fixes

Message ID 20221213044935.1775499-1-roderick.colenbrander@sony.com (mailing list archive)
Headers show
Series HID: playstation: DS4 fixes | expand

Message

Roderick Colenbrander Dec. 13, 2022, 4:49 a.m. UTC
Hi,

Apparently on some Android ARM platforms, the Bluetooth DS4
path was crashing due to an undefined pointer value.
For some reasons (compile flags, compiler, x86?) I didn't
hit this issue yet. The patch fixes the issue.

Thanks,
Roderick Colenbrander

Roderick Colenbrander (1):
  HID: playstation: fix free of uninialized pointer for DS4 in
    Bluetooth.

 drivers/hid/Kconfig           | 2 +-
 drivers/hid/hid-playstation.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Benjamin Tissoires Dec. 19, 2022, 2:06 p.m. UTC | #1
On Tue, Dec 13, 2022 at 5:49 AM Roderick Colenbrander
<roderick@gaikai.com> wrote:
>
> Hi,
>
> Apparently on some Android ARM platforms, the Bluetooth DS4
> path was crashing due to an undefined pointer value.
> For some reasons (compile flags, compiler, x86?) I didn't
> hit this issue yet. The patch fixes the issue.
>
> Thanks,
> Roderick Colenbrander
>
> Roderick Colenbrander (1):
>   HID: playstation: fix free of uninialized pointer for DS4 in
>     Bluetooth.

Thanks for the patch.

I have applied it to for-6.2/upstream-fixes

Cheers,
Benjamin