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 77733C433FE for ; Wed, 2 Nov 2022 06:54:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229590AbiKBGyU (ORCPT ); Wed, 2 Nov 2022 02:54:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiKBGyQ (ORCPT ); Wed, 2 Nov 2022 02:54:16 -0400 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA46D63E2 for ; Tue, 1 Nov 2022 23:54:15 -0700 (PDT) Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1667372054; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SSfRga57qMK8FshXDQCi9KNBVxkKjkBaMLc8Yso7j68=; b=F97iKa88zKBj5KGfrbCi5go8auPkBjdLuZzLUheaQa8MqW84UG7ITvSRDyKAP7fndlv2aD zfc2BSGWigyNhJj7dAouBo/Lj8H+GYranufdJY6Od3obYxtLrHelLFUhVD0rV4mUG+huvs hWkZGcyATwyZUzJDzw8iI28Drk6Sug0= Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.200.110.1.12\)) Subject: Re: [PATCH v2 6/9] mm/hugetlb: convert free_huge_page to folios X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Muchun Song In-Reply-To: <20221101223059.460937-7-sidhartha.kumar@oracle.com> Date: Wed, 2 Nov 2022 14:53:53 +0800 Cc: linux-kernel@vger.kernel.org, Linux Memory Management List , Andrew Morton , Muchun Song , Mike Kravetz , Matthew Wilcox , almasrymina@google.com, linmiaohe@huawei.com, minhquangbui99@gmail.com, aneesh.kumar@linux.ibm.com Content-Transfer-Encoding: quoted-printable Message-Id: <72E0B83A-0631-4A5B-BA5D-8B42867EB010@linux.dev> References: <20221101223059.460937-1-sidhartha.kumar@oracle.com> <20221101223059.460937-7-sidhartha.kumar@oracle.com> To: Sidhartha Kumar X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Nov 2, 2022, at 06:30, Sidhartha Kumar = wrote: >=20 > Use folios inside free_huge_page(), this is in preparation for = converting > hugetlb_cgroup_uncharge_page() to take in a folio. >=20 > Signed-off-by: Sidhartha Kumar > Reviewed-by: Mike Kravetz Reviewed-by: Muchun Song Thanks.