Re: [PATCH] mm: Work around Intel SNB GTT bug with some physical pages.

From: Linus Torvalds
Date: Tue May 08 2012 - 11:25:59 EST


On Mon, May 7, 2012 at 4:13 PM, Stéphane Marchesin <marcheu@xxxxxxxxxxxx> wrote:
>
> In the end, I came up with the ugly workaround of just leaking the
> offending pages in shmem.c.

Don't leak it.

Instead, add it to some RCU list, and free it using RCU. Or some
one-second timer or something.

That kind of approach should guarantee that it

(a) gets returned to the system

but

(b) the returning to the system gets delayed sufficiently that if the
i915 driver is doing lots of allocations it will be getting other
pages.

Hmm?

Linus
--
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/