Home
last modified time | relevance | path

Searched hist:b9b9f9fea21830f85cf0148cd8dce001ae55ead1 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/rsi/
H A Drsi_91x_usb.cb9b9f9fea21830f85cf0148cd8dce001ae55ead1 Thu Nov 28 17:22:03 UTC 2019 Johan Hovold <johan@kernel.org> rsi: fix non-atomic allocation in completion handler

USB completion handlers are called in atomic context and must
specifically not allocate memory using GFP_KERNEL.

Fixes: a1854fae1414 ("rsi: improve RX packet handling in USB interface")
Cc: stable <stable@vger.kernel.org> # 4.17
Cc: Prameela Rani Garnepudi <prameela.j04cs@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>