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)
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
Unknown Object (File)
Thu, Jul 9, 5:27 PM
Unknown Object (File)
Thu, Jun 25, 9:54 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