Re: [PATCH] mm,numa,THP: initialize hstate for THP page size

From: Rik van Riel
Date: Wed Dec 18 2013 - 17:21:12 EST


On 12/18/2013 05:08 PM, Andrew Morton wrote:
On Wed, 18 Dec 2013 17:03:14 -0500 Rik van Riel <riel@xxxxxxxxxx> wrote:

When hugetlbfs is started with a non-default page size, it is
possible that no hstate is initialized for the page sized used
by transparent huge pages.

This causes copy_huge_page to crash on a null pointer. Make
sure we always have an hstate initialized for the page sized
used by THP.


A bit more context is needed here please - so that people can decide
which kernel version(s) need patching.

That is a good question.

Looking at the git log, this might go back to 2008,
when the hugepagesz and default_hugepagesz boot
options were introduced.

Of course, back then there was no way to use 2MB
pages together with 1GB pages.

That did not come until transparent huge pages were
introduced back in 2011. It looks like the transparent
huge page code avoids the bug (accidentally?) by calling
copy_user_huge_page when COWing a THP, instead of
copy_huge_page, this avoids iterating over hstates[].

That means it should not be possible for the bug to
have been triggered until the numa balancing code
got merged.

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