Re: [PATCH 2.5.66-mm2] Fix page_convert_anon locking issues

Dave McCracken (dmccr@us.ibm.com)
Thu, 03 Apr 2003 08:49:55 -0600


--On Wednesday, April 02, 2003 17:58:08 -0600 Dave McCracken
<dmccr@us.ibm.com> wrote:

> It's looking more and more like we should use your other suggestion. It's
> definitely simpler if we can make it failsafe. I'll code it up tomorrow.

I thought of a big hole in the simpler scheme you suggested. It occurred
to me that try_to_unmap will fail. It will see the PageAnon flag so it'll
just walk the pte_chain and assume it doesn't have to walk the vmas. This
will leave the page with some stranded mappings. Actually
page_convert_anon will then finish, and we'll have a page where
try_to_unmap claims it has succeeded but still has mappings.

Dave McCracken

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/