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 991403A1696; Tue, 12 May 2026 09:36:57 +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=1778578617; cv=none; b=WO/abBL0j3EbRYCbcUKYMdnr5ygUMn+wtrpsHHx/lVS/0pj1mO4xEFW6SR2gGeJulwCE2ZJ/N3mKIwIf+L22VjNaTnTZXx7j/hWfBD/5Nt0czE0XfDpxVt0VnRSI3j3Nvcj13GNz+eq41bPwYeHOh6r/WTf3fPbzB63WLD/i8FI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778578617; c=relaxed/simple; bh=1ZVb6JAsWhhlMn5EyFbfVxMNq4KaFAxjA1rVB+g0uV0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iKozFcoDYE8YmQ8e00v5+iVuzjxWzbh4G/kkNVJjo+GtC7ZAnXHWFvt4V04IdQ2VdkWV1olVWc0DoK++DR9ZK6sZeqNavHHumo/Nd5MkDPgCfY2jydHyQ4deARFFMxm2DcwFeh+N5fciqTJM5MZkQY2e+bUxo+Wg48wpQVu1QGc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=h3jLXEGW; 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="h3jLXEGW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C289C2BCF5; Tue, 12 May 2026 09:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778578617; bh=1ZVb6JAsWhhlMn5EyFbfVxMNq4KaFAxjA1rVB+g0uV0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h3jLXEGWO1pyPRqN1yjNTRsWT5Wm/znlIJJwkr6HMjYCZ5UCPEE7od5EW4/bmV4ep lQv4ntBf0iLBS3wsd7LrSGMp0Cmpie0jvIyQ33Hma3nwHLCuUwmKZq4wGwyXI7nK1m aSwB0kkb23aarLs809yyjK5haWp+g3ROTOxrBGhaA7phP5D1dAl61qsxYrp2CfLCpP +88eP6SkrZMXBpApwswa3q7/2zVvSKNPC0NtYEb++I0wwQLIImRJrEoZdHE3DNaMwR xJPxzJi2sfIEjGqak1EQnQTmNzP8NFhcpENbtEo9zQ1aslub8AEHOU2s6l+NFDx8Zx rIKr/bskFQ47w== Date: Tue, 12 May 2026 10:36:51 +0100 From: Simon Horman To: Luiz Angelo Daros de Luca Cc: Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Linus Walleij , Alvin =?utf-8?Q?=C5=A0ipraga?= , Yury Norov , Rasmus Villemoes , Russell King , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Abdulkader Alrezej , Yury Norov Subject: Re: [net-next PATCH v2 0/8] net: dsa: realtek: rtl8365mb: bridge offloading and VLAN support Message-ID: <20260512093651.GH27589@horms.kernel.org> References: <20260503-realtek_forward-v2-0-d064e220b391@gmail.com> <20260510085426.GS15617@horms.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: On Mon, May 11, 2026 at 01:53:14AM -0300, Luiz Angelo Daros de Luca wrote: > Hi Simon, > > > There is somewhat overlapping AI-generated review of this patchset > > available at https://netdev-ai.bots.linux.dev/sashiko/ and > > https://sashiko.dev/ > > > > I would appreciate it if you could look over that and address any issues > > which represent new bugs or regressions. While I think that, in general, > > any pre-existing problems that are flagged can be left as possible > > follow-up. > > Thanks for the suggestion. However, it will take me some time to fix > all the issues. Most of them are real. Thanks, much appreciated.