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 D88C8CCA473 for ; Wed, 15 Jun 2022 12:00:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241464AbiFOMAT (ORCPT ); Wed, 15 Jun 2022 08:00:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237953AbiFOMAR (ORCPT ); Wed, 15 Jun 2022 08:00:17 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E3F45400E; Wed, 15 Jun 2022 05:00:16 -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 ams.source.kernel.org (Postfix) with ESMTPS id E9E11B81D6D; Wed, 15 Jun 2022 12:00:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 7A162C341C0; Wed, 15 Jun 2022 12:00:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655294413; bh=3gCDG7Gl/RH/Ua80/Mre5ueekp+PMkzJsmoVDTmq3tw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ijCFy8Qbpetd2i9X7VMeJwxUwQuPZxW1+vP2HbLXHyvuEnqt7HEvQsNDAHJNQempt HygmeAvP3NTgmLuC3El/dBNVMTCYPDBLjjxZpxowW7BGGw/A2B74ZWCbPZGU43yBrl hIYtrI4kj9NawWVGnECq4lkMyp1UEzlyjHAx0HdZrn/65ikCB+GHgbMGZS7mKs07m7 /cS8dbQU0sloypU1d7nHqky9kg/uQUB9fGdvrFy3hCCXaCac+t3h0T7xf1KhfIOsMB gjWtJgCKq2T2JbjnFMjSdBOdUyDeNBInchBu4jZlOoFGVETB3F2P4NDkX4pvYazi0y T9dP6CfHOqRRw== 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 599EAE6D466; Wed, 15 Jun 2022 12:00:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: don't check skb_count twice From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165529441336.9723.13573073281613758442.git-patchwork-notify@kernel.org> Date: Wed, 15 Jun 2022 12:00:13 +0000 References: <20220615032426.17214-1-liew.s.piaw@gmail.com> In-Reply-To: <20220615032426.17214-1-liew.s.piaw@gmail.com> To: Sieng Piaw Liew Cc: davem@davemloft.net, edumazet@google.com, kuba@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 David S. Miller : On Wed, 15 Jun 2022 11:24:26 +0800 you wrote: > NAPI cache skb_count is being checked twice without condition. Change to > checking the second time only if the first check is run. > > Signed-off-by: Sieng Piaw Liew > --- > net/core/skbuff.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Here is the summary with links: - net: don't check skb_count twice https://git.kernel.org/netdev/net-next/c/49ae83fc4fd0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html