Page MenuHomeFreeBSD

Fix page fault in zfsctl_snapdir_getattr
ClosedPublic

Authored by asomers on Jul 1 2020, 10:17 PM.
Tags
None
Referenced Files
F146935100: D25543.diff
Fri, Mar 6, 10:06 PM
Unknown Object (File)
Thu, Feb 26, 10:03 AM
Unknown Object (File)
Sun, Feb 8, 11:44 AM
Unknown Object (File)
Jan 28 2026, 5:36 PM
Unknown Object (File)
Jan 23 2026, 10:29 PM
Unknown Object (File)
Dec 10 2025, 8:12 PM
Unknown Object (File)
Nov 27 2025, 2:53 PM
Unknown Object (File)
Nov 19 2025, 7:21 AM
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