mbox series

[v3,0/7] Patches introducing experimental feature support

Message ID cover.1588751831.git.marcel@holtmann.org (mailing list archive)
Headers show
Series Patches introducing experimental feature support | expand

Message

Marcel Holtmann May 6, 2020, 7:57 a.m. UTC
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(-)

Comments

Johan Hedberg May 8, 2020, 8:59 a.m. UTC | #1
Hi Marcel,

On 6. May 2020, at 10.57, Marcel Holtmann <marcel@holtmann.org> 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
Alain Michaud May 8, 2020, 3:19 p.m. UTC | #2
Thanks Marcel and Johan!

On Fri, May 8, 2020 at 4:59 AM Johan Hedberg <johan.hedberg@gmail.com> wrote:
>
> Hi Marcel,
>
> On 6. May 2020, at 10.57, Marcel Holtmann <marcel@holtmann.org> 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