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)
Fri, Jun 21, 8:10 PM
Unknown Object (File)
Fri, Jun 21, 10:38 AM
Unknown Object (File)
Fri, Jun 21, 7:30 AM
Unknown Object (File)
Fri, Jun 21, 7:30 AM
Unknown Object (File)
Fri, Jun 21, 6:41 AM
Unknown Object (File)
Fri, Jun 21, 3:33 AM
Unknown Object (File)
May 14 2024, 9:20 AM
Unknown Object (File)
May 12 2024, 5:51 AM
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