Re: [PATCH] mm: fix up a spurious page fault whenever it happens

From: Linus Torvalds
Date: Thu May 23 2013 - 10:45:23 EST


On Thu, May 23, 2013 at 1:07 AM, Stanislav Meduna <stano@xxxxxxxxxx> wrote:
>
> It did not crash overnight, but it also does not show any
> minor fault counted for the threads

Page faults that don't cause us to map a page (ie a spurious one, or
one that just updates dirty/accessed bits) don't show up as even minor
faults. Thing of the major/minor as "mapping activity" not a page
fault count.

So if this is due to some stuck TLB entry, that wouldn't show up anyway.

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/