Re: [PATCH] Bluetooth: btusb: fix non-atomic allocation in completion handler

From: Marcel Holtmann
Date: Thu Nov 28 2019 - 13:28:22 EST


Hi Johan,

> USB completion handlers are called in atomic context and must
> specifically not allocate memory using GFP_KERNEL.
>
> Fixes: a1c49c434e15 ("Bluetooth: btusb: Add protocol support for MediaTek MT7668U USB devices")
> Cc: stable <stable@xxxxxxxxxxxxxxx> # 5.3
> Cc: Sean Wang <sean.wang@xxxxxxxxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> ---
> drivers/bluetooth/btusb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel