Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2304345imm; Mon, 16 Jul 2018 05:57:35 -0700 (PDT) X-Google-Smtp-Source: AAOMgpedEV5UuhGzbEizWMZz5FbEXdomc9pXtazzYsiJO73X9jpGwpx/GK7fN7Sw9ndvqynbRwTP X-Received: by 2002:a65:5144:: with SMTP id g4-v6mr15378584pgq.21.1531745855562; Mon, 16 Jul 2018 05:57:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531745855; cv=none; d=google.com; s=arc-20160816; b=d9oZ7jQRUV3+RAjJfKPxUWqXIxPm2wbUtQWn3GMfB4jt60+m9+MzXT8Vgwjl6HfCud hVsnJqzbplHFAne7PzMLzZcr3trUETlm8Z2ZzHD3gec970h1WGU5pItyG7HQq0JX53vo yAKVg4Q+XLOdSe0zOgIGkz7oJhM4sNl8EvgkYUTKHx7UGtdkfxf20GETuN+21xvT+cYP CDHNz4PIvMDWg6WkJgTYl+qNLuaNtG73AsD3WDnMsbuYrDw1VqqBGdNNX7jiXzHeitEs tQLGHJOPvEkDx4271N1x2rgcENl7NMAgDsRGcpFH8hO3kJHZQ072TUQNj83rs2oBB/N+ 2Cpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version:arc-authentication-results; bh=37c2ZaHmydImAHsKh6uBEPeqle1PVr2196xRDQhdfi0=; b=yj7+z1pmtsDi4IsfbyYlbC4ys8wwgPZrUEVDfcZuKFMp/NFacNMNlr6mq3VdYKqHQA a3B7Tz0IQAq01NezwCBrxA7JhFy+t5zgnTOLFfToZkBRL7S5Uo16ZxtwlB7La497uR94 Nso+MCfdwP4E0Zyv0JnmPkkGfVGqyCijCWseSMZfLhNmNakxG7Nr2zj5Y0AvwKtaPKk8 jSbG2aFRz7RhBaGjpMZVNxLvtAbMFBpxzZtvFLGyPmGcf8WfTuGXIcFOL1Kcb9Usiaga xUcqFIrzEDuGl3/EfB8ckd9zMrXsxw9raZr47rT8Z+OVFLqEJmbuZey0sSa1P3NPwCCH eLMg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x62-v6si34847153pfd.124.2018.07.16.05.57.20; Mon, 16 Jul 2018 05:57:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729825AbeGPNYH convert rfc822-to-8bit (ORCPT + 99 others); Mon, 16 Jul 2018 09:24:07 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:43792 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728734AbeGPNYH (ORCPT ); Mon, 16 Jul 2018 09:24:07 -0400 Received: from [192.168.0.117] (188.146.201.191.nat.umts.dynamic.t-mobile.pl [188.146.201.191]) by mail.holtmann.org (Postfix) with ESMTPSA id 36F07CF29E; Mon, 16 Jul 2018 15:03:39 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.4 \(3445.8.2\)) Subject: Re: [PATCH v5 4/7] Bluetooth: Add new quirk for non-persistent setup settings From: Marcel Holtmann In-Reply-To: <1531638169.3955.5.camel@mtkswgap22> Date: Mon, 16 Jul 2018 14:56:44 +0200 Cc: robh+dt@kernel.org, mark.rutland@arm.com, Johan Hedberg , devicetree@vger.kernel.org, linux-bluetooth@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <6571C864-B2EC-4806-BC5D-F531792737F6@holtmann.org> References: <4b188c8a508340598dda233f6d49a16c9ac8784e.1531150733.git.sean.wang@mediatek.com> <2825B722-E75C-4A3C-8110-879205E46C0E@holtmann.org> <1531638169.3955.5.camel@mtkswgap22> To: Sean Wang X-Mailer: Apple Mail (2.3445.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sean, >>> Add a new quirk HCI_QUIRK_NON_PERSISTENT_SETUP allowing that a quirk that >>> runs setup() after every open() and not just after the first open(). >>> >>> Signed-off-by: Sean Wang >>> --- >>> include/net/bluetooth/hci.h | 9 +++++++++ >>> net/bluetooth/hci_core.c | 3 ++- >>> 2 files changed, 11 insertions(+), 1 deletion(-) >>> >>> diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h >>> index 73e48be..d3ec5b2a8 100644 >>> --- a/include/net/bluetooth/hci.h >>> +++ b/include/net/bluetooth/hci.h >>> @@ -183,6 +183,15 @@ enum { >>> * during the hdev->setup vendor callback. >>> */ >>> HCI_QUIRK_NON_PERSISTENT_DIAG, >>> + >>> + /* When this quirk is set, setup() would be run after every >>> + * open() and not just after the first open(). >>> + * >>> + * This quirk can be set before hci_register_dev is called or >>> + * during the hdev->setup vendor callback. >>> + * >>> + */ >>> + HCI_QUIRK_NON_PERSISTENT_SETUP, >>> }; >>> >>> /* HCI device flags */ >>> diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c >>> index f5c21004..0111280 100644 >>> --- a/net/bluetooth/hci_core.c >>> +++ b/net/bluetooth/hci_core.c >>> @@ -1396,7 +1396,8 @@ static int hci_dev_do_open(struct hci_dev *hdev) >>> atomic_set(&hdev->cmd_cnt, 1); >>> set_bit(HCI_INIT, &hdev->flags); >>> >>> - if (hci_dev_test_flag(hdev, HCI_SETUP)) { >>> + if (hci_dev_test_flag(hdev, HCI_SETUP) || >>> + test_bit(HCI_QUIRK_NON_PERSISTENT_SETUP, &hdev->quirks)) { >>> hci_sock_dev_event(hdev, HCI_DEV_SETUP); >> >> can you include the extract of btmon on how the HCI_DEV_SETUP event shows up in the traces? I remember that I asked about something like that. >> >> Regards >> >> Marcel >> > > No, I cannot see any event about HCI_DEV_SETUP in btmon trace, the trace I posted as below is doing some rounds of power off and then on it will result in this: case HCI_DEV_SETUP: if (hdev->manufacturer == 0xffff) return NULL; case HCI_DEV_UP: skb = bt_skb_alloc(HCI_MON_INDEX_INFO_SIZE, GFP_ATOMIC); So we will see extra index info events, but I assume that is just fine this we also see them on DEV_UP. They also do not hurt as long as not magically the manufacturer information changes. I do wonder though if this quirk is set, then hdev->manufacturer needs to be reset and allow hdev->setup() to reset it. This goes with a log of other information as well. Maybe just a look if there are no races here. Regards Marcel