diff options
| author | Ling Xu <quic_lxu5@quicinc.com> | 2025-09-12 16:12:35 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-15 13:00:23 +0300 |
| commit | 78d33a041555db03903e8037fd053ed74fbd88cb (patch) | |
| tree | d3f152fd6858c00f568d8e10ca075930c883564b /scripts/gdb/linux/interrupts.py | |
| parent | 6e0928a8988e873da9946e17f8065ad77c720186 (diff) | |
| download | linux-78d33a041555db03903e8037fd053ed74fbd88cb.tar.xz | |
misc: fastrpc: fix possible map leak in fastrpc_put_args
commit da1ba64176e0138f2bfa96f9e43e8c3640d01e1e upstream.
copy_to_user() failure would cause an early return without cleaning up
the fdlist, which has been updated by the DSP. This could lead to map
leak. Fix this by redirecting to a cleanup path on failure, ensuring
that all mapped buffers are properly released before returning.
Fixes: c68cfb718c8f ("misc: fastrpc: Add support for context Invoke method")
Cc: stable@kernel.org
Co-developed-by: Ekansh Gupta <ekansh.gupta@oss.qualcomm.com>
Signed-off-by: Ekansh Gupta <ekansh.gupta@oss.qualcomm.com>
Signed-off-by: Ling Xu <quic_lxu5@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Srinivas Kandagatla <srini@kernel.org>
Link: https://lore.kernel.org/r/20250912131236.303102-4-srini@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions
