From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by kanga.kvack.org (Postfix) with ESMTP id 60EBC6B0037 for ; Mon, 7 Jul 2014 05:13:02 -0400 (EDT) Received: by mail-pa0-f53.google.com with SMTP id ey11so5136984pad.12 for ; Mon, 07 Jul 2014 02:13:02 -0700 (PDT) Received: from cam-admin0.cambridge.arm.com (cam-admin0.cambridge.arm.com. [217.140.96.50]) by mx.google.com with ESMTP id bh2si40608529pbb.204.2014.07.07.02.12.59 for ; Mon, 07 Jul 2014 02:13:01 -0700 (PDT) Date: Mon, 7 Jul 2014 10:12:24 +0100 From: Will Deacon Subject: Re: [PATCH v10 6/7] ARM: add pmd_[dirty|mkclean] for THP Message-ID: <20140707091223.GC3145@arm.com> References: <1404694438-10272-1-git-send-email-minchan@kernel.org> <1404694438-10272-7-git-send-email-minchan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1404694438-10272-7-git-send-email-minchan@kernel.org> Sender: owner-linux-mm@kvack.org List-ID: To: Minchan Kim Cc: Andrew Morton , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" , Michael Kerrisk , Linux API , Hugh Dickins , Johannes Weiner , Rik van Riel , KOSAKI Motohiro , Mel Gorman , Jason Evans , Zhang Yanfei , "Kirill A. Shutemov" , Catalin Marinas , Steve Capper , Russell King , "linux-arm-kernel@lists.infradead.org" On Mon, Jul 07, 2014 at 01:53:57AM +0100, Minchan Kim wrote: > MADV_FREE needs pmd_dirty and pmd_mkclean for detecting recent > overwrite of the contents since MADV_FREE syscall is called for > THP page. > > This patch adds pmd_dirty and pmd_mkclean for THP page MADV_FREE > support. Looks fine to me, but it would be good if Steve can take a look too. BTW: the subject of the patch says 'ARM:' but this only affects arm64. Is there a corresponding patch for arch/arm/ too? Will -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org