From mboxrd@z Thu Jan 1 00:00:00 1970 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 D1AF6C6FA8B for ; Tue, 20 Sep 2022 01:40:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229695AbiITBk2 (ORCPT ); Mon, 19 Sep 2022 21:40:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229496AbiITBkS (ORCPT ); Mon, 19 Sep 2022 21:40:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5ABCD23BC7; Mon, 19 Sep 2022 18:40:18 -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 dfw.source.kernel.org (Postfix) with ESMTPS id E7C89621B8; Tue, 20 Sep 2022 01:40:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 45DC2C43470; Tue, 20 Sep 2022 01:40:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663638017; bh=/YdjaK6+ypg6J8QeUMjZuW4cuSBscTfVx5bfoltw1Fg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=PQlT1Z7j+4lBivNp+fal9WwzqreL+7LKjn9veOzI445M/vRkfy8/riS0hNamL8Iwy DhG7qhFX6QFONB5inwNxvwLKFVy4sqax7OnVe4ujPNkIWuX8lOiSXphFRTiHlKBm8T M5SUrCXkQUFQeGxVcC968ZaVApY5ePBz/SJHErOPG7JtXySY4rOdBgOVtBrUcXIzOY hqCW2d4l3LTDnOWMfAbckUYLeUFqo9dPSucO5zobNkdo6LMG45T32Xd0Gc8x3WEZS1 /1n+Wt0mX4owHsbaPH012LTwMdTiTyxrMeKwxCUYo4jmyHq9+qB4hwOE0xeh6TWrsB Pl9EPJBlcdD9A== 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 22810E52536; Tue, 20 Sep 2022 01:40:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: ethernet: ti: davinci_emac: Fix return type of emac_dev_xmit From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166363801713.6857.797589855203179059.git-patchwork-notify@kernel.org> Date: Tue, 20 Sep 2022 01:40:17 +0000 References: <20220912195023.810319-1-nhuck@google.com> In-Reply-To: <20220912195023.810319-1-nhuck@google.com> To: Nathan Huckleberry Cc: error27@gmail.com, llvm@lists.linux.dev, grygorii.strashko@ti.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, nathan@kernel.org, ndesaulniers@google.com, trix@redhat.com, prabhakar.mahadev-lad.rj@bp.renesas.com, bigunclemax@gmail.com, chi.minghao@zte.com.cn, linux-omap@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Mon, 12 Sep 2022 12:50:19 -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 emac_dev_xmit should be changed from int to > netdev_tx_t. > > [...] Here is the summary with links: - net: ethernet: ti: davinci_emac: Fix return type of emac_dev_xmit https://git.kernel.org/netdev/net-next/c/5972ca946098 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html