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, May 18, 9:07 PM
Unknown Object (File)
Mon, May 18, 3:01 AM
Unknown Object (File)
Sun, May 17, 11:15 AM
Unknown Object (File)
Wed, May 13, 12:44 PM
Unknown Object (File)
Tue, May 5, 7:50 AM
Unknown Object (File)
Sat, May 2, 11:44 AM
Unknown Object (File)
Thu, Apr 30, 9:20 AM
Unknown Object (File)
Wed, Apr 29, 9:22 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