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 A1870C43334 for ; Tue, 5 Jul 2022 19:13:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233435AbiGETNe (ORCPT ); Tue, 5 Jul 2022 15:13:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232433AbiGETNb (ORCPT ); Tue, 5 Jul 2022 15:13:31 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 151B71B7B5; Tue, 5 Jul 2022 12:13:30 -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 A5C3C61B18; Tue, 5 Jul 2022 19:13:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55818C341C7; Tue, 5 Jul 2022 19:13:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657048409; bh=2fD47EYJ8DU5PxNdFvZQ3nFWOAQNfiU3a87fuXvip1Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=OrFaTXZ8tUO1+ZVEJelT78P/UuxyQydx5O3S0+mHCYqrg5GJkn/azari59H/6zW33 oxm1RbFB5t0Gj58Sxu/1NAgRi/3zx2dJFMztVLIgAurUSiQKxpymUTKQLm+70w/HX1 hOvAu0h5siF3JqnpuNCCd+a6XTGr1mynLyTa3DOpMj8KdTULy41rIVBldGyT66/jVK CpyjxU5VmV5BF/yb+ZiYEv34O3lb0WR2f93JOVnGRIqm/ntP0JQZDSNbRnQc6VaF3o 1SikloQ4+HdZRIhfvv6BvCsL92ng9kHUwZM7kLoTVZFr40jGGDoGO+gif8TA2ZsyqD vlThvK5g01S0Q== Date: Tue, 5 Jul 2022 12:13:27 -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: <20220705121327.5b8029e4@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> <20220705113829.4af55980@kernel.org> 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 12:00:43 -0700 Luiz Augusto von Dentz wrote: > > > 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? > > Yep, I will send the pull request in a moment. Perfect, thank you!!