Re: [PATCH v1 0/2] Fix for proto races in hci_serdev.

2018-08-24 Thread Marcel Holtmann
Hi Balakrishna, > In recent testing we found that while removing hci_uart, we have seen > execution of hci_uart_write_work() after calling vendor specific > proto close. As we are freeing the vendor specific Tx and Rx buffers > in vendor close, execution of functions i.e. Rx or Tx functions may ca

[PATCH v1 0/2] Fix for proto races in hci_serdev.

2018-08-22 Thread Balakrishna Godavarthi
In recent testing we found that while removing hci_uart, we have seen execution of hci_uart_write_work() after calling vendor specific proto close. As we are freeing the vendor specific Tx and Rx buffers in vendor close, execution of functions i.e. Rx or Tx functions may cause a crash. we already