diff options
author | 2024-09-04 20:34:57 +0800 | |
---|---|---|
committer | 2024-09-23 15:03:12 -0400 | |
commit | 8f6a7c9467eaf39da4c14e5474e46190ab3fb529 (patch) | |
tree | 275c80ee12f77969f41ba0fcdd05947838f25f99 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Merge tag 'nfsd-6.12' into linux-next-with-localio (diff) | |
download | wireguard-linux-8f6a7c9467eaf39da4c14e5474e46190ab3fb529.tar.xz wireguard-linux-8f6a7c9467eaf39da4c14e5474e46190ab3fb529.zip |
nfs: fix memory leak in error path of nfs4_do_reclaim
Commit c77e22834ae9 ("NFSv4: Fix a potential sleep while atomic in
nfs4_do_reclaim()") separate out the freeing of the state owners from
nfs4_purge_state_owners() and finish it outside the rcu lock.
However, the error path is omitted. As a result, the state owners in
"freeme" will not be released.
Fix it by adding freeing in the error path.
Fixes: c77e22834ae9 ("NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()")
Signed-off-by: Li Lingfeng <lilingfeng3@huawei.com>
Cc: stable@vger.kernel.org # v5.3+
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions