2020-05-06 07:58:54

by Marcel Holtmann

[permalink] [raw]
Subject: [PATCH v3 0/7] Patches introducing experimental feature support

Marcel Holtmann (7):
Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported list
Bluetooth: Replace BT_DBG with bt_dev_dbg for management support
Bluetooth: replace zero-length array with flexible-array member
Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL option
Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager
support
Bluetooth: Add support for experimental features configuration
Bluetooth: Introduce debug feature when dynamic debug is disabled

include/net/bluetooth/bluetooth.h | 11 +
include/net/bluetooth/hci.h | 1 +
include/net/bluetooth/hci_core.h | 1 +
include/net/bluetooth/mgmt.h | 69 ++++--
net/bluetooth/Kconfig | 7 +
net/bluetooth/hci_sock.c | 12 +-
net/bluetooth/lib.c | 33 +++
net/bluetooth/mgmt.c | 364 +++++++++++++++++++++---------
net/bluetooth/smp.c | 8 +-
9 files changed, 365 insertions(+), 141 deletions(-)

--
2.26.2


2020-05-08 09:00:26

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH v3 0/7] Patches introducing experimental feature support

Hi Marcel,

On 6. May 2020, at 10.57, Marcel Holtmann <[email protected]> wrote:
> Marcel Holtmann (7):
> Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported list
> Bluetooth: Replace BT_DBG with bt_dev_dbg for management support
> Bluetooth: replace zero-length array with flexible-array member
> Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL option
> Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager
> support
> Bluetooth: Add support for experimental features configuration
> Bluetooth: Introduce debug feature when dynamic debug is disabled
>
> include/net/bluetooth/bluetooth.h | 11 +
> include/net/bluetooth/hci.h | 1 +
> include/net/bluetooth/hci_core.h | 1 +
> include/net/bluetooth/mgmt.h | 69 ++++--
> net/bluetooth/Kconfig | 7 +
> net/bluetooth/hci_sock.c | 12 +-
> net/bluetooth/lib.c | 33 +++
> net/bluetooth/mgmt.c | 364 +++++++++++++++++++++---------
> net/bluetooth/smp.c | 8 +-
> 9 files changed, 365 insertions(+), 141 deletions(-)

All patches in this set have been applied to bluetooth-next. Thanks.

Johan

2020-05-08 15:19:57

by Alain Michaud

[permalink] [raw]
Subject: Re: [PATCH v3 0/7] Patches introducing experimental feature support

Thanks Marcel and Johan!

On Fri, May 8, 2020 at 4:59 AM Johan Hedberg <[email protected]> wrote:
>
> Hi Marcel,
>
> On 6. May 2020, at 10.57, Marcel Holtmann <[email protected]> wrote:
> > Marcel Holtmann (7):
> > Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported list
> > Bluetooth: Replace BT_DBG with bt_dev_dbg for management support
> > Bluetooth: replace zero-length array with flexible-array member
> > Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL option
> > Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager
> > support
> > Bluetooth: Add support for experimental features configuration
> > Bluetooth: Introduce debug feature when dynamic debug is disabled
> >
> > include/net/bluetooth/bluetooth.h | 11 +
> > include/net/bluetooth/hci.h | 1 +
> > include/net/bluetooth/hci_core.h | 1 +
> > include/net/bluetooth/mgmt.h | 69 ++++--
> > net/bluetooth/Kconfig | 7 +
> > net/bluetooth/hci_sock.c | 12 +-
> > net/bluetooth/lib.c | 33 +++
> > net/bluetooth/mgmt.c | 364 +++++++++++++++++++++---------
> > net/bluetooth/smp.c | 8 +-
> > 9 files changed, 365 insertions(+), 141 deletions(-)
>
> All patches in this set have been applied to bluetooth-next. Thanks.
>
> Johan