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 808FCC6FA82 for ; Wed, 28 Sep 2022 21:50:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234051AbiI1Vub (ORCPT ); Wed, 28 Sep 2022 17:50:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234263AbiI1VuX (ORCPT ); Wed, 28 Sep 2022 17:50:23 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BB6386731; Wed, 28 Sep 2022 14:50:19 -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 sin.source.kernel.org (Postfix) with ESMTPS id A04BFCE1FD6; Wed, 28 Sep 2022 21:50:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id CB6DDC433C1; Wed, 28 Sep 2022 21:50:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664401815; bh=revs7MRkpBrHtNJO1aVaEpLM4dqhY5Vmifno0mWF5P8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=V10HUXdDaJ7vzgnaK3J89ly4MO4pfdj79Uq/CjS4nqdiXJV9/zgUsS5LAm4C8WI5O EMTB10zFZTMKE7KP4ZuRaTSb+MsaKztLHXGZ5QsgVuRa6EhChnQwRczDuyWMb0fuK2 3/S0maFe+ODiHCCzdZJ1LRrmBWvFZ6Xi0ZJuicZonCan3Isb0Fi1y0yjnF78a8m5Wl AfWRnvkbY0OMVZFwv8eqrziOQDfvvEXKYscYZNexlkaOxVc6FnO7+Nj9rZifH+sGMw 1U4Q4mBgHP3ffYs3ujXs7hulzvZliNKMq6qF1Epa5cEZ0LQdCj0lvewOiEzNZEZzOO xc5kRTo5eGTxQ== 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 B3C56E4D021; Wed, 28 Sep 2022 21:50:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3] Bluetooth: Prevent double register of suspend From: patchwork-bot+bluetooth@kernel.org Message-Id: <166440181573.17736.18391777686258577033.git-patchwork-notify@kernel.org> Date: Wed, 28 Sep 2022 21:50:15 +0000 References: <20220928130027.v3.1.Ia168b651a69b253059f2bbaa60b98083e619545c@changeid> In-Reply-To: <20220928130027.v3.1.Ia168b651a69b253059f2bbaa60b98083e619545c@changeid> To: Abhishek Pandit-Subedi Cc: linux-bluetooth@vger.kernel.org, abhishekpandit@chromium.org, syzkaller@googlegroups.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, johan.hedberg@gmail.com, luiz.dentz@gmail.com, marcel@holtmann.org, pabeni@redhat.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Wed, 28 Sep 2022 13:00:30 -0700 you wrote: > From: Abhishek Pandit-Subedi > > Suspend notifier should only be registered and unregistered once per > hdev. Simplify this by only registering during driver registration and > simply exiting early when HCI_USER_CHANNEL is set. > > Reported-by: syzbot > Fixes: 359ee4f834f5 (Bluetooth: Unregister suspend with userchannel) > Signed-off-by: Abhishek Pandit-Subedi > > [...] Here is the summary with links: - [v3] Bluetooth: Prevent double register of suspend https://git.kernel.org/bluetooth/bluetooth-next/c/4b8af331bb4d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html