All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: bluetooth 2022-12-02
@ 2022-12-02 21:37 Luiz Augusto von Dentz
  2022-12-03  4:32 ` Jakub Kicinski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Luiz Augusto von Dentz @ 2022-12-02 21:37 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

The following changes since commit e931a173a685fe213127ae5aa6b7f2196c1d875d:

  Merge branch 'vmxnet3-fixes' (2022-12-02 10:30:07 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-12-02

for you to fetch changes up to b5ca338751ad4783ec8d37b5d99c3e37b7813e59:

  Bluetooth: Fix crash when replugging CSR fake controllers (2022-12-02 13:22:56 -0800)

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

 - Fix regressions with CSR controller clones
 - Fix support for Read Local Supported Codecs V2
 - Fix overflow on L2CAP code
 - Fix missing hci_dev_put on ISO and L2CAP code

----------------------------------------------------------------
Chen Zhongjin (1):
      Bluetooth: Fix not cleanup led when bt_init fails

Chethan T N (2):
      Bluetooth: Remove codec id field in vendor codec definition
      Bluetooth: Fix support for Read Local Supported Codecs V2

Ismael Ferreras Morezuelas (2):
      Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirk
      Bluetooth: btusb: Add debug message for CSR controllers

Luiz Augusto von Dentz (1):
      Bluetooth: Fix crash when replugging CSR fake controllers

Mateusz Jończyk (1):
      Bluetooth: silence a dmesg error message in hci_request.c

Sungwoo Kim (1):
      Bluetooth: L2CAP: Fix u8 overflow

Wang ShaoBo (2):
      Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()
      Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()

 drivers/bluetooth/btusb.c    |  6 ++++++
 include/net/bluetooth/hci.h  | 12 +++++++++++-
 net/bluetooth/6lowpan.c      |  1 +
 net/bluetooth/af_bluetooth.c |  4 +++-
 net/bluetooth/hci_codec.c    | 19 ++++++++++---------
 net/bluetooth/hci_core.c     |  8 ++++++--
 net/bluetooth/hci_request.c  |  2 +-
 net/bluetooth/hci_sync.c     | 19 +++++++++++++------
 net/bluetooth/iso.c          |  1 +
 net/bluetooth/l2cap_core.c   |  3 ++-
 10 files changed, 54 insertions(+), 21 deletions(-)

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

* Re: pull-request: bluetooth 2022-12-02
  2022-12-02 21:37 pull-request: bluetooth 2022-12-02 Luiz Augusto von Dentz
@ 2022-12-03  4:32 ` Jakub Kicinski
       [not found]   ` <CABBYNZKhyTcAJkBt5pg4ymU530h5wie3OACU5HVX4dR37=1ZAw@mail.gmail.com>
  2022-12-03  4:40 ` patchwork-bot+netdevbpf
  2022-12-12 22:32 ` patchwork-bot+bluetooth
  2 siblings, 1 reply; 5+ messages in thread
From: Jakub Kicinski @ 2022-12-03  4:32 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: davem, linux-bluetooth, netdev

On Fri,  2 Dec 2022 13:37:26 -0800 Luiz Augusto von Dentz wrote:
> bluetooth pull request for net:
> 
>  - Fix regressions with CSR controller clones
>  - Fix support for Read Local Supported Codecs V2
>  - Fix overflow on L2CAP code
>  - Fix missing hci_dev_put on ISO and L2CAP code

Two new sparse warnings in btusb.c here, please follow up to fix those.

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

* Re: pull-request: bluetooth 2022-12-02
  2022-12-02 21:37 pull-request: bluetooth 2022-12-02 Luiz Augusto von Dentz
  2022-12-03  4:32 ` Jakub Kicinski
@ 2022-12-03  4:40 ` patchwork-bot+netdevbpf
  2022-12-12 22:32 ` patchwork-bot+bluetooth
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-12-03  4:40 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev

Hello:

This pull request was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  2 Dec 2022 13:37:26 -0800 you wrote:
> The following changes since commit e931a173a685fe213127ae5aa6b7f2196c1d875d:
> 
>   Merge branch 'vmxnet3-fixes' (2022-12-02 10:30:07 +0000)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-12-02
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2022-12-02
    https://git.kernel.org/netdev/net/c/a789c70c1dfe

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] 5+ messages in thread

* Re: pull-request: bluetooth 2022-12-02
       [not found]   ` <CABBYNZKhyTcAJkBt5pg4ymU530h5wie3OACU5HVX4dR37=1ZAw@mail.gmail.com>
@ 2022-12-06  4:17     ` Jakub Kicinski
  0 siblings, 0 replies; 5+ messages in thread
From: Jakub Kicinski @ 2022-12-06  4:17 UTC (permalink / raw)
  To: Luiz Augusto von Dentz
  Cc: David Miller, linux-bluetooth, open list:NETWORKING [GENERAL]

Sorry for the delay, looks like the list ate your email :S

On Fri, 2 Dec 2022 23:49:18 -0800 Luiz Augusto von Dentz wrote:
> > On Fri,  2 Dec 2022 13:37:26 -0800 Luiz Augusto von Dentz wrote:  
> > > bluetooth pull request for net:
> > >
> > >  - Fix regressions with CSR controller clones
> > >  - Fix support for Read Local Supported Codecs V2
> > >  - Fix overflow on L2CAP code
> > >  - Fix missing hci_dev_put on ISO and L2CAP code  
> >
> > Two new sparse warnings in btusb.c here, please follow up to fix those.
> 
> Do you have the logs somewhere?

Yes, but shouldn't matter, the output is actually quite messy. 
I recommend running:

  make W=1 C=1 path/to/file.o

and you'll see all the warnings.

> Or even better if you share the script you use to detect new sparse
> warning we can perhaps integrate in our ci.

Yes, yes, all our script are here:

https://github.com/kuba-moo/nipa/tree/master/tests

Build one is here:

https://github.com/kuba-moo/nipa/blob/master/tests/patch/build_allmodconfig_warn/build_allmodconfig.sh

It's relatively okay at catching build issues. But the output is messy,
as I said :(

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

* Re: pull-request: bluetooth 2022-12-02
  2022-12-02 21:37 pull-request: bluetooth 2022-12-02 Luiz Augusto von Dentz
  2022-12-03  4:32 ` Jakub Kicinski
  2022-12-03  4:40 ` patchwork-bot+netdevbpf
@ 2022-12-12 22:32 ` patchwork-bot+bluetooth
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+bluetooth @ 2022-12-12 22:32 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev

Hello:

This pull request was applied to bluetooth/bluetooth-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  2 Dec 2022 13:37:26 -0800 you wrote:
> The following changes since commit e931a173a685fe213127ae5aa6b7f2196c1d875d:
> 
>   Merge branch 'vmxnet3-fixes' (2022-12-02 10:30:07 +0000)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-12-02
> 
> [...]

Here is the summary with links:
  - pull-request: bluetooth 2022-12-02
    https://git.kernel.org/bluetooth/bluetooth-next/c/a789c70c1dfe

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] 5+ messages in thread

end of thread, other threads:[~2022-12-12 22:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-02 21:37 pull-request: bluetooth 2022-12-02 Luiz Augusto von Dentz
2022-12-03  4:32 ` Jakub Kicinski
     [not found]   ` <CABBYNZKhyTcAJkBt5pg4ymU530h5wie3OACU5HVX4dR37=1ZAw@mail.gmail.com>
2022-12-06  4:17     ` Jakub Kicinski
2022-12-03  4:40 ` patchwork-bot+netdevbpf
2022-12-12 22:32 ` patchwork-bot+bluetooth

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.