All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Bug fixes for qualcomm BT chip wcn3990.
@ 2018-08-22 12:20 Balakrishna Godavarthi
  2018-08-22 12:20 ` [PATCH v1 1/2] Bluetooth: hci_qca: Remove serdev_device_open/close function calls Balakrishna Godavarthi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Balakrishna Godavarthi @ 2018-08-22 12:20 UTC (permalink / raw)
  To: marcel, johan.hedberg
  Cc: mka, linux-kernel, linux-bluetooth, hemantg, linux-arm-msm,
	Balakrishna Godavarthi

When we set an KASAN flags, we are seeing an crash while removing module hci_uart.
This is due to dereference of hdev. As in module deinit we are calling function
hci_free_dev() to free hdev.
 
Changes in v1:
 
  * removed dereference of hdev in qca_power_shutdown i.e. qca_close.
  * moved serdev open & close call from qca_open & qca_close.


Balakrishna Godavarthi (2):
  Bluetooth: hci_qca: Remove serdev_device_open/close function calls
  Bluetooth: hci_qca: Remove hdev dereference in qca_close().

 drivers/bluetooth/hci_qca.c | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-24 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-22 12:20 [PATCH v1 0/2] Bug fixes for qualcomm BT chip wcn3990 Balakrishna Godavarthi
2018-08-22 12:20 ` [PATCH v1 1/2] Bluetooth: hci_qca: Remove serdev_device_open/close function calls Balakrishna Godavarthi
2018-08-22 12:20 ` [PATCH v1 2/2] Bluetooth: hci_qca: Remove hdev dereference in qca_close() Balakrishna Godavarthi
2018-08-24 18:32 ` [PATCH v1 0/2] Bug fixes for qualcomm BT chip wcn3990 Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.