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 7932045039 for ; Fri, 3 Jul 2026 08:14:23 +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=1783066465; cv=none; b=m0ORKjB3Xp5SOxx6qjXXoKK76w16emqdbLhoryUVGtmvdKy5xUIqw1BXCeEoSJ54THqJS5MjgV04Vc6DpdugRTXwvlQRSwsW2pi1ucoGkJEJRLp3DH3JgSurDqJAvtk1+T+ETYlOkzqE3ENhBM1GZca6IRg8DWerc9jUAoxZ+Dw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783066465; c=relaxed/simple; bh=t2x3BlXNF45ScDQyVHhlPCIzKlJhgnXB8yLLXktB6Vk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qzToDqHTY5ecKLi0uRTg6v7OF4Ru2h8zdI4Dj/Ut9bWG04Ge0eQ0HzHXANJ42AKvaZqJE9xDle7xhxpFXZwwb0/MI1RcSGfq1LvSR+u+ITMpSh6Rqzj9znG5DLvELEwR2+Mz03jcFY9NXwKlfSXn9vjGhrrzrfvCrF++1FA/Q3A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org; spf=pass smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=AcW4ke4b; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=pass 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="AcW4ke4b" 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=wS+fSN/W4QoYspA/R1gqynuslJTFQCmsBpIjUcH+thk=; b=AcW4ke4bfSCZ9owyh7fy1TEJIy TILfjna3a6jrqcGuMaIxENk9nxj7Pf6KIAXveVsXFPPQztPuFQFavcy1+jIH7vUs0bxSEOffRi3XV TDyg0bXqRCduWDeXK3dGZBOIGT7PicB7BJyFB+iM3De66u1wTdA7AQo/+1x0nnY19XKH5NYR4lzds pAB6kEG0cXoq3YNYuQNlR0QUfg/rgOWtW8Lct0dw4rqxEyYfXOL8brhlTZYyjXTFuEtDiEcR/bi40 xLfX8Z4j4x16w+ldyzPsZL0N1aDlHPpKiZE95+/H7aaN5KnZsyNxne8Ol8gu2okAPOG6DB9KOYqrl tuewcH0g==; 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 1wfZ2Q-009GQe-0X; Fri, 03 Jul 2026 08:14:18 +0000 Date: Fri, 3 Jul 2026 01:14:12 -0700 From: Breno Leitao To: Tejun Heo Cc: Lai Jiangshan , linux-kernel@vger.kernel.org, kernel-team@meta.com, marco.crivellari@suse.com Subject: Re: [PATCH] workqueue: annotate racy PWQ_STAT_CPU_TIME update in wq_worker_tick() Message-ID: References: <20260702-wq-cpu-time-data-race-v1-1-5a2ba7635670@debian.org> <741bd0b492045c9f80c341da4714c155@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: <741bd0b492045c9f80c341da4714c155@kernel.org> X-Debian-User: leitao On Thu, Jul 02, 2026 at 07:58:16AM -1000, Tejun Heo wrote: > Hello, Breno. > > Applied to wq/for-7.3 with the "Options I've considered" section trimmed > from the description. Thanks Tejun!