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)
Fri, Mar 27, 9:28 PM
Unknown Object (File)
Wed, Mar 11, 5:19 PM
Unknown Object (File)
Wed, Mar 11, 10:01 AM
Unknown Object (File)
Fri, Mar 6, 12:48 PM
Unknown Object (File)
Fri, Mar 6, 4:59 AM
Unknown Object (File)
Feb 8 2026, 5:37 AM
Unknown Object (File)
Dec 19 2025, 10:09 PM
Unknown Object (File)
Dec 19 2025, 7:51 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