Page MenuHomeFreeBSD

vm_map_protect(9) fails to document KERN_RESOURCE_SHORTAGE return value.
ClosedPublic

Authored by dougm on Jun 25 2019, 6:31 AM.
Tags
None
Referenced Files
F169843299: D20751.id58982.diff
Wed, Sep 2, 5:52 PM
Unknown Object (File)
Sun, Aug 30, 2:11 AM
Unknown Object (File)
Sat, Aug 29, 8:52 AM
Unknown Object (File)
Sun, Aug 23, 2:32 PM
Unknown Object (File)
Sat, Aug 22, 11:12 PM
Unknown Object (File)
Fri, Aug 21, 6:44 PM
Unknown Object (File)
Fri, Aug 21, 6:40 PM
Unknown Object (File)
Wed, Aug 12, 1:04 AM
Subscribers

Details

Summary

This patch is a meager attempt to correct that.

Diff Detail

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

Event Timeline

vm_map_protect.9
99 ↗(On Diff #58982)

The range isn't being allocated. It is copy-on-write, and it is transitioning from read-only to read/write.

vm_map_protect.9
100 ↗(On Diff #58983)

I think it is somewhat too cryptic. 'If copy-on-write mapping is transitioned from ro to rw, too little swap space is available for backing the copied pages'.

Accept Kostik's suggestion.

markj added inline comments.
vm_map_protect.9
99 ↗(On Diff #59006)

"If a copy-on-write mapping is transitioned from read-only to read-write..."

This revision is now accepted and ready to land.Jun 25 2019, 4:41 PM

With Mark' note, accepted.

Accept reviewer suggestion.

This revision now requires review to proceed.Jun 25 2019, 4:47 PM
vm_map_protect.9
99 ↗(On Diff #59016)

Still missing an article: "If a copy-on-write..."

This revision is now accepted and ready to land.Jun 25 2019, 5:15 PM