Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp1578285pxb; Sat, 22 Jan 2022 00:07:09 -0800 (PST) X-Google-Smtp-Source: ABdhPJyGtqW4Nrel3lqTizRBGKvZBT9wDwfUVNjQ16NxCNCPTjmiiTiI1r88OJ3P4sWGcUc11c8u X-Received: by 2002:a17:90a:bc07:: with SMTP id w7mr4214721pjr.236.1642838829684; Sat, 22 Jan 2022 00:07:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642838829; cv=none; d=google.com; s=arc-20160816; b=DZtP+H8qWQQjQuLZ9juJ5AlYGCyTXd0aLx9ZjxJev1xCyY5tGHtrdRvmse5300ostx m1WUI8nay6NsNnWwMGUgXGtDRMtgS5/h+UXKzW9FOqixq5dID29Ye0h0rPyFxG+tZsXW 94H4zfRnQTpe81Ek8PwDiVOOHthDzRkKzUojHDdGLclb7T8XtnNs1z4r4/z7XO5ESWlr n98W0qLmPkoL2ffPbVJa0Zan9nlsCqhXEbduW9URv50kHIp99Je0wQY7KA4s1rRNfhSQ nXHMHyOow8QE+bi2Lx5J7ncHqwOObYmIFb4WUW3ZJjrQ+ncA0yPWPyLX1fku83CE9hS8 SxNg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=tFAmOMa+26WU+pWAbcnPmYbPFF8H3QOL4DEmfcC//8A=; b=DL9XKKC2Ef5RWbAad1IBelD04oDPKZU5AQf2AWv+BNrZuFcfLnZYgI5CUytP2ylb82 LC/omurd9wbBX1823f2zvp4tQMiwCu0wLU81YuGotF12k6Ph+XM9wpPzliHjVzuE3FB7 P60MAYAoHwj0lvwqC8xx/bWVa4FXNgvRxxMSjbRksaPFHni5wxWK/7ad9jwR7/6jfRJ2 glNQgSeOvoU8TaXt2Dhsyr4niB8K2zuZgnqUjwWm4emm+o53F6CVHwFqB8dBaLQiiBde o9XdMBpCcUsm15Gez8TTIbs5PGa71rWSDugo4EuXiWWLQg7ztt43znZbZl7LxP0N/HZP FrpA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z4si8088724pge.854.2022.01.22.00.06.57; Sat, 22 Jan 2022 00:07:09 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233019AbiAUUWA convert rfc822-to-8bit (ORCPT + 99 others); Fri, 21 Jan 2022 15:22:00 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:44658 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229947AbiAUUV7 (ORCPT ); Fri, 21 Jan 2022 15:21:59 -0500 Received: from smtpclient.apple (p4fefca45.dip0.t-ipconnect.de [79.239.202.69]) by mail.holtmann.org (Postfix) with ESMTPSA id 17167CED17; Fri, 21 Jan 2022 21:21:57 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 15.0 \(3693.40.0.1.81\)) Subject: Re: [PATCH v1 2/2] Bluetooth: btintel: surface Intel telemetry events through mgmt From: Marcel Holtmann In-Reply-To: <20220121192152.v1.2.I63681490281b2392aa1ac05dff91a126394ab649@changeid> Date: Fri, 21 Jan 2022 21:21:56 +0100 Cc: linux-bluetooth , Luiz Augusto von Dentz , pali@kernel.org, chromeos-bluetooth-upstreaming@chromium.org, josephsih@google.com, Archie Pusaka , "David S. Miller" , Jakub Kicinski , Johan Hedberg , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20220121192152.v1.1.I2015b42d2d0a502334c9c3a2983438b89716d4f0@changeid> <20220121192152.v1.2.I63681490281b2392aa1ac05dff91a126394ab649@changeid> To: Joseph Hwang X-Mailer: Apple Mail (2.3693.40.0.1.81) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jospeh, > When receiving a HCI vendor event, the kernel checks if it is an > Intel telemetry event. If yes, the event is sent to bluez user > space through the mgmt socket. > > Signed-off-by: Joseph Hwang > Reviewed-by: Archie Pusaka > --- > > drivers/bluetooth/btintel.c | 43 +++++++++++++++++++++++++++++++- > drivers/bluetooth/btintel.h | 12 +++++++++ > include/net/bluetooth/hci_core.h | 2 ++ > net/bluetooth/hci_event.c | 12 ++++++--- > 4 files changed, 65 insertions(+), 4 deletions(-) > > diff --git a/drivers/bluetooth/btintel.c b/drivers/bluetooth/btintel.c > index 1a4f8b227eac..d3b7a796cb91 100644 > --- a/drivers/bluetooth/btintel.c > +++ b/drivers/bluetooth/btintel.c > @@ -2401,8 +2401,10 @@ static int btintel_setup_combined(struct hci_dev *hdev) > set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks); > set_bit(HCI_QUIRK_NON_PERSISTENT_DIAG, &hdev->quirks); > > - /* Set up the quality report callback for Intel devices */ > + /* Set up the quality report callbacks for Intel devices */ > hdev->set_quality_report = btintel_set_quality_report; > + hdev->is_quality_report_evt = btintel_is_quality_report_evt; > + hdev->pull_quality_report_data = btintel_pull_quality_report_data; we are not doing this. This is all internal handling. Don’t bother the core hci_dev with it. > > /* For Legacy device, check the HW platform value and size */ > if (skb->len == sizeof(ver) && skb->data[1] == 0x37) { > @@ -2645,6 +2647,45 @@ void btintel_secure_send_result(struct hci_dev *hdev, > } > EXPORT_SYMBOL_GPL(btintel_secure_send_result); > > +#define INTEL_PREFIX 0x8087 > +#define TELEMETRY_CODE 0x03 > + > +struct intel_prefix_evt_data { > + __le16 vendor_prefix; > + __u8 code; > + __u8 data[0]; /* a number of struct intel_tlv subevents */ > +} __packed; > + > +bool btintel_is_quality_report_evt(struct sk_buff *skb) > +{ > + struct intel_prefix_evt_data *ev; > + u16 vendor_prefix; > + > + if (skb->len < sizeof(struct intel_prefix_evt_data)) > + return false; > + > + ev = (struct intel_prefix_evt_data *)skb->data; > + vendor_prefix = __le16_to_cpu(ev->vendor_prefix); > + > + return vendor_prefix == INTEL_PREFIX && ev->code == TELEMETRY_CODE; > +} > +EXPORT_SYMBOL_GPL(btintel_is_quality_report_evt); > + > +bool btintel_pull_quality_report_data(struct sk_buff *skb) > +{ > + skb_pull(skb, sizeof(struct intel_prefix_evt_data)); > + > + /* A telemetry event contains at least one intel_tlv subevent. */ > + if (skb->len < sizeof(struct intel_tlv)) { > + BT_ERR("Telemetry event length %d too short (at least %u)", > + skb->len, sizeof(struct intel_tlv)); > + return false; > + } > + > + return true; > +} > +EXPORT_SYMBOL_GPL(btintel_pull_quality_report_data); > + > MODULE_AUTHOR("Marcel Holtmann "); > MODULE_DESCRIPTION("Bluetooth support for Intel devices ver " VERSION); > MODULE_VERSION(VERSION); > diff --git a/drivers/bluetooth/btintel.h b/drivers/bluetooth/btintel.h > index c9b24e9299e2..841aef3dbd4c 100644 > --- a/drivers/bluetooth/btintel.h > +++ b/drivers/bluetooth/btintel.h > @@ -210,6 +210,8 @@ void btintel_bootup(struct hci_dev *hdev, const void *ptr, unsigned int len); > void btintel_secure_send_result(struct hci_dev *hdev, > const void *ptr, unsigned int len); > int btintel_set_quality_report(struct hci_dev *hdev, bool enable); > +bool btintel_is_quality_report_evt(struct sk_buff *skb); > +bool btintel_pull_quality_report_data(struct sk_buff *skb); > #else > > static inline int btintel_check_bdaddr(struct hci_dev *hdev) > @@ -305,4 +307,14 @@ static inline int btintel_set_quality_report(struct hci_dev *hdev, bool enable) > { > return -ENODEV; > } > + > +static inline bool btintel_is_quality_report_evt(struct sk_buff *skb) > +{ > + return false; > +} > + > +static inline bool btintel_pull_quality_report_data(struct sk_buff *skb); > +{ > + return false; > +} > #endif > diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h > index 727cb9c056b2..b74ba1585df9 100644 > --- a/include/net/bluetooth/hci_core.h > +++ b/include/net/bluetooth/hci_core.h > @@ -632,6 +632,8 @@ struct hci_dev { > void (*cmd_timeout)(struct hci_dev *hdev); > bool (*wakeup)(struct hci_dev *hdev); > int (*set_quality_report)(struct hci_dev *hdev, bool enable); > + bool (*is_quality_report_evt)(struct sk_buff *skb); > + bool (*pull_quality_report_data)(struct sk_buff *skb); > int (*get_data_path_id)(struct hci_dev *hdev, __u8 *data_path); > int (*get_codec_config_data)(struct hci_dev *hdev, __u8 type, > struct bt_codec *codec, __u8 *vnd_len, > diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c > index bccb659a9454..5f9cc7b942a1 100644 > --- a/net/bluetooth/hci_event.c > +++ b/net/bluetooth/hci_event.c > @@ -4237,11 +4237,17 @@ static bool quality_report_evt(struct hci_dev *hdev, void *data, > if (aosp_has_quality_report(hdev) && > aosp_pull_quality_report_data(skb)) > mgmt_quality_report(hdev, skb, QUALITY_SPEC_AOSP_BQR); > - > - return true; > + } else if (hdev->is_quality_report_evt && > + hdev->is_quality_report_evt(skb)) { > + if (hdev->set_quality_report && > + hdev->pull_quality_report_data(skb)) > + mgmt_quality_report(hdev, skb, > + QUALITY_SPEC_INTEL_TELEMETRY); > + } else { > + return false; > } No. You now have Intel internal details bleeding into the core. Regards Marcel