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)
Sat, Nov 1, 12:58 AM
Unknown Object (File)
Fri, Oct 31, 2:20 PM
Unknown Object (File)
Thu, Oct 30, 2:09 PM
Unknown Object (File)
Oct 27 2025, 3:17 AM
Unknown Object (File)
Oct 26 2025, 8:59 PM
Unknown Object (File)
Oct 26 2025, 8:01 PM
Unknown Object (File)
Oct 26 2025, 8:01 PM
Unknown Object (File)
Oct 26 2025, 2:17 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 68120
Build 65003: arc lint + arc unit