Page MenuHomeFreeBSD

Correct two errors in managing PGA_WRITEABLE
ClosedPublic

Authored by alc on Jul 21 2019, 3:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 10, 10:49 PM
Unknown Object (File)
Mon, Oct 27, 3:34 PM
Unknown Object (File)
Mon, Oct 27, 3:34 PM
Unknown Object (File)
Mon, Oct 27, 3:34 PM
Unknown Object (File)
Mon, Oct 27, 10:03 AM
Unknown Object (File)
Tue, Oct 14, 12:09 AM
Unknown Object (File)
Mon, Oct 13, 7:38 AM
Unknown Object (File)
Oct 3 2025, 8:52 PM
Subscribers

Details

Summary

With the introduction of software dirty bit emulation for managed mappings, we should test ATTR_SW_DBM, not ATTR_AP_RW, to determine whether to set PGA_WRITEABLE. At present, we are are setting PGA_WRITEABLE based on whether the dirty bit is preset, not whether the mapping is writeable.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable