Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754747AbbGaPPg (ORCPT ); Fri, 31 Jul 2015 11:15:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37140 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753792AbbGaPPe (ORCPT ); Fri, 31 Jul 2015 11:15:34 -0400 Message-ID: <55BB9110.8090306@redhat.com> Date: Fri, 31 Jul 2015 17:15:28 +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 35/36] mm: re-enable THP References: <1437402069-105900-1-git-send-email-kirill.shutemov@linux.intel.com> <1437402069-105900-36-git-send-email-kirill.shutemov@linux.intel.com> In-Reply-To: <1437402069-105900-36-git-send-email-kirill.shutemov@linux.intel.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="aKwpx4aML96jbcAXRpT6sp5cskXbqTHj5" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2072 Lines: 60 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --aKwpx4aML96jbcAXRpT6sp5cskXbqTHj5 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 07/20/2015 04:21 PM, Kirill A. Shutemov wrote: > All parts of THP with new refcounting are now in place. We can now allo= w > to enable THP. >=20 > Signed-off-by: Kirill A. Shutemov > Tested-by: Sasha Levin > Tested-by: Aneesh Kumar K.V Acked-by: Jerome Marchand > --- > mm/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/mm/Kconfig b/mm/Kconfig > index c973f416cbe5..e79de2bd12cd 100644 > --- a/mm/Kconfig > +++ b/mm/Kconfig > @@ -410,7 +410,7 @@ config NOMMU_INITIAL_TRIM_EXCESS > =20 > config TRANSPARENT_HUGEPAGE > bool "Transparent Hugepage Support" > - depends on HAVE_ARCH_TRANSPARENT_HUGEPAGE && BROKEN > + depends on HAVE_ARCH_TRANSPARENT_HUGEPAGE > select COMPACTION > help > Transparent Hugepages allows the kernel to use huge pages and >=20 --aKwpx4aML96jbcAXRpT6sp5cskXbqTHj5 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 iQEcBAEBCAAGBQJVu5ERAAoJEHTzHJCtsuoCds0H/1BxWBoiqQMf11ZQv+ZWkwCw pqAif3ChmOwjW153faGBmNG0IxR0HZrr3hqHd4Ey/gkajpUzRRGTSWvxrG31eQmG TKY4Z+N4NF0RWzAyQJqInc9pAhTD/2z5wfamYl665+a3Fyh/ALDqFTro7vbNqYqF PdC0gK7Tu3ox6AK9yHVhtObUa7VpOHa89bJtK5i9QxwMkldMHyeMFGAzYbVxYV3O 6INlCtcY5ojZ4scLowDgGezo/cWVU7J4dwhZNR5IS3IPte54F4BW+LivpzXfTufv K58kEyvP0b08bAFYEHzNj7WCiuE9THGsEDbDoI1OiUsRzHaDwNGlupOeWQfPiSM= =kpJi -----END PGP SIGNATURE----- --aKwpx4aML96jbcAXRpT6sp5cskXbqTHj5-- -- 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/