From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-189.mta1.migadu.com (out-189.mta1.migadu.com [95.215.58.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 567C615687D for ; Fri, 20 Feb 2026 22:16:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.189 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771625764; cv=none; b=EuFR4r4fAYuTyEdnr04DLlQiQGwQSVotef6Wl2c2VyRbmnPYmWk2F5weDVfKV3bu1Ke1S45w6UxqdHrOeYPW+N+NSwEALYFl7ZvZBTR63+EC2bJUqiJy91uGSFOIhebyVGkP94KollyvTL90LiS+iOYbzUEab7rMHfx9r2jiF+Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771625764; c=relaxed/simple; bh=PfOeiV9WOK8c5/by9GAg1W6HNo7ZArvYyx/QgFJrCbE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jcbbUYofDYZpkCIGR9oPH2GVY4BapdWfSka9159/o+uYQM33rKx4WsFe3WfExQCyVvkW49rFjuDaN48TNPdO6uPLq+Rw9CFuWlDpqhnIqF3eqzJMP4HqQEAULivHO76V+zgkT1QfbMBORuTYHEA8EfB7F9Xsyf0fEggI7SnjDtk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=vViFFMUV; arc=none smtp.client-ip=95.215.58.189 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="vViFFMUV" Date: Fri, 20 Feb 2026 14:15:57 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1771625761; 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: in-reply-to:in-reply-to:references:references; bh=oN9Hwb2fDdGaeGEROxnaLAHfHNiKuB50PSAzDDIdOn4=; b=vViFFMUVuOkaJ4qMiikS9Cp26Jq4iqN+qAgwNc1HT4UH05JIwJ6izCa70vjKe5e9a8B5Zf mmIWVE3entV0vscEA6V2Z8FpPLkKK5BwW1t9eDq5zpMU1kmAlva21vEMYXZ0E8VjjCE87c 5qbt1YjED4y4hF5dW/yET5fssFrUge0= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Shakeel Butt To: Johannes Weiner Cc: Andrew Morton , Uladzislau Rezki , Joshua Hahn , Michal Hocko , Roman Gushchin , Muchun Song , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] mm: memcontrol: switch to native NR_VMALLOC vmstat counter Message-ID: References: <20260220191035.3703800-1-hannes@cmpxchg.org> <20260220191035.3703800-2-hannes@cmpxchg.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260220191035.3703800-2-hannes@cmpxchg.org> X-Migadu-Flow: FLOW_OUT On Fri, Feb 20, 2026 at 02:10:35PM -0500, Johannes Weiner wrote: > Eliminates the custom memcg counter and results in a single, > consolidated accounting call in vmalloc code. > > Signed-off-by: Johannes Weiner Acked-by: Shakeel Butt