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 532D4ECAAD4 for ; Sat, 3 Sep 2022 04:30:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231812AbiICEaX (ORCPT ); Sat, 3 Sep 2022 00:30:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229839AbiICEaW (ORCPT ); Sat, 3 Sep 2022 00:30:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2258402EA for ; Fri, 2 Sep 2022 21:30:21 -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 7B63E60F01 for ; Sat, 3 Sep 2022 04:30:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id DD1D7C433C1; Sat, 3 Sep 2022 04:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662179420; bh=Yk4XgdXiu77557pSYlKIPCIWlgXUYH9fQpoVzFwvybw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ilrClVkt5tU3BEjD3h7h0DtwmvMRttKVkgAfEzw9FoxvYPesUSdrTlYD41lHUPfaX s5TUf4+QR7NnIQMjazQaGF20nVrwOmE779KOw4NVhLOXpsApM+x9JExsKC8oLcdzip WDKErvOsnEQTMo2aYzvMNP9e3jXaLv8dNTCbnru1uK++OrM9aozQTpzBSrvwYuqQjw 7FH52wRYjXjE8VyTAc+AYHsw7MVDJFABZFeZUSDwYg+71gHmM53hr77ZDMrF1LbFT5 9bm06YZMSoAUTRedlRoykcFZGKHqxp2FCUckTVF+XDc5GBfOvQn4zdKgWhtg5SMrBf 5v7CVg4ovi6/A== 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 C96B0E924D9; Sat, 3 Sep 2022 04:30:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: xscale: Fix return type for implementation of From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166217942081.8630.7761504939615446431.git-patchwork-notify@kernel.org> Date: Sat, 03 Sep 2022 04:30:20 +0000 References: <20220902080058.54876-1-guozihua@huawei.com> In-Reply-To: <20220902080058.54876-1-guozihua@huawei.com> To: GUO Zihua Cc: netdev@vger.kernel.org, khalasa@piap.pl Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Fri, 2 Sep 2022 16:00:58 +0800 you wrote: > Since Linux now supports CFI, it will be a good idea to fix mismatched > return type for implementation of hooks. Otherwise this might get > cought out by CFI and cause a panic. > > eth_xmit() would return either NETDEV_TX_BUSY or NETDEV_TX_OK, so > change the return type to netdev_tx_t directly. > > [...] Here is the summary with links: - net: xscale: Fix return type for implementation of https://git.kernel.org/netdev/net-next/c/0dbaf0fa6232 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html