On Thu, 18 Dec 2025 22:21:43 +0530, Manivannan Sadhasivam wrote:
This series intends to fix the race between the MHI stack and the MHI client drivers due to the MHI 'auto_queue' feature. As it turns out often, the best way to fix an issue in a feature is to drop the feature itself and this series does exactly that.
There is no real benefit in having the 'auto_queue' feature in the MHI stack, other than saving a few lines of code in the client drivers. Since the QRTR is the only client driver which makes use of this feature, this series reworks the QRTR driver to manage the buffer on its own.
[...]
Applied, thanks!
[1/2] net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels commit: 51731792a25cb312ca94cdccfa139eb46de1b2ef [2/2] bus: mhi: host: Drop the auto_queue support commit: 4a9ba211d0264131dcfca0cbc10bff5ff277ff0a
Best regards,