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 629CEC19F21 for ; Wed, 27 Jul 2022 03:10:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240083AbiG0DKS (ORCPT ); Tue, 26 Jul 2022 23:10:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233165AbiG0DKQ (ORCPT ); Tue, 26 Jul 2022 23:10:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A1CA6248 for ; Tue, 26 Jul 2022 20:10:15 -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 E183961798 for ; Wed, 27 Jul 2022 03:10:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 44128C43145; Wed, 27 Jul 2022 03:10:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658891414; bh=vXl8addqiwzMHY8/w0mcFzuPcxCU5mEhx9KmdOyJhKI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=K9BcuTrbXlXKo1cVy1T5HeNHDVIESr70FAxppIsLIvoZED8XllDLy6jSHcuaVT5JC IkjzKwAvCEA/Ru4EQ8XqsvEUzFYgto9wLxEnagxpn5XhnhfWknNLMu2xlORWfzRZmA HmZ0YN+yJu4VjdKFaKdWOihUxVvUpcBuhK/fyhQtbdJ5+ep2Co78whgt7Q1qRUB5W+ BieXnTWiKxUPK+MLZPn+z91QNOK23sQLT44FkmwsuFiyVxLmb9SxN/aH5ks/eWRsec EPUOXlPG0ooqFTFZbN4dTgRjfZc3i52sFcqvRakRFCeB4O0XEhWEgc2UyS3CS+ONYo LNRSMUTIyPXAg== 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 2D14AC43142; Wed, 27 Jul 2022 03:10:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165889141418.5272.939658706209911204.git-patchwork-notify@kernel.org> Date: Wed, 27 Jul 2022 03:10:14 +0000 References: <20220725200554.2563581-1-eric.dumazet@gmail.com> In-Reply-To: <20220725200554.2563581-1-eric.dumazet@gmail.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, edumazet@google.com, olteanv@gmail.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 Mon, 25 Jul 2022 13:05:54 -0700 you wrote: > From: Eric Dumazet > > One rcu_read_unlock() should have been removed in blamed commit. > > Fixes: 9b1c21d898fd ("ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()") > Reported-by: Vladimir Oltean > Signed-off-by: Eric Dumazet > > [...] Here is the summary with links: - [net-next] ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward() https://git.kernel.org/netdev/net-next/c/a7e555d4a184 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html