Message ID | cover.1549832428.git.lorenzo.bianconi@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | fix multiple issues in mt76u error path | expand |
Lorenzo Bianconi <lorenzo.bianconi@redhat.com> writes: > Fix following issues in mt76u initialization error path: > - NULL pointer dereference in mt76u_mcu_deinit > - possible memory leak in mt76u_buf_free > - use-after-free warning since mt76u_queues_deinit is run twice > > This series has been tested running mt76x0u driver on rpi3+ > (dwc_otg controller does not support SG I/O) > > Lorenzo Bianconi (3): > mt76: usb: fix possible NULL pointer dereference in mt76u_mcu_deinit > mt76: usb: fix possible memory leak in mt76u_buf_free > mt76: usb: do not run mt76u_queues_deinit twice As we are in -rc6 now, better to push these via -next. So I assume Felix will take these.
On 2019-02-10 22:49, Lorenzo Bianconi wrote: > Fix following issues in mt76u initialization error path: > - NULL pointer dereference in mt76u_mcu_deinit > - possible memory leak in mt76u_buf_free > - use-after-free warning since mt76u_queues_deinit is run twice > > This series has been tested running mt76x0u driver on rpi3+ > (dwc_otg controller does not support SG I/O) Applied, thanks. - Felix