All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: bluetooth 2021-08-19
@ 2021-08-19 22:23 Luiz Augusto von Dentz
  2021-08-20 11:46 ` David Miller
  2021-08-20 12:52 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2021-08-19 22:23 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

The following changes since commit 4431531c482a2c05126caaa9fcc5053a4a5c495b:

  nfp: fix return statement in nfp_net_parse_meta() (2021-07-22 05:46:03 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2021-08-19

for you to fetch changes up to 61969ef867d48fc76551fe50cefe0501e624766e:

  Bluetooth: Fix return value in hci_dev_do_close() (2021-08-19 17:28:40 +0200)

----------------------------------------------------------------
bluetooth-next pull request for net-next:

 - Add support for Foxconn Mediatek Chip
 - Add support for LG LGSBWAC92/TWCM-K505D
 - hci_h5 flow control fixes and suspend support
 - Switch to use lock_sock for SCO and RFCOMM
 - Various fixes for extended advertising
 - Reword Intel's setup on btusb unifying the supported generations

----------------------------------------------------------------
Aaron Ma (1):
      Bluetooth: btusb: Add support for Foxconn Mediatek Chip

Andy Shevchenko (1):
      Bluetooth: hci_bcm: Fix kernel doc comments

Angus Ainslie (1):
      Bluetooth: btbcm: add patch ram for bluetooth

Archie Pusaka (4):
      Bluetooth: btrtl: Set MSFT opcode for RTL8852
      Bluetooth: hci_h5: add WAKEUP_DISABLE flag
      Bluetooth: hci_h5: btrtl: Maintain flow control if wakeup is enabled
      Bluetooth: hci_h5: Add runtime suspend

Chethan T N (1):
      Bluetooth: btusb: Enable MSFT extension for Intel next generation controllers

Colin Ian King (2):
      6lowpan: iphc: Fix an off-by-one check of array index
      Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflow

Dan Carpenter (1):
      Bluetooth: sco: prevent information leak in sco_conn_defer_accept()

Desmond Cheong Zhi Xi (7):
      Bluetooth: skip invalid hci_sync_conn_complete_evt
      Bluetooth: schedule SCO timeouts with delayed_work
      Bluetooth: avoid circular locks in sco_sock_connect
      Bluetooth: switch to lock_sock in SCO
      Bluetooth: serialize calls to sco_sock_{set,clear}_timer
      Bluetooth: switch to lock_sock in RFCOMM
      Bluetooth: fix repeated calls to sco_sock_kill

Forest Crossman (1):
      Bluetooth: btusb: Add support for LG LGSBWAC92/TWCM-K505D

Hans de Goede (1):
      Bluetooth: hci_h5: Disable the hci_suspend_notifier for btrtl devices

Ian Mackinnon (1):
      Bluetooth: btusb: Load Broadcom firmware for Dell device 413c:8197

Ismael Ferreras Morezuelas (1):
      Bluetooth: btusb: Make the CSR clone chip force-suspend workaround more generic

Jun Miao (1):
      Bluetooth: btusb: Fix a unspported condition to set available debug features

Kai-Heng Feng (1):
      Bluetooth: Move shutdown callback before flushing tx and rx queue

Kangmin Park (1):
      Bluetooth: Fix return value in hci_dev_do_close()

Kees Cook (1):
      Bluetooth: mgmt: Pessimize compile-time bounds-check

Kiran K (1):
      Bluetooth: Fix race condition in handling NOP command

Larry Finger (1):
      Bluetooth: Add additional Bluetooth part for Realtek 8852AE

Len Baker (1):
      Bluetooth: btmrvl_sdio: Remove all strcpy() uses

Luiz Augusto von Dentz (4):
      Bluetooth: HCI: Add proper tracking for enable status of adv instances
      Bluetooth: Fix not generating RPA when required
      Bluetooth: Fix handling of LE Enhanced Connection Complete
      Bluetooth: Store advertising handle so it can be re-enabled

Max Chou (1):
      Bluetooth: btusb: Remove WAKEUP_DISABLE and add WAKEUP_AUTOSUSPEND for Realtek devices

Michael Sun (2):
      Bluetooth: btusb: Add valid le states quirk
      Bluetooth: btusb: Enable MSFT extension for WCN6855 controller

Pauli Virtanen (1):
      Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS

Pavel Skripkin (1):
      Bluetooth: add timeout sanity check to hci_inquiry

Randy Dunlap (1):
      Bluetooth: btrsi: use non-kernel-doc comment for copyright

Tedd Ho-Jeong An (13):
      Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmd
      Bluetooth: Add support hdev to allocate private data
      Bluetooth: btintel: Add combined setup and shutdown functions
      Bluetooth: btintel: Refactoring setup routine for legacy ROM sku
      Bluetooth: btintel: Add btintel data struct
      Bluetooth: btintel: Fix the first HCI command not work with ROM device
      Bluetooth: btintel: Fix the LED is not turning off immediately
      Bluetooth: btintel: Add combined set_diag functions
      Bluetooth: btintel: Refactoring setup routine for bootloader devices
      Bluetooth: btintel: Move hci quirks to setup routine
      Bluetooth: btintel: Clean the exported function to static
      Bluetooth: btintel: Fix the legacy bootloader returns tlv based version
      Bluetooth: btintel: Combine setting up MSFT extension

Tetsuo Handa (1):
      Bluetooth: defer cleanup of resources in hci_unregister_dev()

Wai Paulo Valerio Wang (1):
      Bluetooth: btusb: Add support for IMC Networks Mediatek Chip

mark-yw.chen (4):
      Bluetooth: btusb: Enable MSFT extension for Mediatek Chip (MT7921)
      Bluetooth: btusb: Record debug log for Mediatek Chip.
      Bluetooth: btusb: Support Bluetooth Reset for Mediatek Chip(MT7921)
      Bluetooth: btusb: Fix fall-through warnings

 drivers/bluetooth/btbcm.c        |    1 +
 drivers/bluetooth/btintel.c      | 1314 +++++++++++++++++++++++++++++++--
 drivers/bluetooth/btintel.h      |  119 ++-
 drivers/bluetooth/btmrvl_sdio.c  |   29 +-
 drivers/bluetooth/btrsi.c        |    2 +-
 drivers/bluetooth/btrtl.c        |   10 +-
 drivers/bluetooth/btusb.c        | 1510 ++++++++------------------------------
 drivers/bluetooth/hci_bcm.c      |    6 +
 drivers/bluetooth/hci_h5.c       |  116 ++-
 drivers/bluetooth/hci_serdev.c   |    3 +
 drivers/bluetooth/hci_uart.h     |    7 +-
 include/net/bluetooth/hci_core.h |   20 +-
 net/6lowpan/debugfs.c            |    3 +-
 net/bluetooth/cmtp/cmtp.h        |    2 +-
 net/bluetooth/hci_core.c         |   57 +-
 net/bluetooth/hci_event.c        |  223 ++++--
 net/bluetooth/hci_request.c      |   81 +-
 net/bluetooth/hci_sock.c         |   20 +-
 net/bluetooth/hci_sysfs.c        |    2 +-
 net/bluetooth/mgmt.c             |    4 +-
 net/bluetooth/rfcomm/sock.c      |    8 +-
 net/bluetooth/sco.c              |  106 +--
 22 files changed, 2088 insertions(+), 1555 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull request: bluetooth 2021-08-19
  2021-08-19 22:23 pull request: bluetooth 2021-08-19 Luiz Augusto von Dentz
@ 2021-08-20 11:46 ` David Miller
  2021-08-20 22:59   ` Luiz Augusto von Dentz
  2021-08-20 12:52 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 4+ messages in thread
From: David Miller @ 2021-08-20 11:46 UTC (permalink / raw)
  To: luiz.dentz; +Cc: kuba, linux-bluetooth, netdev

From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Date: Thu, 19 Aug 2021 15:23:07 -0700

> The following changes since commit 4431531c482a2c05126caaa9fcc5053a4a5c495b:
> 
>   nfp: fix return statement in nfp_net_parse_meta() (2021-07-22 05:46:03 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2021-08-19
> 

There was a major merge conflict with the deferred hci cleanup fix that came in via
'net'.  Please double check my conflict resolution.

Thanks.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull request: bluetooth 2021-08-19
  2021-08-19 22:23 pull request: bluetooth 2021-08-19 Luiz Augusto von Dentz
  2021-08-20 11:46 ` David Miller
@ 2021-08-20 12:52 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-08-20 12:52 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev

Hello:

This pull request was applied to netdev/net-next.git (refs/heads/master):

On Thu, 19 Aug 2021 15:23:07 -0700 you wrote:
> The following changes since commit 4431531c482a2c05126caaa9fcc5053a4a5c495b:
> 
>   nfp: fix return statement in nfp_net_parse_meta() (2021-07-22 05:46:03 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2021-08-19
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2021-08-19
    https://git.kernel.org/netdev/net-next/c/e61fbee7be4b

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull request: bluetooth 2021-08-19
  2021-08-20 11:46 ` David Miller
@ 2021-08-20 22:59   ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2021-08-20 22:59 UTC (permalink / raw)
  To: David Miller
  Cc: Jakub Kicinski, linux-bluetooth, open list:NETWORKING [GENERAL]

Hi David,

On Fri, Aug 20, 2021 at 4:46 AM David Miller <davem@davemloft.net> wrote:
>
> From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
> Date: Thu, 19 Aug 2021 15:23:07 -0700
>
> > The following changes since commit 4431531c482a2c05126caaa9fcc5053a4a5c495b:
> >
> >   nfp: fix return statement in nfp_net_parse_meta() (2021-07-22 05:46:03 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2021-08-19
> >
>
> There was a major merge conflict with the deferred hci cleanup fix that came in via
> 'net'.  Please double check my conflict resolution.

My bad, I thought I had rebased it on top of net-next but perhaps I
didn't do it correctly, anyway the correct version would be the one
Linus had pushed to his tree so you could have just skipped the one we
had in bluetooth-next which was an early attempt to fix the same
issue.


-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-20 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19 22:23 pull request: bluetooth 2021-08-19 Luiz Augusto von Dentz
2021-08-20 11:46 ` David Miller
2021-08-20 22:59   ` Luiz Augusto von Dentz
2021-08-20 12:52 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.