From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.ilvokhin.com (mail.ilvokhin.com [178.62.254.231]) (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 BFB1D397E68 for ; Fri, 10 Apr 2026 10:51:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.62.254.231 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775818289; cv=none; b=Ziz/lfhMllalSdjrMkUKoq5LxDh03QrZqHZJ/Ey7d38DoL2EE8yA50ivuESi5s69H+jERVykN+5Q+nqHGi2Z78N7uohfhfYFQUvdShQno6yjdfSTAvRUTzQpTbsqLhmvVwuWHDQvUywPDPp6EYdf0Vc6TEyuGHYdcxKRvjUA3Uw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775818289; c=relaxed/simple; bh=saTNYIxQQlA68flIgDrcLKagNFFXhgSyb+kJh0mqNS8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Y4BDV/VjQ0DlKomEfFAIYmqNs1BvmG0f2ZfRAeHoPCInpGWzokOCO65HUhsvnZO23X75+Q4C81LqP/kwwuxWLBWBOt5gPzCi4ZvB2S/yEWgYuAGS4TBimNf6nKvgfIYpFXLDUuKjSQ5pHnWU3nuC2ANAjNlxNEuaaL+tVOX+JXU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=ilvokhin.com; spf=pass smtp.mailfrom=ilvokhin.com; dkim=pass (1024-bit key) header.d=ilvokhin.com header.i=@ilvokhin.com header.b=zkc9T6b4; arc=none smtp.client-ip=178.62.254.231 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=ilvokhin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ilvokhin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ilvokhin.com header.i=@ilvokhin.com header.b="zkc9T6b4" Received: from shell.ilvokhin.com (shell.ilvokhin.com [138.68.190.75]) (Authenticated sender: d@ilvokhin.com) by mail.ilvokhin.com (Postfix) with ESMTPSA id 1EFE1BE890; Fri, 10 Apr 2026 10:51:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ilvokhin.com; s=mail; t=1775818271; bh=GrBsVEjNctRnodxgaE6XmiwO91zdT6jFmRl1mywmyDY=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=zkc9T6b41/J2Y+aDNrMjlSTZdSE4B/pmJ3/nXN1P0pDq48TGbPBUIsMmplmGkxo/T FLrHCyherHJsvCCQFT9w7nb8IESZR2kxfgB9PjTfsVhtfCp0an7BeQxNsydSzh9rV5 zvKagV/DiZeMO/DJlpDz2T107AFWQlTIFkRRagKs= Date: Fri, 10 Apr 2026 10:51:07 +0000 From: Dmitry Ilvokhin To: Breno Leitao Cc: "Vlastimil Babka (SUSE)" , Andrew Morton , David Hildenbrand , Lorenzo Stoakes , "Liam R. Howlett" , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Christoph Lameter , linux-mm@kvack.org, linux-kernel@vger.kernel.org, kas@kernel.org, shakeel.butt@linux.dev, usama.arif@linux.dev, kernel-team@meta.com Subject: Re: [PATCH v2] mm/vmstat: fix vmstat_shepherd double-scheduling vmstat_update Message-ID: References: <20260409-vmstat-v2-1-e9d9a6db08ad@debian.org> <7cf39b82-ff21-4d9e-b2fd-1636c3e203ce@kernel.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: On Fri, Apr 10, 2026 at 01:03:54AM -0700, Breno Leitao wrote: > On Thu, Apr 09, 2026 at 07:01:01PM +0200, Vlastimil Babka (SUSE) wrote: > > On 4/9/26 14:26, Breno Leitao wrote: > > > Fixes: 7b8da4c7f07774 ("vmstat: get rid of the ugly cpu_stat_off variable") > > > Signed-off-by: Breno Leitao > > > Reviewed-by: Vlastimil Babka (SUSE) > > > > Looks like v2 posting raced with Dmitry adding R-b tag to the posting in v1 > > thread: > > > > https://lore.kernel.org/all/adebKQaiAP4G3liv@shell.ilvokhin.com/ > > Dmitry, would you mind reviewing this version as well to keep the review > trail complete? > > This is essentially the same patch you already reviewed. Andrew seems to have already picked up my Reviewed-by in mm-new. There are also several other tags there, but most of them were given for v1, while the current patch (v2) differs, so they may no longer apply. I've added my Reviewed-by again for this version.