]> Zhao Yanbai Git Server - minix.git/commit
VM: shared memory pagefault fix 86/386/2
authorBen Gras <ben@minix3.org>
Tue, 5 Mar 2013 16:17:21 +0000 (17:17 +0100)
committerBen Gras <ben@minix3.org>
Thu, 7 Mar 2013 09:40:22 +0000 (10:40 +0100)
commit449ed1783384122c32cb8b80fef7c5f043d7df22
treee3e2f5e5a804717aeaf4ec0c8e44fed62fdcd5d6
parentdf04d571b110bdd0e46c6b701c8f9ae771d3e77d
VM: shared memory pagefault fix

. if there is no memory there, it's not writable; this
  check bug by the shared memory's writable() method causes
  pagefaults not to be handled  at all in certain situations,
  triggering an assert() in pt_writemap()
. added some assert()s to catch this and similar situations
  in the future

Change-Id: Ife89bfab4f9a3aa7bf4e33dfb0b13b89dcd5bb94
servers/vm/mem_anon.c
servers/vm/region.c