mbox series

[0/3] fastrpc: fix dmabuf arguments

Message ID 20210218032055.28247-1-jonathan@marek.ca
Headers show
Series fastrpc: fix dmabuf arguments | expand

Message

Jonathan Marek Feb. 18, 2021, 3:20 a.m. UTC
dmabuf arguments are completely broken, these patches make it possible
to actually use dmabuf arguments (in particular, the second patch).

Jonathan Marek (3):
  fastrpc: always use fl->lock and remove fl->mutex
  fastrpc: move fl->maps list removal into fastrpc_free_map
  fastrpc: remove redundant fastrpc_map_create() call

 drivers/misc/fastrpc.c | 48 ++++++++++++++----------------------------
 1 file changed, 16 insertions(+), 32 deletions(-)