Page MenuHomeFreeBSD

rangelock: Disable cheat mode by default
ClosedPublic

Authored by markj on Aug 27 2024, 7:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 8, 5:57 AM
Unknown Object (File)
Tue, Feb 4, 7:48 AM
Unknown Object (File)
Wed, Jan 29, 2:21 AM
Unknown Object (File)
Dec 11 2024, 11:55 PM
Unknown Object (File)
Nov 29 2024, 1:58 PM
Unknown Object (File)
Nov 19 2024, 8:32 AM
Unknown Object (File)
Nov 16 2024, 5:54 AM
Unknown Object (File)
Oct 2 2024, 6:08 PM
Subscribers

Details

Summary

Cheat mode is incompatible with code which locks multiple ranges in the
same vnode, with at least one range being write-locked. This can arise
in kern_copy_file_range(). Until that's handled somehow, avoid the
problem to make the fusefs tests stable.

PR: 281073

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable