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 71F666104 for ; Tue, 9 Jan 2024 03:30:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="d1jCCeXC" Received: by smtp.kernel.org (Postfix) with ESMTPS id 05DE2C433C7; Tue, 9 Jan 2024 03:30:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704771025; bh=pgy9KDIfKV7+4CciCtar48l9M4cvqUgM0x6L7fxTgH4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=d1jCCeXCcA+UMGt5YbbUftAnPqzYf+CHKfPY3LPsGk5pPL7AkdlGsWUBMPJZPOlZU Ac5jkhUgBiiRHJaynPNc/kXfQI4JCgA1mLMVrkB4VZQcMP7n2Y6lBv/AWNmR1lHu+I 1v5pqbz40ytUZDXzLXNTgI47rLOmKA5XtPXfakF+gw/LNccJOWUuCBSlS+DEsX680O li+h/0wMA276/hLNIpqISquixnEOYkY/EZV22hmXvYriszFMoSYrVLbKPyV7VYBxSi e8YE8kWUbcTKD+e1bQ4Gt1qgjNbwwwWr5rwMuxcdJBxOb62dncdjul41vNq5S6++3T D2x8opSCldayw== 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 DCC17DFC686; Tue, 9 Jan 2024 03:30:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/3] bnxt_en: ntuple filter fixes From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170477102490.11770.10821453700953467980.git-patchwork-notify@kernel.org> Date: Tue, 09 Jan 2024 03:30:24 +0000 References: <20240105235439.28282-1-michael.chan@broadcom.com> In-Reply-To: <20240105235439.28282-1-michael.chan@broadcom.com> To: Michael Chan Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, pavan.chebbi@broadcom.com, andrew.gospodarek@broadcom.com, horms@kernel.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 5 Jan 2024 15:54:36 -0800 you wrote: > The first patch is to remove an unneeded variable. The next 2 patches > are to release RCU lock correctly after accesing the RCU protected > filter structure. Patch 2 also re-arranges the code to look cleaner. > > Michael Chan (3): > bnxt_en: Remove unneeded variable in bnxt_hwrm_clear_vnic_filter() > bnxt_en: Fix RCU locking for ntuple filters in bnxt_srxclsrldel() > bnxt_en: Fix RCU locking for ntuple filters in bnxt_rx_flow_steer() > > [...] Here is the summary with links: - [net-next,1/3] bnxt_en: Remove unneeded variable in bnxt_hwrm_clear_vnic_filter() https://git.kernel.org/netdev/net-next/c/1ef4cacaae2f - [net-next,2/3] bnxt_en: Fix RCU locking for ntuple filters in bnxt_srxclsrldel() https://git.kernel.org/netdev/net-next/c/fd7769798de8 - [net-next,3/3] bnxt_en: Fix RCU locking for ntuple filters in bnxt_rx_flow_steer() https://git.kernel.org/netdev/net-next/c/d8214d0f0135 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html