Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp792616ybv; Thu, 13 Feb 2020 09:35:20 -0800 (PST) X-Google-Smtp-Source: APXvYqygKg5XzVrj+LSKBqEIsvlOn91IgCaeY+j7R2fahttcjbjMgxU44Z3f26JlSn/KtLEu7z1o X-Received: by 2002:a9d:7f12:: with SMTP id j18mr14934273otq.17.1581615319883; Thu, 13 Feb 2020 09:35:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581615319; cv=none; d=google.com; s=arc-20160816; b=QdkyDxesNa26PSoPSV2hyXPDzeYB6Z2eSiiC4mKyRRo+PVwVHzPBUOqwKwU6soJMb8 IQmRVn5tJMoafahVNRKGggCy1jp6mn6+YfRHt8kbSWiK2j3ngM56q7AIdHaC7iUdAgmP 1or6TtMRw57D9/xXk5YmxX6poxtrDdxqnXbFGj3ZcKrjEXaP/5xoNgugxl1tt84XmaCR 9wJngS1ZesPaeFnn/AkS0pI/hcBLv7RTCg4UNQIF5SHHduI4rpOYnl/+EOYH5LTMosAa YW1uphyd1juWuhS6bSw2nmMLwVEC9Fdsz0YC2Qh5147DS+WB5vqm6kXj3tpwJbtn3/r1 EYxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :in-reply-to:references:thread-topic:message-id:to:from:subject:date :user-agent; bh=LMmBsrafFlgn6dwVsGvG60ZK0sekuY7Hc+9fqRYAcf8=; b=GInuVramgUHs/Z9UJF+6dqBZjJ2WQcKANgAeY/qpCFeUBqvSoE9q9ymYFMJV/zp/m2 qbOxCX1rAWVYiJ399tMh+Ugiau1+T08mhCHoF5bWGlgDeu8ms6pB+3mu/t4B8E0U7xks +2GGt+ScR60jaodno5iVxuSiiN18012CEiXlFam5UM3mSjUof3CFp6LgQCwnfJCrl/HM 9xLd/wHN+9Ng79ou9cEPszzAA6slyPpA+X/xsBMYKYaiSJ/LTc7VA+RrodvI0u/jXhfN DkRW7huRc69DdXg6qhhYcdGP87nnlEwYeXFY0t2kVvZtLkiPJCv5776lgYlTQs+OYRnO tlgw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w16si1571105oih.154.2020.02.13.09.34.59; Thu, 13 Feb 2020 09:35:19 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-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-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728053AbgBMReJ convert rfc822-to-8bit (ORCPT + 99 others); Thu, 13 Feb 2020 12:34:09 -0500 Received: from mga07.intel.com ([134.134.136.100]:43370 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727991AbgBMReI (ORCPT ); Thu, 13 Feb 2020 12:34:08 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2020 09:34:08 -0800 X-IronPort-AV: E=Sophos;i="5.70,437,1574150400"; d="scan'208";a="238097267" Received: from han1-mac01.jf.intel.com (HELO [10.7.201.134]) ([10.7.201.134]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/AES256-GCM-SHA384; 13 Feb 2020 09:33:48 -0800 User-Agent: Microsoft-MacOutlook/10.22.0.200209 Date: Thu, 13 Feb 2020 09:33:47 -0800 Subject: Re: [RFC v3] Bluetooth: Add debugfs option to enable runtime debug statements From: Tedd An To: Marcel Holtmann , Bluez mailing list Message-ID: Thread-Topic: [RFC v3] Bluetooth: Add debugfs option to enable runtime debug statements References: <20200203153603.61931-1-marcel@holtmann.org> In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 8BIT Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Marcel, I have some cycle today and tomorrow and I can run quick test. Is there any procedure you want me to test other than enabling kernel config and enable via debugfs? Let me know. Regards, Tedd On 2/12/20, 11:31 PM, "Marcel Holtmann" wrote: Hi, > Signed-off-by: Marcel Holtmann > --- > include/net/bluetooth/bluetooth.h | 10 +++++ > net/bluetooth/Kconfig | 7 +++ > net/bluetooth/af_bluetooth.c | 2 + > net/bluetooth/lib.c | 73 +++++++++++++++++++++++++++++++ > 4 files changed, 92 insertions(+) does anybody have any comments on this. It is not the final solution, but as an interim it might be a good start. I have not seen any kbuild issues popping up. However I like to get some Tested-By, Reviewed-By lines added to the patch and I can send a patch version with proper commit message if there is interest in getting this upstream. Regards Marcel