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 92FC6C43334 for ; Tue, 5 Jul 2022 18:38:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232380AbiGESig (ORCPT ); Tue, 5 Jul 2022 14:38:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231959AbiGESif (ORCPT ); Tue, 5 Jul 2022 14:38:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E89521EEDA; Tue, 5 Jul 2022 11:38:31 -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 845C8619AF; Tue, 5 Jul 2022 18:38:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C2D4C341C7; Tue, 5 Jul 2022 18:38:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657046310; bh=n2FYaXwhaELmE4/t8hrvpE36wLbFiYnyvmWCIE9/OT0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YKfgh9MyAL+9CBQfpaOE+UB1LSJQLgBgwHWdRGvkoHxvwP9EJSy6b5CXBuLiZ3TQw HTvhCWnI7sgMKN+MenLlrM5UVl1oI8GNAZfaRV+Ib42fHvfyG3gl/MtZoBYioNxSN+ aIBppKadfHO59uKDyPjluq5Sz2LSwAekL00+ws7cG+zPsYvkBiYYoSBswmCLKByrwk +o3zyar4Urcc7rcBwLta2r3mMBMrPuH9vx4cO/AntFdevfIR4sI15lyAgdnBgMezZf nn4aoFk4HN0QXg51XZag0l0Z+QnjzT72qgd8ht5nbXF3GBewgoIrMER11nLUYn1mQg o0sNESu7IZVHQ== Date: Tue, 5 Jul 2022 11:38:29 -0700 From: Jakub Kicinski To: Luiz Augusto von Dentz Cc: Francesco Dolcini , Vasyl Vavrychuk , Linux Kernel Mailing List , "open list:NETWORKING [GENERAL]" , "linux-bluetooth@vger.kernel.org" , Max Krummenacher , Mateusz =?UTF-8?B?Sm/FhGN6eWs=?= , Marcel Holtmann , max.krummenacher@toradex.com, Johan Hedberg , "David S. Miller" , Paolo Abeni , Eric Dumazet Subject: Re: [PATCH] Bluetooth: core: Fix deadlock due to `cancel_work_sync(&hdev->power_on)` from hci_power_on_sync. Message-ID: <20220705113829.4af55980@kernel.org> In-Reply-To: References: <20220614181706.26513-1-max.oss.09@gmail.com> <20220705125931.3601-1-vasyl.vavrychuk@opensynergy.com> <20220705151446.GA28605@francesco-nb.int.toradex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org On Tue, 5 Jul 2022 10:26:08 -0700 Luiz Augusto von Dentz wrote: > On Tue, Jul 5, 2022 at 8:14 AM Francesco Dolcini > wrote: > > > > Hello Vasyl, > > > > On Tue, Jul 05, 2022 at 03:59:31PM +0300, Vasyl Vavrychuk wrote: > > > Fixes: commit dd06ed7ad057 ("Bluetooth: core: Fix missing power_on work cancel on HCI close") > > > > This fixes tag is broken, dd06ed7ad057 does not exist on > > torvalds/master, and the `commit` word should be removed. > > > > Should be: > > > > Fixes: ff7f2926114d ("Bluetooth: core: Fix missing power_on work cancel on HCI close") > > Ive rebased the patch on top of bluetooth-next and fixed the hash, > lets see if passes CI I might just go ahead and push it. Thanks for pushing it along, the final version can got thru bluetooth -> -> net and into 5.19, right?