From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932646AbcFQOZu (ORCPT ); Fri, 17 Jun 2016 10:25:50 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:36440 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751640AbcFQOZs (ORCPT ); Fri, 17 Jun 2016 10:25:48 -0400 Date: Fri, 17 Jun 2016 17:25:44 +0300 From: "Kirill A. Shutemov" To: Michal Hocko Cc: Mike Kravetz , zhongjiang , akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: fix account pmd page to the process Message-ID: <20160617142544.GD6534@node.shutemov.name> References: <1466076971-24609-1-git-send-email-zhongjiang@huawei.com> <20160616154214.GA12284@dhcp22.suse.cz> <20160616154324.GN6836@dhcp22.suse.cz> <71df66ac-df29-9542-bfa9-7c94f374df5b@oracle.com> <20160616163119.GP6836@dhcp22.suse.cz> <20160617122506.GC6534@node.shutemov.name> <20160617125959.GH21670@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160617125959.GH21670@dhcp22.suse.cz> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 17, 2016 at 03:00:00PM +0200, Michal Hocko wrote: > On Fri 17-06-16 15:25:06, Kirill A. Shutemov wrote: > [...] > > >From fd22922e7b4664e83653a84331f0a95b985bff0c Mon Sep 17 00:00:00 2001 > > From: "Kirill A. Shutemov" > > Date: Fri, 17 Jun 2016 15:07:03 +0300 > > Subject: [PATCH] hugetlb: fix nr_pmds accounting with shared page tables > > > > We account HugeTLB's shared page table to all processes who share it. > > The accounting happens during huge_pmd_share(). > > > > If somebody populates pud entry under us, we should decrease pagetable's > > refcount and decrease nr_pmds of the process. > > > > By mistake, I increase nr_pmds again in this case. :-/ > > It will lead to "BUG: non-zero nr_pmds on freeing mm: 2" on process' > > exit. > > > > Let's fix this by increasing nr_pmds only when we're sure that the page > > table will be used. > > > > Signed-off-by: Kirill A. Shutemov > > Reported-by: zhongjiang > > Fixes: dc6c9a35b66b ("mm: account pmd page tables to the process") > > Cc: [4.0+] > > Yes this patch is better. Is it worth backporting to stable though? > BUG message sounds scary but it is not a real BUG(). I guess, we can live without stable backport. > > Acked-by: Michal Hocko Thanks. -- Kirill A. Shutemov