From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 51ED42F0C62; Mon, 8 Jun 2026 20:45:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780951535; cv=none; b=QyCHlEVdY8RJf5SU/CQFNhFu7boKpXGzQzzoq8M4UvDZwS5YR/KXV2wwWUXGlp8Sk8AWHCNPX6rQ/n9ZCabejA0GHcVKy/bYB4xoSu7F+9GnOlLBK/rogADX5t/3Pv25Th5kOSiuGDJkPEsQJlv0dS7hL9Bx1rvF1W7OajhuczA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780951535; c=relaxed/simple; bh=0yKgsyRZNBCvlQrLy2LkSBz6n8qsmfBW/vYA10y0Ot4=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=SKLxXTSHSpAAfKN2Pvamhw9q6Jlu15MmZghgXz9I83roiZj7PXkU/F91ngUxQ2nLxLAyRwD/B8GOVnWZ5N14mrQU/fqW7i47srbH1Lgz21th2Vxi5HnRZckWEQKAPrllwJyRZIez28OdWc/zVJIeAh21mCYI0NWoF27sgP4IIFw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SyActZqu; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="SyActZqu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA17B1F00893; Mon, 8 Jun 2026 20:45:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780951534; bh=OG9PZ7u0QUcc4fqLN8++8Hw9vcqT7GJrGbPHfdSBAA8=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=SyActZquLhUiXv9WHZFcGy4Eev1WRClaPpq4IyU7kWOULAg38+nws0jK6gsEo0Y9U bW70lcikUNDlxVRf8ch5wWoJAMkj7yyihsGdGioFcR92k1bBg54QWpgqMhql6SV0cE rsvuW4alsKkMkKkqW8telli2khGw9bZ+9ygyUcz6fLqPtHcTFNqbmbaYZvrZc/YJ/a AYeLzg9Oj8T4G/UpNmfTnballY4L18Aq4Ddic8QM+VbTg3UqCDhSFAsuDP8FDgKKsL DhD47H3M0lu3IWWrl9QuP7eMUa8FRfZbC7Z2I2qN5OUyJOTcahe+r/bcXaz6GCF8iN u+qr767wIpNDw== Date: Mon, 8 Jun 2026 13:45:33 -0700 From: Jakub Kicinski To: Ioana Ciornei Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v3 02/12] dpaa2-switch: add support for LAG offload Message-ID: <20260608134533.1c913041@kernel.org> In-Reply-To: <7qgoy4ksmvswiaikzjzgiribtglsftmu3nfzhyem2uom5va63s@w4ruzw4fzzba> References: <20260603143623.3712024-3-ioana.ciornei@nxp.com> <20260606021047.4124576-1-kuba@kernel.org> <7qgoy4ksmvswiaikzjzgiribtglsftmu3nfzhyem2uom5va63s@w4ruzw4fzzba> 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-Transfer-Encoding: 7bit On Mon, 8 Jun 2026 12:14:07 +0300 Ioana Ciornei wrote: > Please let me know how I should proceed. TBH I saw ~30 bugs and assumed that at least one of them must be real. https://netdev-ai.bots.linux.dev/sashiko/#/patchset/20260603143623.3712024-2-ioana.ciornei@nxp.com and https://sashiko.dev/#/patchset/20260603143623.3712024-2-ioana.ciornei@nxp.com LMK if all are actually false positives. If not just ignore the silly ones.