2023-03-30 18:16:39

by patchwork-bot+bluetooth

[permalink] [raw]
Subject: Re: [PATCH v13 1/4] Bluetooth: Add support for hci devcoredump

Hello:

This series was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <[email protected]>:

On Thu, 30 Mar 2023 09:58:23 -0700 you wrote:
> From: Abhishek Pandit-Subedi <[email protected]>
>
> Add devcoredump APIs to hci core so that drivers only have to provide
> the dump skbs instead of managing the synchronization and timeouts.
>
> The devcoredump APIs should be used in the following manner:
> - hci_devcoredump_init is called to allocate the dump.
> - hci_devcoredump_append is called to append any skbs with dump data
> OR hci_devcoredump_append_pattern is called to insert a pattern.
> - hci_devcoredump_complete is called when all dump packets have been
> sent OR hci_devcoredump_abort is called to indicate an error and
> cancel an ongoing dump collection.
>
> [...]

Here is the summary with links:
- [v13,1/4] Bluetooth: Add support for hci devcoredump
(no matching commit)
- [v13,2/4] Bluetooth: Add vhci devcoredump support
https://git.kernel.org/bluetooth/bluetooth-next/c/d5d5df6da0aa
- [v13,3/4] Bluetooth: btusb: Add btusb devcoredump support
https://git.kernel.org/bluetooth/bluetooth-next/c/1078959dcb5c
- [v13,4/4] Bluetooth: btintel: Add Intel devcoredump support
https://git.kernel.org/bluetooth/bluetooth-next/c/0b93eeba4454

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



2023-03-30 18:17:34

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [PATCH v13 1/4] Bluetooth: Add support for hci devcoredump

Hi Manish,

On Thu, Mar 30, 2023 at 11:10 AM <[email protected]> wrote:
>
> Hello:
>
> This series was applied to bluetooth/bluetooth-next.git (master)
> by Luiz Augusto von Dentz <[email protected]>:
>
> On Thu, 30 Mar 2023 09:58:23 -0700 you wrote:
> > From: Abhishek Pandit-Subedi <[email protected]>
> >
> > Add devcoredump APIs to hci core so that drivers only have to provide
> > the dump skbs instead of managing the synchronization and timeouts.
> >
> > The devcoredump APIs should be used in the following manner:
> > - hci_devcoredump_init is called to allocate the dump.
> > - hci_devcoredump_append is called to append any skbs with dump data
> > OR hci_devcoredump_append_pattern is called to insert a pattern.
> > - hci_devcoredump_complete is called when all dump packets have been
> > sent OR hci_devcoredump_abort is called to indicate an error and
> > cancel an ongoing dump collection.
> >
> > [...]
>
> Here is the summary with links:
> - [v13,1/4] Bluetooth: Add support for hci devcoredump
> (no matching commit)

Note that I did a small change to convert from bt_dev_info to
bt_dev_dbg that is why the no matching commit is shown above.

> - [v13,2/4] Bluetooth: Add vhci devcoredump support
> https://git.kernel.org/bluetooth/bluetooth-next/c/d5d5df6da0aa
> - [v13,3/4] Bluetooth: btusb: Add btusb devcoredump support
> https://git.kernel.org/bluetooth/bluetooth-next/c/1078959dcb5c
> - [v13,4/4] Bluetooth: btintel: Add Intel devcoredump support
> https://git.kernel.org/bluetooth/bluetooth-next/c/0b93eeba4454
>
> You are awesome, thank you!
> --
> Deet-doot-dot, I am a bot.
> https://korg.docs.kernel.org/patchwork/pwbot.html
>
>


--
Luiz Augusto von Dentz