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 D78E2C433EF for ; Fri, 20 May 2022 23:50:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231697AbiETXuP (ORCPT ); Fri, 20 May 2022 19:50:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229590AbiETXuN (ORCPT ); Fri, 20 May 2022 19:50:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27799185C83 for ; Fri, 20 May 2022 16:50:13 -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 B56CE61B01 for ; Fri, 20 May 2022 23:50:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 1F5F5C34115; Fri, 20 May 2022 23:50:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653090612; bh=n/ZScEhjVrujQKJkREXz8aNHRNfvdG5YHM9htEydLqY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=mVO4sBxyTg9jp+rFZtVMeuzPrF/I/3JxUmLKUpA5LUUug/2NuTX3HCVMmofF+pXYW Xk//VL88a3avvPdPgfvxn7+FN2ep96Vkwn07IjNF30zUYHj8G/hAk5aF0DqB+lkCzn 87P9WIaC0hl3m16V5YBKC+sEFCdSIHL31LGE2McyuER2LtP4Fj/0dHABfH2QELhLDU I9rdWmvs0gYjosiiQ+BfhBg/cwEPfw0X6QROAkCdlh39CKoEi2m5A1DokmUg2vc8It WBfAU0bQqnjgWu/nHP6s20s304p6RJJlrAa8akScoVvsaUKvvfqJA2J3zIgdC3AMS7 0VE9UuISg45Mw== 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 05149F0383D; Fri, 20 May 2022 23:50:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] sfc/siena: Remove duplicate check on segments From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165309061201.4562.9582582112254465006.git-patchwork-notify@kernel.org> Date: Fri, 20 May 2022 23:50:12 +0000 References: <165294463549.23865.4557617334650441347.stgit@palantir17.mph.net> In-Reply-To: <165294463549.23865.4557617334650441347.stgit@palantir17.mph.net> To: Martin Habets Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, netdev@vger.kernel.org, ecree.xilinx@gmail.com, dan.carpenter@oracle.com 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 Thu, 19 May 2022 08:17:15 +0100 you wrote: > Siena only supports software TSO. This means more code can be deleted, > as pointed out by the Smatch static checker warning: > drivers/net/ethernet/sfc/siena/tx.c:184 __efx_siena_enqueue_skb() > warn: duplicate check 'segments' (previous on line 158) > > Fixes: 956f2d86cb37 ("sfc/siena: Remove build references to missing functionality") > Reported-by: Dan Carpenter > Link: https://lore.kernel.org/kernel-janitors/YoH5tJMnwuGTrn1Z@kili/ > Signed-off-by: Martin Habets > > [...] Here is the summary with links: - [net-next] sfc/siena: Remove duplicate check on segments https://git.kernel.org/netdev/net-next/c/cc398a34d16f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html