From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 D16F4313E07 for ; Sun, 28 Jun 2026 20:08:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782677339; cv=none; b=YrZ+o1T+rVTcmfkcZLvHHMVONZmDx/sKus6ESbheHIE7HGYrTRFPycooBke3fVvHAQYxZI2W9IUA5a1zuI+qYUvRf5OnK6rwJSM0askGoCoJ9/ssLQy1FuCFH5LyYWQqz6n18md2cf9jQzdEdlqPTKw9DAkiU4AR/JN42JrAUY4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782677339; c=relaxed/simple; bh=nBrxzBCAf11F3zZ1UI/a2bJ14NZ5/F2Ufw/TkRbxLqo=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=SrFu1unFHyYEsklolsouOjWY5t5YYreZUFyoy3tX6TRoH12CAOsRKU+qZWhAgW1RQTxI4xDsoFFVqf9LLyBfPl7wyC1L8k7StXg1c9DFDzh1a0+pcxRC03vMrykiGJCXJ+458wGstYAV0KSsL7mgwHMf3fbIOX3pzip+RTDuwFs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E4AB1F000E9; Sun, 28 Jun 2026 20:08:58 +0000 (UTC) Date: Sun, 28 Jun 2026 13:08:53 -0700 From: Andrew Morton To: Lorenzo Stoakes Cc: Imran Khan , david@kernel.org, liam@infradead.org, vbabka@kernel.org, rppt@kernel.org, surenb@google.com, mhocko@suse.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm/vmstat: avoid taking zone lock in /proc/buddyinfo reads Message-Id: <20260628130853.7e20a6bba55ae1c6e90ec922@linux-foundation.org> In-Reply-To: References: <20260604134245.1580287-1-imran.f.khan@oracle.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Wed, 24 Jun 2026 08:16:50 +0100 Lorenzo Stoakes wrote: > I think this one got missed last cycle? I don't see it in any mm- tree, and has > a bunch of tags. It arrived during -rc6 and isn't a bugfix so I put it in the "next -rc1" pile. > I guess Imran will need to resend it at -rc1? Got it now. Thanks, all.