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=-4.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 B3C6CC433E2 for ; Mon, 7 Sep 2020 22:20:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75E80215A4 for ; Mon, 7 Sep 2020 22:20:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599517233; bh=POwIZrc3jundMX/1zFDV+2LUCeiFEqghK1av9Hb76OU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=yuZZwOKj9Rwk14W3/Ls9jxWXWUObIDWNrQng7eZ+WuheTByD87kCwQs9DwPDrkhhD LdJVCC1eh8fZMy08ZeBzG/KF5FjIowa+rDcnIEjq4+vLVkl9BcbJ67I+ui+zbgUpY+ Oh/G7CrTm/pWYY0U2XPftwPfNFFRn1+ydAO6djdg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727103AbgIGWUb (ORCPT ); Mon, 7 Sep 2020 18:20:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:51236 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726446AbgIGWU0 (ORCPT ); Mon, 7 Sep 2020 18:20:26 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 02B1F215A4; Mon, 7 Sep 2020 22:20:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599517226; bh=POwIZrc3jundMX/1zFDV+2LUCeiFEqghK1av9Hb76OU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X5fXeoxRIe/18MD+6uwPL9odkxQ1Dujt2S4pvYo09VuZjz+F4mXBHzFsQMGcVjxUU MC7CFjFo4Z72T+qhzRGtHtFtBl0jyd6LyEc3LkCD/LwFmc07OmGoqjlMxX5MqhKWSS FOTAKOWcOyI985CavZGzJ8CO8fzavEVAQeYxOrIg= Date: Mon, 7 Sep 2020 18:20:24 -0400 From: Sasha Levin To: Salvatore Bonaccorso Cc: stable , Greg Kroah-Hartman , Abhishek Pandit-Subedi , Marcel Holtmann , Max Chou , Felix =?iso-8859-1?Q?D=F6rre?= Subject: Re: Please apply commit 24b065727ceb ("Bluetooth: Return NOTIFY_DONE for hci_suspend_notifier") to v5.8.y Message-ID: <20200907222024.GP8670@sasha-vm> References: <20200907200437.GA908020@eldamar.local> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200907200437.GA908020@eldamar.local> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Sep 07, 2020 at 10:04:37PM +0200, Salvatore Bonaccorso wrote: >Hi > >Please apply the commit 24b065727ceb ("Bluetooth: Return NOTIFY_DONE >for hci_suspend_notifier") to the v5.8.y branch as well. As the commit >message says it fixes actually an issue: > >> The original return is NOTIFY_STOP, but notifier_call_chain would stop >> the future call for register_pm_notifier even registered on other Kernel >> modules with the same priority which value is zero. > >The commit misses a Fixes tag on 9952d90ea288 ("Bluetooth: Handle >PM_SUSPEND_PREPARE and PM_POST_SUSPEND") and so was not backported as >well. > >This was affecting Felix Dörre (https://bugs.debian.org/964839#65) >with an out of tree module, but as the commit explains the issue seem >to be more general. Queued up, thanks! -- Thanks, Sasha