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

Ekansh Gupta posted 5 patches 9 months ago
drivers/misc/fastrpc.c | 182 +++++++++++++++++++++++++++++++++--------
1 file changed, 146 insertions(+), 36 deletions(-)
[PATCH v1 0/5] misc: fastrpc: Add missing bug fixes
Posted by Ekansh Gupta 9 months ago
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(-)

-- 
2.34.1