From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 52196328B41; Tue, 27 Jan 2026 05:10:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769490613; cv=none; b=FJf4zTIqfDunqRsRp2p7fTlhh3aLA1VhJ4k1iY0ftckP9CkJr6xKLt9uNNg0yaBISPqEFRQIe2mtDYsWVqMd8Ga6PZIoc1bXE1GNieKsQB92zxWMSRYyizrzHK3dEJOCaD6Q9gIC0mWgtpWM3pHTpKhqjzw4+KggH15FwUUcUKc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769490613; c=relaxed/simple; bh=dFMjlaqBDCMpuScUpOCYTgf6gwlnHRXkbqdrLFSo3kc=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=YkYvKmnouzplKPCei0oXvI7pSgxkvSLjYhEM00CqUipg0aGoKxiTz3jvIGx3Qda/nBYor8zRHRqwTql1+OBaV5/y1Dz7dJnWDbCZKj2wZjQqCMS/aNIstyLbJryOQJXqCRFEd4NZOHT3WobWZ9Z+U+XkLWm5sU94xCFkMjAox2A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qJ/s5gg5; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qJ/s5gg5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22B31C116C6; Tue, 27 Jan 2026 05:10:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769490613; bh=dFMjlaqBDCMpuScUpOCYTgf6gwlnHRXkbqdrLFSo3kc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=qJ/s5gg5kaqAtjA7biZ3z1SrIGEjD9OR6HEgnnUqv4SXZJh/teXsWsRjt5xLHrRs9 u+0Oz8xpKbCC/0ldv9fgm2E+GX7nukDygIZgPap7E9LRXQ1J6Kt3owZPrBe6yNIYpL TIby8ynuzFhcEQWhh+anOWzVMWhtB0rJuwr12/f91izxDJsJz30g0T7EHhoki6Yte2 Uf6uLKMAENb66+PCXwdoqiMnpFIu7a+AQRlywKSuH9G4XZXer04QIgeaGUnwVicrQe uDPB9Q7EmcDYAA6ucmDP5twi6/1bgI07UEC5QLx0iV7rISxzRryRAJ1TmpcLtQJnxZ HDgzC4ERfWPDQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 8BBBB380A961; Tue, 27 Jan 2026 05:10:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: ethernet: ti: netcp: Use u64_stats_t with u64_stats_sync properly From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176949060734.690573.3564112889209838707.git-patchwork-notify@kernel.org> Date: Tue, 27 Jan 2026 05:10:07 +0000 References: <20260123164841.2890054-1-mmyangfl@gmail.com> In-Reply-To: <20260123164841.2890054-1-mmyangfl@gmail.com> To: David Yang Cc: netdev@vger.kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, vadim.fedorenko@linux.dev, kory.maincent@bootlin.com, jacob.e.keller@intel.com, nm@ti.com, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 24 Jan 2026 00:48:36 +0800 you wrote: > On 64bit arches, struct u64_stats_sync is empty and provides no help > against load/store tearing. Convert to u64_stats_t to ensure atomic > operations. > > Note that does not mean the code is now tear-free: there're u32 counters > unprotected by u64_stats or anything else. > > [...] Here is the summary with links: - [net-next] net: ethernet: ti: netcp: Use u64_stats_t with u64_stats_sync properly https://git.kernel.org/netdev/net-next/c/3eef6c061f97 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html