From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751832AbdJFJzW (ORCPT ); Fri, 6 Oct 2017 05:55:22 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36585 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751334AbdJFJzU (ORCPT ); Fri, 6 Oct 2017 05:55:20 -0400 X-Google-Smtp-Source: AOwi7QAt3m2cy8W11NbgkqppVdiV84YYcq01xq0DZPn7MVX4jEW3WfNbBkt650N+QaDLq8yz5YXB5g== Date: Fri, 6 Oct 2017 12:55:17 +0300 From: "Kirill A. Shutemov" To: Anshuman Khandual Cc: "Kirill A. Shutemov" , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, Michal Hocko Subject: Re: [PATCHv2 1/2] mm: Introduce wrappers to access mm->nr_ptes Message-ID: <20171006095517.vkpao4iu35ocashi@node.shutemov.name> References: <20171005101442.49555-1-kirill.shutemov@linux.intel.com> <856babfe-fd38-0bd2-d8d2-64dfe6672da8@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <856babfe-fd38-0bd2-d8d2-64dfe6672da8@linux.vnet.ibm.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 06, 2017 at 09:32:03AM +0530, Anshuman Khandual wrote: > On 10/05/2017 03:44 PM, Kirill A. Shutemov wrote: > > Let's add wrappers for ->nr_ptes with the same interface as for nr_pmd > > and nr_pud. > > > > It's preparation for consolidation of page-table counters in mm_struct. > > > > Signed-off-by: Kirill A. Shutemov > > Hey Kirill, > > This patch does not apply cleanly either on mainline or on the latest > mmotm branch mmotm-2017-10-03-17-08. Is there any other branch like > 'linux next' you might have rebased these patches against ? It's against mmots. There's pud page tables accounting patch we depent onto. -- Kirill A. Shutemov