From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from stravinsky.debian.org (stravinsky.debian.org [82.195.75.108]) (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 F3A59274B23 for ; Fri, 10 Apr 2026 08:04:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.195.75.108 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775808259; cv=none; b=Oq3dqsXIYgIUfG5dnYH4jXfJDM1na0awXiqKyALwzZBFEi5xGEDJyfVzFKMttTsfiQJ45AWtveHgTdakpgQsSrYFSWNOy3qLV252Rb1MBT4fVx4rHSBehOpECXv2svWRBPzpLsS8Osz5O4HaptOxchC7DgPdvl68L8cRUsOliE0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775808259; c=relaxed/simple; bh=qnWyemV+NZsY/YXdFzXMuhYB31BzKbN6+vDsj78YGmo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Su3jklXSZ5C4pHDjkafJzXAmE/qarG9rRX3vE29mhf9Fp8OmclQ+yDworRtRwVu/h3o7IBJ5hlWqPX4uo4lvSHoCn0d1g7SkhSn+zd6sjJOkhm3cuIgVLtaYZq3nA0mglovxB8Oq8cYmh/V3X7/bjSHXQaDJR+yZpXw7pvHcL3g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org; spf=none smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=YI2JGwcN; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=debian.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b="YI2JGwcN" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=qnWyemV+NZsY/YXdFzXMuhYB31BzKbN6+vDsj78YGmo=; b=YI2JGwcNCq/sWdXmZgi0jxW4L3 uoxTV4UW8j+EtAkLy/c6t3dH5yx2NmzAiuiKThfj5/XdFJaOBKJsG0B7beoWVD3HFE07r5yqTPMuA I9dJAmiJ4bSVAHk7fhRg1zCBu5NaGBEdRQiW4aI1VBwIcmzSP1I0h8H+uKOsKD9Bo590ViI6dZw3Q I8mWM1J51ZUxdpD/47QGmMWv8dRb/udrxvNSLSPMCN6kFLU++QvWAdhFqyKUfmehdqK21vCV1Jvlx 1QqT36AR44yzY/x7TnkEiWc22ocL7tFbEUI8bkIJ7t1CkF9NmdPPZk8WwVS9y39SaE8CDQq+1zRBb XtBwzjIw==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1wB6qP-009q4T-1Q; Fri, 10 Apr 2026 08:04:01 +0000 Date: Fri, 10 Apr 2026 01:03:54 -0700 From: Breno Leitao To: "Vlastimil Babka (SUSE)" Cc: Andrew Morton , David Hildenbrand , Lorenzo Stoakes , "Liam R. Howlett" , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Christoph Lameter , Dmitry Ilvokhin , 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: <7cf39b82-ff21-4d9e-b2fd-1636c3e203ce@kernel.org> X-Debian-User: leitao 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. Thanks, --breno