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 X-Spam-Level: X-Spam-Status: No, score=-16.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50E3CC433DB for ; Thu, 14 Jan 2021 19:30:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11A0C23B5F for ; Thu, 14 Jan 2021 19:30:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729811AbhANTau (ORCPT ); Thu, 14 Jan 2021 14:30:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:59406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725781AbhANTat (ORCPT ); Thu, 14 Jan 2021 14:30:49 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id 7E5CA23B53; Thu, 14 Jan 2021 19:30:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610652608; bh=TH1mxZsDlCVBPT4edqUOe3FAaIwuq4ub+TLd2Yb5RyE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pajiX7nPFuXMXjqfQvTodQRVcbYaCuW132eqIAEhHY4vk97C4nJ4pRb+uJK9WN3lq Uv0F3qV/x0l0U5ccuqImMp0WIp5MGMLTI71AFm+PPtKSqFejeMVuLMVABsUm/xjCll dlzZ+mwcvh2X8/JJF1RfnJ9xWPyafNC4CwgMSjbsSqXKMebIy4vpRYXJmSoWCjpeY6 wsvSVbh/Q7yET1NABwYWmHSEZE2Alj96CrDm9gQwyz4/1QIvUGiBjNJYQ76mZEJ0MW QoZ8cyp5Ca8GiRmdyP9IPsnwoRCSCz40RMfXyHfbvsygY0MYyO8+IbdURgI2KOCME0 SMguutVGpWmqQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] mptcp: fix locking in mptcp_disconnect() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161065260845.1502.10098958825377599450.git-patchwork-notify@kernel.org> Date: Thu, 14 Jan 2021 19:30:08 +0000 References: In-Reply-To: To: Paolo Abeni Cc: netdev@vger.kernel.org, mptcp@lists.01.org, davem@davemloft.net, kuba@kernel.org, eric.dumazet@gmail.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 16:37:37 +0100 you wrote: > tcp_disconnect() expects the caller acquires the sock lock, > but mptcp_disconnect() is not doing that. Add the missing > required lock. > > Reported-by: Eric Dumazet > Fixes: 76e2a55d1625 ("mptcp: better msk-level shutdown.") > Signed-off-by: Paolo Abeni > > [...] Here is the summary with links: - [net] mptcp: fix locking in mptcp_disconnect() https://git.kernel.org/netdev/net/c/13a9499e8333 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html