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
F163390968: D53356.diff
Wed, Jul 22, 7:09 PM
F163354462: D53356.diff
Wed, Jul 22, 10:57 AM
Unknown Object (File)
Wed, Jul 15, 4:08 PM
Unknown Object (File)
Wed, Jul 15, 11:46 AM
Unknown Object (File)
Wed, Jul 15, 10:49 AM
Unknown Object (File)
Wed, Jul 15, 8:47 AM
Unknown Object (File)
Wed, Jul 15, 6:51 AM
Unknown Object (File)
Wed, Jul 15, 6: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 Passed
Unit
No Test Coverage
Build Status
Buildable 68120
Build 65003: arc lint + arc unit