Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp250052ybv; Wed, 12 Feb 2020 23:27:58 -0800 (PST) X-Google-Smtp-Source: APXvYqyV+ug8wZeT1/BeiZSstS2kuI9oaMbyc7ycWaHIKal+PVRNbgBZnEbbBoDouJfCjh9IfhCz X-Received: by 2002:a9d:674f:: with SMTP id w15mr12296811otm.243.1581578878498; Wed, 12 Feb 2020 23:27:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581578878; cv=none; d=google.com; s=arc-20160816; b=GINijLwDDLqhnP2dpxthlb8lFZB0qTnck31enpVbI5yc8cFYIbbzN1FqtwtWLszk8r vDf30IUMaxKgptGHqz8zDmHKnOlTyai1dovyUzfEJOpnM/Y9+pmK9LTxI6GtM5S4xaiD VeF0FbBFJnNHjDzgifpuyKiaeWzTFuQJNVV+JUojZfgAwYHqlddTn7LLDGXRskvU9mQQ 2ucNZ/4MsKafrel39RHNEzCC6KMCIFJlWmVnKP/zy15AiB0AofnVdygN5GPTcXqRjJP8 aXP1RNCgrEGqfBvtSiEj4r+UIvkzMBucCR6nbq4d/X4QxrlCV6PTtMxbDHkcJ5x6K5Q5 d15w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:in-reply-to:to:references:date :subject:mime-version:content-transfer-encoding:from; bh=vesvC6Rtg4MwTPZgMNPkawbcubtgWEjsmfFa4o6D5oc=; b=eIqlaS617lE3eN2mnd4XbHVeKxFyxz/r/FPwDOcgDuzOOo2yYykSHeYSzHlklhBpF/ dZakZSMBuh8/azDKr3sdby5aQaw8MwTULbO9oC1dAB0/JpVh/RzOD3A75gMUfpBRY4c5 ADt3LdHbI3or0Mi8EAlJH1raFRnaypvpTUE4lq49JoDt7Mc5B+grVtJhRRDWeSh4ME8x L9mQxjbjvsop78yj5Mx9wxwml7bfohZy8P6n0lExkE+ygFhQ/taCM8J1E6p7h9Yu0QlV FPO0/nrRMmBhztcbQzCmM3Q0TWI3hsf32t0U05gJAlaaB82noc0nVRUWaDiAart+XrMO 6wBw== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i9si709455otp.139.2020.02.12.23.27.30; Wed, 12 Feb 2020 23:27:58 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729863AbgBMH1Y convert rfc822-to-8bit (ORCPT + 99 others); Thu, 13 Feb 2020 02:27:24 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:46878 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729735AbgBMH1Y (ORCPT ); Thu, 13 Feb 2020 02:27:24 -0500 Received: from marcel-macbook.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 44F04CECD1 for ; Thu, 13 Feb 2020 08:36:46 +0100 (CET) From: Marcel Holtmann Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: [RFC v3] Bluetooth: Add debugfs option to enable runtime debug statements Date: Thu, 13 Feb 2020 08:27:22 +0100 References: <20200203153603.61931-1-marcel@holtmann.org> To: Bluez mailing list In-Reply-To: <20200203153603.61931-1-marcel@holtmann.org> Message-Id: X-Mailer: Apple Mail (2.3608.60.0.2.5) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org 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