Re: [PATCH] Support for unconditional page sanitization

From: Arjan van de Ven
Date: Sun May 24 2009 - 12:39:28 EST


On Sun, 24 May 2009 12:19:48 +0200
pageexec@xxxxxxxxxxx wrote:

> On 23 May 2009 at 14:05, Arjan van de Ven wrote:
>
> > On Sat, 23 May 2009 11:21:41 -0700
> > "Larry H." <research@xxxxxxxxxxxxxx> wrote:
> >
> > > +static inline void sanitize_highpage(struct page *page)
> >
> > any reason we're not reusing clear_highpage() for this?
> > (I know it's currently slightly different, but that is fixable)
>
> KM_USER0 users are not supposed to be called from soft/hard irq
> contexts for high memory pages, something that cannot be guaranteed
> at this low level of page freeing (i.e., we could be interrupting
> a clear_highmem and overwrite its KM_USER0 mapping, leaving it dead
> in the water when we return there). in other words, sanitization
> must be able to nest within KM_USER*, so that pretty much calls for
> its own slot.

no arguement that current clear_highpage isn't a fit. I was more
thinking about using the content of sanitize_highpage(), and just
calling that clear_highpage(). (or in other words, improve
clear_highpage to be usable in more situations)


--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/