Page MenuHomeFreeBSD

fusefs: fix page fault triggered by async notification when unmounted
ClosedPublic

Authored by asomers on Oct 26 2025, 12:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 20, 12:11 PM
Unknown Object (File)
Mon, Apr 20, 12:11 PM
Unknown Object (File)
Thu, Apr 16, 8:17 AM
Unknown Object (File)
Thu, Apr 16, 8:10 AM
Unknown Object (File)
Wed, Apr 15, 2:26 PM
Unknown Object (File)
Sun, Apr 12, 6:28 AM
Unknown Object (File)
Sat, Apr 11, 6:45 PM
Unknown Object (File)
Wed, Apr 8, 2:36 AM
Subscribers

Details

Summary

A FUSE daemon can send asynchronous notification to the kernel in order
to, for example, invalidate an inode's cache. Fix a page fault that can
happen if the file system isn't yet mounted, or is already unmounted,
when that notification arrives.

PR: 290519
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable