The patch titled Subject: mm-hugetlb-reduce-arch-dependent-code-around-follow_huge_-fix has been added to the -mm tree. Its filename is mm-hugetlb-reduce-arch-dependent-code-around-follow_huge_-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-hugetlb-reduce-arch-dependent-code-around-follow_huge_-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-hugetlb-reduce-arch-dependent-code-around-follow_huge_-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Naoya Horiguchi <nao.horiguchi@xxxxxxxxx> Subject: mm-hugetlb-reduce-arch-dependent-code-around-follow_huge_-fix Cc: Wu Fengguang <fengguang.wu@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/mm/hugetlbpage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/mm/hugetlbpage.c~mm-hugetlb-reduce-arch-dependent-code-around-follow_huge_-fix arch/powerpc/mm/hugetlbpage.c --- a/arch/powerpc/mm/hugetlbpage.c~mm-hugetlb-reduce-arch-dependent-code-around-follow_huge_-fix +++ a/arch/powerpc/mm/hugetlbpage.c @@ -716,7 +716,7 @@ follow_huge_pmd(struct mm_struct *mm, un struct page * follow_huge_pud(struct mm_struct *mm, unsigned long address, - pmd_t *pmd, int write) + pud_t *pud, int write) { BUG(); return NULL; _ Patches currently in -mm which might be from nao.horiguchi@xxxxxxxxx are mm-hugetlb-reduce-arch-dependent-code-around-follow_huge_-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html