From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by kanga.kvack.org (Postfix) with ESMTP id E076D82F67 for ; Mon, 19 Oct 2015 02:30:54 -0400 (EDT) Received: by padhk11 with SMTP id hk11so20171882pad.1 for ; Sun, 18 Oct 2015 23:30:54 -0700 (PDT) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com. [2607:f8b0:400e:c03::233]) by mx.google.com with ESMTPS id hg4si50288137pac.145.2015.10.18.23.30.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Oct 2015 23:30:54 -0700 (PDT) Received: by pabrc13 with SMTP id rc13so181397144pab.0 for ; Sun, 18 Oct 2015 23:30:54 -0700 (PDT) Date: Mon, 19 Oct 2015 15:33:57 +0900 From: Minchan Kim Subject: Re: [PATCH mmotm] mm: dont split thp page when syscall is called fix 4 Message-ID: <20151019063357.GA963@bbox> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Hugh Dickins Cc: Andrew Morton , "Kirill A. Shutemov" , linux-kernel@vger.kernel.org, linux-mm@kvack.org Hello Hugh, On Fri, Oct 16, 2015 at 03:46:03PM -0700, Hugh Dickins wrote: > Compiler gives helpful warnings that madvise_free_pte_range() > has the args to split_huge_pmd() the wrong way round. > > Signed-off-by: Hugh Dickins Thanks for catching my mistake. Reviewed-by: Minchan Kim -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752721AbbJSGaz (ORCPT ); Mon, 19 Oct 2015 02:30:55 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:36082 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbbJSGay (ORCPT ); Mon, 19 Oct 2015 02:30:54 -0400 Date: Mon, 19 Oct 2015 15:33:57 +0900 From: Minchan Kim To: Hugh Dickins Cc: Andrew Morton , "Kirill A. Shutemov" , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH mmotm] mm: dont split thp page when syscall is called fix 4 Message-ID: <20151019063357.GA963@bbox> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Hugh, On Fri, Oct 16, 2015 at 03:46:03PM -0700, Hugh Dickins wrote: > Compiler gives helpful warnings that madvise_free_pte_range() > has the args to split_huge_pmd() the wrong way round. > > Signed-off-by: Hugh Dickins Thanks for catching my mistake. Reviewed-by: Minchan Kim