From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D33F2E92FDD for ; Fri, 6 Oct 2023 03:54:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229876AbjJFDyz convert rfc822-to-8bit (ORCPT ); Thu, 5 Oct 2023 23:54:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229815AbjJFDyy (ORCPT ); Thu, 5 Oct 2023 23:54:54 -0400 Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8451BDB; Thu, 5 Oct 2023 20:54:53 -0700 (PDT) Received: from imladris.home.surriel.com ([10.0.13.28] helo=imladris.surriel.com) by shelob.surriel.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qobv7-0007yg-1p; Thu, 05 Oct 2023 23:54:33 -0400 Message-ID: <12e3c6f30ce2b04873ce4f827f273c76b8e974ff.camel@surriel.com> Subject: Re: [PATCH v2 1/2] selftests/mm: export get_free_hugepages() From: Rik van Riel To: Breno Leitao , mike.kravetz@oracle.com, muchun.song@linux.dev, akpm@linux-foundation.org, Shuah Khan Cc: linux-mm@kvack.org, "open list:KERNEL SELFTEST FRAMEWORK" , open list Date: Thu, 05 Oct 2023 23:54:33 -0400 In-Reply-To: <20231005163922.87568-2-leitao@debian.org> References: <20231005163922.87568-1-leitao@debian.org> <20231005163922.87568-2-leitao@debian.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.46.4 (3.46.4-1.fc37) MIME-Version: 1.0 Sender: riel@surriel.com Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Thu, 2023-10-05 at 09:39 -0700, Breno Leitao wrote: > get_free_hugepages() is helpful for other hugepage tests. Export it > to > the common file (vm_util.c) to be reused. > > Signed-off-by: Breno Leitao > Reviewed-by: Rik van Riel -- All Rights Reversed.