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 E22C9C04AA5 for ; Wed, 24 Aug 2022 22:30:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229909AbiHXWaY (ORCPT ); Wed, 24 Aug 2022 18:30:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229895AbiHXWaV (ORCPT ); Wed, 24 Aug 2022 18:30:21 -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 342F0BC93; Wed, 24 Aug 2022 15:30:18 -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 C68606196E; Wed, 24 Aug 2022 22:30:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 1D730C43470; Wed, 24 Aug 2022 22:30:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661380217; bh=VfX9eQMZ1OK+AhjA11hr6pTWCMVNB6NuAsflTkH6aSI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=OPVPLFH+4dQw1k2RQhkfNg71nn205IxFzn4QLPLz/0rieu2Lnv4bpDui844XK5Ipy pBYS+jEzeDY7M8qpVJq5ReqQPeOyiwlevsRlp6aYI6lhlbqD3qVFhLVshylPtyH43u Fmzng4YvD9qdZpQclGeHNsUj9j8BeX8XBpAqzeb5/Tljp0LP7FX+PWZ4Cf+EEX5EzC Y3+/OJTtKRxG2ovA3HBn1iCkAFHbja56kA2qV3qXEcqzaK+1N5IIAD1LrvrZph7BQj 8QWC+hkmUMOx4kOE1IXhdGDMWA7PkVq4LAVRLBjNfyG3+MOxRhct+8KI2iWbCgPFqK 3V+uylZYtFP3g== 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 029CDC0C3EC; Wed, 24 Aug 2022 22:30:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [kernel PATCH v3 0/1] Bluetooth: hci_sync: hold hdev->lock when cleanup hci_conn From: patchwork-bot+bluetooth@kernel.org Message-Id: <166138021700.13438.5071641895623832276.git-patchwork-notify@kernel.org> Date: Wed, 24 Aug 2022 22:30:17 +0000 References: <20220823172808.3477638-1-jiangzp@google.com> In-Reply-To: <20220823172808.3477638-1-jiangzp@google.com> To: Zhengping Jiang Cc: linux-bluetooth@vger.kernel.org, marcel@holtmann.org, chromeos-bluetooth-upstreaming@chromium.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, johan.hedberg@gmail.com, luiz.dentz@gmail.com, pabeni@redhat.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Tue, 23 Aug 2022 10:28:07 -0700 you wrote: > Hold hdev->lock for hci_conn_failed. There are possible race conditions > which may cause kernel crash. > > Changes in v3: > - Remove an empty line in commit message between Fixes and SoB > > Changes in v2: > - Update commit message > > [...] Here is the summary with links: - [kernel,v3,1/1] Bluetooth: hci_sync: hold hdev->lock when cleanup hci_conn https://git.kernel.org/bluetooth/bluetooth-next/c/808765508e8e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html