From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750883AbdJFECQ (ORCPT ); Fri, 6 Oct 2017 00:02:16 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:47104 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750710AbdJFECN (ORCPT ); Fri, 6 Oct 2017 00:02:13 -0400 Subject: Re: [PATCHv2 1/2] mm: Introduce wrappers to access mm->nr_ptes To: "Kirill A. Shutemov" , Andrew Morton References: <20171005101442.49555-1-kirill.shutemov@linux.intel.com> Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, Michal Hocko From: Anshuman Khandual Date: Fri, 6 Oct 2017 09:32:03 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20171005101442.49555-1-kirill.shutemov@linux.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable x-cbid: 17100604-0040-0000-0000-00000359952C X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17100604-0041-0000-0000-00000CDABF10 Message-Id: <856babfe-fd38-0bd2-d8d2-64dfe6672da8@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-10-06_01:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1710060059 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ? - Anshuman