All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: bluetooth 2022-05-11
@ 2022-05-12  0:28 Luiz Augusto von Dentz
  0 siblings, 0 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2022-05-12  0:28 UTC (permalink / raw)
  To: linux-bluetooth

The following changes since commit 3f95a7472d14abef284d8968734fe2ae7ff4845f:

  i40e: i40e_main: fix a missing check on list iterator (2022-05-11 15:19:28 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-05-11

for you to fetch changes up to 103a2f3255a95991252f8f13375c3a96a75011cd:

  Bluetooth: Fix the creation of hdev->name (2022-05-11 17:18:42 -0700)

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

 - Fix the creation of hdev->name when index is greater than 9999

----------------------------------------------------------------
Itay Iellin (1):
      Bluetooth: Fix the creation of hdev->name

 include/net/bluetooth/hci_core.h | 3 +++
 net/bluetooth/hci_core.c         | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

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

* pull request: bluetooth 2022-05-11
@ 2022-05-12  0:29 Luiz Augusto von Dentz
  2022-05-12  1:10 ` patchwork-bot+netdevbpf
  2022-05-13 11:21 ` patchwork-bot+bluetooth
  0 siblings, 2 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2022-05-12  0:29 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

The following changes since commit 3f95a7472d14abef284d8968734fe2ae7ff4845f:

  i40e: i40e_main: fix a missing check on list iterator (2022-05-11 15:19:28 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-05-11

for you to fetch changes up to 103a2f3255a95991252f8f13375c3a96a75011cd:

  Bluetooth: Fix the creation of hdev->name (2022-05-11 17:18:42 -0700)

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

 - Fix the creation of hdev->name when index is greater than 9999

----------------------------------------------------------------
Itay Iellin (1):
      Bluetooth: Fix the creation of hdev->name

 include/net/bluetooth/hci_core.h | 3 +++
 net/bluetooth/hci_core.c         | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

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

* Re: pull request: bluetooth 2022-05-11
  2022-05-12  0:29 pull request: bluetooth 2022-05-11 Luiz Augusto von Dentz
@ 2022-05-12  1:10 ` patchwork-bot+netdevbpf
  2022-05-13 11:21 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-05-12  1:10 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 Wed, 11 May 2022 17:29:01 -0700 you wrote:
> The following changes since commit 3f95a7472d14abef284d8968734fe2ae7ff4845f:
> 
>   i40e: i40e_main: fix a missing check on list iterator (2022-05-11 15:19:28 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-05-11
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2022-05-11
    https://git.kernel.org/netdev/net/c/a48ab883c4a9

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 2022-05-11
  2022-05-12  0:29 pull request: bluetooth 2022-05-11 Luiz Augusto von Dentz
  2022-05-12  1:10 ` patchwork-bot+netdevbpf
@ 2022-05-13 11:21 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2022-05-13 11:21 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 Wed, 11 May 2022 17:29:01 -0700 you wrote:
> The following changes since commit 3f95a7472d14abef284d8968734fe2ae7ff4845f:
> 
>   i40e: i40e_main: fix a missing check on list iterator (2022-05-11 15:19:28 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-05-11
> 
> [...]

Here is the summary with links:
  - pull request: bluetooth 2022-05-11
    https://git.kernel.org/bluetooth/bluetooth-next/c/a48ab883c4a9

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

end of thread, other threads:[~2022-05-13 11:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-12  0:29 pull request: bluetooth 2022-05-11 Luiz Augusto von Dentz
2022-05-12  1:10 ` patchwork-bot+netdevbpf
2022-05-13 11:21 ` patchwork-bot+bluetooth
  -- strict thread matches above, loose matches on Subject: below --
2022-05-12  0:28 Luiz Augusto von Dentz

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.