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 D33B83EBF09 for ; Thu, 22 Jan 2026 16:58:16 +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=1769101096; cv=none; b=AryNUMnuaxUWxZBkSdd9a60Vva7STgpeA8vG6hRYICi0Dg0HRV3zL4YT0w7EQzTza/eFWdZCtukOl8kk4YB0k2IR3IowGsalSfJQSCyy/PLXEdTnAJUfVzgloERbfs6sEAKVIJGM+jQA6KVcCgCcIYc9DnI3tfrXEvO2J5y5BpY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769101096; c=relaxed/simple; bh=KRGfXamzFe5L3RFxicP2/zxU6zmuLVOaui2u/TK8azs=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=a3DPD/NGqPmHt7uh4UeWo2cNXwVFIW9OhKt/EF9MEXywNykQ/R86YknmQLzAWbX+iOadtZ4pPZ48bKO0pSuQEJJmCe3AuciwBhPu3YYiffw4EaZvMkzqmwBLX753VdPKgDiYOwJkslmPQ6zQU0TRXxAiZw/JfyExL4Zkeg5RBH8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Xd2ULZbJ; 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="Xd2ULZbJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC5C3C19422; Thu, 22 Jan 2026 16:58:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769101094; bh=KRGfXamzFe5L3RFxicP2/zxU6zmuLVOaui2u/TK8azs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Xd2ULZbJa9Ylps2ZQX/r2Omh1lRgD/PlKfRLCvyGtQd4AE1/ml0mrO1WmkU0fKDkq XyXwMYyK2umIXIzZoSNf4MqtlSum1dgLKg2nTOYxXxKCK8VcGuPtjaZB+ZA7vDm8J2 YnWz/S3o4J6FmQUNRfeQkv7RRUbYfwxDnuSITuHrjzySjabdqaJTOSx9ZUjjqpJhFe +dT98UWpnj6S0y1Ww7BJ7ilZCz8G0OoVfX2TFTEUTuqecGyRFzMgXHkMJGsZ1QJ6o9 yjQV1TBX5+CT3V/tEN4U7rwZ2ALMLsXPueR1VoIL/OP3cGk838cSUQKGwDN59/+QqQ N4URucgNKW38w== Date: Thu, 22 Jan 2026 08:58:13 -0800 From: Jakub Kicinski To: Eric Dumazet Cc: netdev@vger.kernel.org, syzkaller@googlegroups.com, andy@greyhouse.net, eric.dumazet@gmail.com, pabeni@redhat.com, j.vosburgh@gmail.com, davem@davemloft.net, clm@meta.com Subject: Re: [net] bonding: annotate data-races around slave->last_rx Message-ID: <20260122085813.47f7c195@kernel.org> In-Reply-To: References: <20260120152856.1694824-1-edumazet@google.com> <20260122022237.2529455-1-kuba@kernel.org> <20260122072858.2b652eb7@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, 22 Jan 2026 16:56:33 +0100 Eric Dumazet wrote: > On Thu, Jan 22, 2026 at 4:50=E2=80=AFPM Eric Dumazet wrote: > > On Thu, Jan 22, 2026 at 4:29=E2=80=AFPM Jakub Kicinski wrote: =20 > > > I guess if nothing else we should do it for consistency? =20 > > > > To be clear, I will cook a V2 with this part. > > =20 >=20 > _bond_options_ns_ip6_target_set() probably needs a fix as well. >=20 > Is AI review stopping at the first error ? I don't think it explicitly stops after the first occurrence but it seems to have limited ability to dig around. Simplifying, it only digs around for 5-10min, and it spends a lot of time proving that the issue is real. So once it's spend time proving one issue it's often out of time, and may not search for another one :( Ccing Chris, hopefully he'll chime in later if I'm wrong.