Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66589C7618A for ; Mon, 20 Mar 2023 18:45:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229910AbjCTSpL (ORCPT ); Mon, 20 Mar 2023 14:45:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231559AbjCTSow (ORCPT ); Mon, 20 Mar 2023 14:44:52 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F247147408; Mon, 20 Mar 2023 11:38:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 97800CE12FA; Mon, 20 Mar 2023 18:36:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95840C433EF; Mon, 20 Mar 2023 18:36:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679337405; bh=Fgd797KbI1PdqMhgivAXqb+TVSCPpLGekpk5fhvJ4iw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AHqYzPWiw8XfNThoV8pZWy5B257SS/zOz3PWCdhCNnLOYro+JUcL70ZyYdlmETquW 5i3YL9HAl0ENz6kJcLXRAkbu2zj1YIBbnZOKBrm9DayELc9ILXa7W/fqygsXsO0DII farvhzxHOJ2b38f72RBgztjq4+OEJKmCdddbPTcg3l+oDofPH54QZdMMEE7zRB64ko GDg0zxnBfmX6Jp+5GofcV842klfBBqbqubyE3q30D6K5tTHTEs+cXsVeMKUm95Xcpy 757ApuM+H8bTVcj+Pv1Xg2gcxFDlxDUWqaIbFDTUq1uZ5ZbAs8lBQGRNm4sqJKX5rG dXORHp5MsPujw== Date: Mon, 20 Mar 2023 11:36:43 -0700 From: Jakub Kicinski To: Jochen Henneberg Cc: netdev@vger.kernel.org, Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , "David S. Miller" , Eric Dumazet , Paolo Abeni , Maxime Coquelin , Ong Boon Leong , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net V2 1/2] net: stmmac: Premature loop termination check was ignored on rx Message-ID: <20230320113643.53bbf52d@kernel.org> In-Reply-To: <87r0tj23eh.fsf@henneberg-systemdesign.com> References: <20230316075940.695583-1-jh@henneberg-systemdesign.com> <20230316075940.695583-2-jh@henneberg-systemdesign.com> <20230317222117.3520d4cf@kernel.org> <87sfe2gwd2.fsf@henneberg-systemdesign.com> <20230318190125.175b0fea@kernel.org> <87r0tj23eh.fsf@henneberg-systemdesign.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 20 Mar 2023 10:04:54 +0100 Jochen Henneberg wrote: > For the ST and Synopsys people: > I could imagine that you would be able to fix this much faster than > I can, so if they want to work on this please let me know so I don't > waste my time on doing double work. Don't hold your breath, we haven't heard from any of the maintainers in 2 years :( The drivers for CoTS IPs are really not great in general, I'm guessing delivering solid code is both difficult for them (given customer parametrization of each instance) and hard to fit into their business process :(