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 E9D6617C1 for ; Mon, 3 Oct 2022 09:50:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 8CCC2C433D6; Mon, 3 Oct 2022 09:50:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664790614; bh=Ht/U0qko1eD4sGnYBSJaML5quvU0H7269FRiH21oUkc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=V0hLZqgjpSrXX9K+ROTSeSllAiJ4U45c5/PqppnLsUEZxw0FipXAEDwGWdM4sIDpb 6zu5fAYsvpB8Ff1TD/dfyQLGhV5PMpb/lOq00/x5nuKBkM+B/bNZcxxbCWk4YFF+Bq EQiLBboy2n2+LRNvyFtQBQT4sY1YD3FZYS5X8GTJxoe+V3hx9bUxmT7Ut5ajU/BWFR eaHDo6GHHQyDpD7iwSpCgDC8cjWWMUIFdeLHoxFddZ3ztiEBOdEMMUrYkTo6J/wPED pu9iDfxwOULTS2UA7HYTP075j+N+04scnX++6W3LjI2SPf6dIchLUTrT0m/1Jhsd3b N820ot0oiJ+RA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 67EBCE49FA3; Mon, 3 Oct 2022 09:50:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] net: sparx5: Fix return type of sparx5_port_xmit_impl From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166479061442.29582.11755477144424955738.git-patchwork-notify@kernel.org> Date: Mon, 03 Oct 2022 09:50:14 +0000 References: <20220929181947.62909-1-nhuck@google.com> In-Reply-To: <20220929181947.62909-1-nhuck@google.com> To: Nathan Huckleberry Cc: kuba@kernel.org, Steen.Hegelund@microchip.com, UNGLinuxDriver@microchip.com, casper.casan@gmail.com, davem@davemloft.net, edumazet@google.com, error27@gmail.com, horatiu.vultur@microchip.com, lars.povlsen@microchip.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, nathan@kernel.org, ndesaulniers@google.com, netdev@vger.kernel.org, pabeni@redhat.com, trix@redhat.com Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Thu, 29 Sep 2022 11:19:47 -0700 you wrote: > The ndo_start_xmit field in net_device_ops is expected to be of type > netdev_tx_t (*ndo_start_xmit)(struct sk_buff *skb, struct net_device *dev). > > The mismatched return type breaks forward edge kCFI since the underlying > function definition does not match the function hook definition. > > The return type of sparx5_port_xmit_impl should be changed from int to > netdev_tx_t. > > [...] Here is the summary with links: - [v2] net: sparx5: Fix return type of sparx5_port_xmit_impl https://git.kernel.org/netdev/net/c/73ea73507359 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html