From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935578AbdAHUV2 (ORCPT ); Sun, 8 Jan 2017 15:21:28 -0500 Received: from mail-pg0-f42.google.com ([74.125.83.42]:33207 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934677AbdAHUV0 (ORCPT ); Sun, 8 Jan 2017 15:21:26 -0500 Date: Sun, 8 Jan 2017 12:21:16 -0800 (PST) From: Hugh Dickins X-X-Sender: hugh@eggly.anvils To: "Aneesh Kumar K.V" cc: Hugh Dickins , Linus Torvalds , Andrew Morton , "Kirill A. Shutemov" , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] mm: stop leaking PageTables In-Reply-To: <87mvf2kpfa.fsf@linux.vnet.ibm.com> Message-ID: References: <87mvf2kpfa.fsf@linux.vnet.ibm.com> User-Agent: Alpine 2.11 (LSU 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 8 Jan 2017, Aneesh Kumar K.V wrote: > Hugh Dickins writes: > > > And fix a separate pagetable leak, or crash, introduced by the same > > change, that could only show up on some ppc64: why does do_set_pmd()'s > > failure case attempt to withdraw a pagetable when it never deposited > > one, at the same time overwriting (so leaking) the vmf->prealloc_pte? > > Residue of an earlier implementation, perhaps? Delete it. > > That change is part of -mm tree. > > https://lkml.kernel.org/r/20161212163428.6780-1-aneesh.kumar@linux.vnet.ibm.com Ah, so it is, I hadn't looked there. That's reassuring, I'm glad to know you reached the same conclusion on that piece of code. It still worried me that the fix is languishing in mmotm, but it looks not lost: akpm would have sent it in a couple of days anyway, and only affected ppc64 (like the related khugepaged patch you have queued there). > > > > > Fixes: 953c66c2b22a ("mm: THP page cache support for ppc64") > > Signed-off-by: Hugh Dickins > > > Reviewed-by: Aneesh Kumar K.V Thanks, and to Linus, who already has this in for -rc3: so akpm can drop mm-thp-pagecache-only-withdraw-page-table-after-a-successful-deposit.patch and then later send in your mm-thp-pagecache-collapse-free-the-pte-page-table-on-collapse-for-thp-page-cache.patch Hugh