mirror of
https://github.com/torvalds/linux.git
synced 2026-09-19 00:58:02 +02:00
The sg_cleanup error path used list[i] instead of list[j] when unmapping
DMA buffers, leaking successfully mapped entries and repeatedly unmapping
the failed one.
Fixes:
|
||
|---|---|---|
| .. | ||
| cpt_common.h | ||
| cpt_hw_types.h | ||
| cptpf_main.c | ||
| cptpf_mbox.c | ||
| cptpf.h | ||
| cptvf_algs.c | ||
| cptvf_algs.h | ||
| cptvf_main.c | ||
| cptvf_mbox.c | ||
| cptvf_reqmanager.c | ||
| cptvf.h | ||
| Kconfig | ||
| Makefile | ||
| request_manager.h | ||