diff options
author | 2022-11-10 11:36:28 +0530 | |
---|---|---|
committer | 2022-11-15 17:15:44 +0100 | |
commit | 418ffb9e3cf6c4e2574d3a732b724916684bd133 (patch) | |
tree | ef749df5d42c51e3b63107ab6e069a7ab37ea3a2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: free btrfs_path before copying root refs to userspace (diff) | |
download | wireguard-linux-418ffb9e3cf6c4e2574d3a732b724916684bd133.tar.xz wireguard-linux-418ffb9e3cf6c4e2574d3a732b724916684bd133.zip |
btrfs: free btrfs_path before copying inodes to userspace
btrfs_ioctl_logical_to_ino() frees the search path after the userspace
copy from the temp buffer @inodes. Which potentially can lead to a lock
splat.
Fix this by freeing the path before we copy @inodes to userspace.
CC: stable@vger.kernel.org # 4.19+
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions