Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753979AbbGaOrt (ORCPT ); Fri, 31 Jul 2015 10:47:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43445 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751978AbbGaOrs (ORCPT ); Fri, 31 Jul 2015 10:47:48 -0400 Message-ID: <55BB8A8F.9080504@redhat.com> Date: Fri, 31 Jul 2015 16:47:43 +0200 From: Jerome Marchand User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "Kirill A. Shutemov" , Andrew Morton , Andrea Arcangeli , Hugh Dickins CC: Dave Hansen , Mel Gorman , Rik van Riel , Vlastimil Babka , Christoph Lameter , Naoya Horiguchi , Steve Capper , "Aneesh Kumar K.V" , Johannes Weiner , Michal Hocko , Sasha Levin , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCHv9 05/36] mm: adjust FOLL_SPLIT for new refcounting References: <1437402069-105900-1-git-send-email-kirill.shutemov@linux.intel.com> <1437402069-105900-6-git-send-email-kirill.shutemov@linux.intel.com> In-Reply-To: <1437402069-105900-6-git-send-email-kirill.shutemov@linux.intel.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FBbngEo5wk9wTBSbfBEsnErjG8RhlaaM5" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1886 Lines: 51 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --FBbngEo5wk9wTBSbfBEsnErjG8RhlaaM5 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 07/20/2015 04:20 PM, Kirill A. Shutemov wrote: > We need to prepare kernel to allow transhuge pages to be mapped with > ptes too. We need to handle FOLL_SPLIT in follow_page_pte(). >=20 > Also we use split_huge_page() directly instead of split_huge_page_pmd()= =2E > split_huge_page_pmd() will gone. >=20 > Signed-off-by: Kirill A. Shutemov > Tested-by: Sasha Levin > Tested-by: Aneesh Kumar K.V > Acked-by: Vlastimil Babka Acked-by: Jerome Marchand > --- > mm/gup.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++---------= -------- > 1 file changed, 49 insertions(+), 18 deletions(-) >=20 --FBbngEo5wk9wTBSbfBEsnErjG8RhlaaM5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJVu4qPAAoJEHTzHJCtsuoCDKsIAJeSWO/ooM3Fl1ziG0wgOcaU rSsdlbnH0vi+AWh03ILFxZhY9/mz95YZT3xyn52AzKnvqeQZR740lxUQsCp+uD3v tyqFapPOVAt5grg7Jq8k2tNAZGKdknvlXwWPn0Z6CmfzxwjwngxT/d1Dx7Q6T3T3 8WwHUAQ5hD8agym5nWfS58q+j1BRMvMH6apC6gXqVaVjpAEE0K6O+4blgreBYUkh 6P++ZqJjAUZrPD690PeoK7+W49FwJ7o6s3jJ9YvmbuGTOXyTeBIUfUE38NqWV0ZF 9W3ECUbznkGjV2pocgQn1wTKLMUbZP0uYDT1KDd1YoR2byGU0T/9TFLCo52eTTo= =tQCl -----END PGP SIGNATURE----- --FBbngEo5wk9wTBSbfBEsnErjG8RhlaaM5-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/