diff options
author | Srinivas Kandagatla <[email protected]> | 2019-08-29 10:29:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-09-04 13:35:11 +0200 |
commit | 5672ff4dc3898b6b74c114de2f53e667ab5a0327 (patch) | |
tree | 4cf773321c2c36af5c5ce55c401bbaf0d233273c /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | 15fe27f3162ee47c0363cd8cf53b351823479063 (diff) |
misc: fastrpc: fix double refcounting on dmabuf
dma buf refcount has to be done by the driver which is going to use the fd.
This driver already does refcount on the dmabuf fd if its actively using it
but also does an additional refcounting via extra ioctl.
This additional refcount can lead to memory leak in cases where the
applications fail to call the ioctl to decrement the refcount.
So remove this extra refcount in the ioctl
More info of dma buf usage at drivers/dma-buf/dma-buf.c
Reported-by: Mayank Chopra <[email protected]>
Reported-by: Jorge Ramirez-Ortiz <[email protected]>
Tested-by: Jorge Ramirez-Ortiz <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions