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 5E277E81E1E for ; Fri, 6 Oct 2023 17:25:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233030AbjJFRZe (ORCPT ); Fri, 6 Oct 2023 13:25:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232404AbjJFRZc (ORCPT ); Fri, 6 Oct 2023 13:25:32 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C153C5; Fri, 6 Oct 2023 10:25:30 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2706BC433C7; Fri, 6 Oct 2023 17:25:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1696613129; bh=wLse5zDSVS+RScsM3WAUWNwpS7JJkCOs2oALrayhWiE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=A46/ZRdq/OPLaN3/gIS7spr9LUntOhdg9WjT9s6w9Saef20MdhSUEFefsQqPGOpLg VcCuB0KD+kdRv0yhLGDG3d2ZKSyz2UkPLj7zIZbz9vSXVw9VhgJuBMaCHHovpS6eOk Xemx64JC2pa8zy/JhD/xOn/6TMqzXTzA8grVHCko= Date: Fri, 6 Oct 2023 10:25:23 -0700 From: Andrew Morton To: Nhat Pham Cc: riel@surriel.com, hannes@cmpxchg.org, mhocko@kernel.org, roman.gushchin@linux.dev, shakeelb@google.com, muchun.song@linux.dev, tj@kernel.org, lizefan.x@bytedance.com, shuah@kernel.org, mike.kravetz@oracle.com, yosryahmed@google.com, fvdl@google.com, linux-mm@kvack.org, kernel-team@meta.com, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org Subject: Re: [PATCH v3 2/3] hugetlb: memcg: account hugetlb-backed memory in memory controller (fix) Message-Id: <20231006102523.cc8ea46aeda6ef0a03ae22a2@linux-foundation.org> In-Reply-To: <20231004194506.946908-1-nphamcs@gmail.com> References: <20231003001828.2554080-3-nphamcs@gmail.com> <20231004194506.946908-1-nphamcs@gmail.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 4 Oct 2023 12:45:06 -0700 Nhat Pham wrote: > Ensure hugetlb folio migration also transfers the memcg metadata. > > This fixlet should be squashed to the following patch: > https://lore.kernel.org/lkml/20231003001828.2554080-3-nphamcs@gmail.com/ > hugetlb: memcg: account hugetlb-backed memory in memory controller > I've rather lost track of what's going on here. I'll drop the series "hugetlb memcg accounting" v3. Please resend everything and let's try again.