Page MenuHomeFreeBSD

Fix page fault in zfsctl_snapdir_getattr
ClosedPublic

Authored by asomers on Jul 1 2020, 10:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 29, 10:07 PM
Unknown Object (File)
Wed, Oct 29, 5:41 AM
Unknown Object (File)
Tue, Oct 21, 3:24 PM
Unknown Object (File)
Mon, Oct 20, 7:07 AM
Unknown Object (File)
Sat, Oct 18, 8:57 AM
Unknown Object (File)
Sat, Oct 18, 8:57 AM
Unknown Object (File)
Sat, Oct 18, 8:57 AM
Unknown Object (File)
Fri, Oct 17, 9:32 PM
Subscribers

Details

Summary

Fix page fault in zfsctl_snapdir_getattr

Must acquire the z_teardown_lock before accessing the zfsvfs_t object. I
can't reproduce this panic on demand, but this looks like the correct
solution.

PR: 247668

Test Plan

The ZFS test suite

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable