diff options
| author | Zhangfei Gao <[email protected]> | 2023-05-11 17:59:21 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-05-31 19:00:26 +0100 |
| commit | 282c22a8bbeabd272c048ae243238638c9b7cefe (patch) | |
| tree | 7c14f22cc0a485648171b0afa40378fc480d87fb /tools/perf/scripts/python | |
| parent | df1b056d489d98c7c45fa89627102dd34b44496f (diff) | |
uacce: vma_close clears q->qfrs when freeing qfrs
vma_close frees qfrs but not clears q->qfrs, which still points
to the freed object, leading to subsequent mmap fail.
So vma_close clears q->qfrs as well.
Suggested-by: Al Viro <[email protected]>
Signed-off-by: Zhangfei Gao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions