mbox series

[v1,0/5] misc: fastrpc: Add missing bug fixes

Message ID 20250513042825.2147985-1-ekansh.gupta@oss.qualcomm.com
Headers show
Series misc: fastrpc: Add missing bug fixes | expand

Message

Ekansh Gupta May 13, 2025, 4:28 a.m. UTC
Add missing bug fixes in memory areas. This patch series carries
following fixes:
- Add proper checks to fastrpc_buf_free to avoid potential issues.
- Add multiple fixes for remote heap which is used by Audio PD.

Ekansh Gupta (5):
  misc: fastrpc: Add NULL check to fastrpc_buf_free to prevent crash
  misc: fastrpc: Move all remote heap allocations to a new list
  misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
  misc: fastrpc: Remove buffer from list prior to unmap operation
  misc: fastrpc: Add missing unmapping user-requested remote heap

 drivers/misc/fastrpc.c | 182 +++++++++++++++++++++++++++++++++--------
 1 file changed, 146 insertions(+), 36 deletions(-)