020b270ba1
There is one race condition where mhi_prepare_channel is called in which read pointer and write pointer is set to base address and in parallel there could be an MHI M0 transaction which checks any pending event rings on all channels (tre_ring) with RP != WP and rings channel DB which causes Null pointer access. Check for MHI channel is enabled before ringing channel doorbell. Reset mhi channel chan_ctxt, tre_ring and buf_ring wp and rp to NULL in mhi_deinit_chan_ctxt. Change-Id: If30908fc7fcc26f6987bd0da886bb75468a29b9e Signed-off-by: Vivek Pernamitta <vpernami@codeaurora.org> |
||
---|---|---|
.. | ||
controllers | ||
core | ||
devices | ||
Makefile |