* pull request: bluetooth 2022-09-09
@ 2022-09-09 20:16 Luiz Augusto von Dentz
2022-09-13 23:35 ` Luiz Augusto von Dentz
2022-09-20 1:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 6+ messages in thread
From: Luiz Augusto von Dentz @ 2022-09-09 20:16 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
The following changes since commit 64ae13ed478428135cddc2f1113dff162d8112d4:
net: core: fix flow symmetric hash (2022-09-09 12:48:00 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-09-09
for you to fetch changes up to 35e60f1aadf6c02d77fdf42180fbf205aec7e8fc:
Bluetooth: Fix HCIGETDEVINFO regression (2022-09-09 12:25:18 -0700)
----------------------------------------------------------------
bluetooth pull request for net:
-Fix HCIGETDEVINFO regression
----------------------------------------------------------------
Luiz Augusto von Dentz (1):
Bluetooth: Fix HCIGETDEVINFO regression
include/net/bluetooth/hci_sock.h | 2 --
1 file changed, 2 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: pull request: bluetooth 2022-09-09
2022-09-09 20:16 pull request: bluetooth 2022-09-09 Luiz Augusto von Dentz
@ 2022-09-13 23:35 ` Luiz Augusto von Dentz
2022-09-20 1:04 ` Jakub Kicinski
2022-09-20 1:10 ` patchwork-bot+netdevbpf
1 sibling, 1 reply; 6+ messages in thread
From: Luiz Augusto von Dentz @ 2022-09-13 23:35 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
Hi Jakub,
On Fri, Sep 9, 2022 at 1:16 PM Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> The following changes since commit 64ae13ed478428135cddc2f1113dff162d8112d4:
>
> net: core: fix flow symmetric hash (2022-09-09 12:48:00 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-09-09
>
> for you to fetch changes up to 35e60f1aadf6c02d77fdf42180fbf205aec7e8fc:
>
> Bluetooth: Fix HCIGETDEVINFO regression (2022-09-09 12:25:18 -0700)
>
> ----------------------------------------------------------------
> bluetooth pull request for net:
>
> -Fix HCIGETDEVINFO regression
>
> ----------------------------------------------------------------
> Luiz Augusto von Dentz (1):
> Bluetooth: Fix HCIGETDEVINFO regression
>
> include/net/bluetooth/hci_sock.h | 2 --
> 1 file changed, 2 deletions(-)
Looks like this still hasn't been applied, is there any problem that
needs to be fixed?
--
Luiz Augusto von Dentz
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pull request: bluetooth 2022-09-09
2022-09-13 23:35 ` Luiz Augusto von Dentz
@ 2022-09-20 1:04 ` Jakub Kicinski
2022-09-20 20:56 ` Luiz Augusto von Dentz
0 siblings, 1 reply; 6+ messages in thread
From: Jakub Kicinski @ 2022-09-20 1:04 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, linux-bluetooth, netdev
On Tue, 13 Sep 2022 16:35:01 -0700 Luiz Augusto von Dentz wrote:
> On Fri, Sep 9, 2022 at 1:16 PM Luiz Augusto von Dentz wrote:
> >
> > The following changes since commit 64ae13ed478428135cddc2f1113dff162d8112d4:
> >
> > net: core: fix flow symmetric hash (2022-09-09 12:48:00 +0100)
> >
> > are available in the Git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-09-09
> >
> > for you to fetch changes up to 35e60f1aadf6c02d77fdf42180fbf205aec7e8fc:
> >
> > Bluetooth: Fix HCIGETDEVINFO regression (2022-09-09 12:25:18 -0700)
> >
> > ----------------------------------------------------------------
> > bluetooth pull request for net:
> >
> > -Fix HCIGETDEVINFO regression
>
> Looks like this still hasn't been applied, is there any problem that
> needs to be fixed?
Sorry about the delay, we were all traveling to Linux Plumbers.
Pulling now.
Any reason why struct hci_dev_info is not under include/uapi ?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pull request: bluetooth 2022-09-09
2022-09-20 1:04 ` Jakub Kicinski
@ 2022-09-20 20:56 ` Luiz Augusto von Dentz
2022-09-20 21:03 ` Jakub Kicinski
0 siblings, 1 reply; 6+ messages in thread
From: Luiz Augusto von Dentz @ 2022-09-20 20:56 UTC (permalink / raw)
To: Jakub Kicinski; +Cc: davem, linux-bluetooth, netdev, Marcel Holtmann
Hi Jakub,
On Mon, Sep 19, 2022 at 6:04 PM Jakub Kicinski <kuba@kernel.org> wrote:
>
> On Tue, 13 Sep 2022 16:35:01 -0700 Luiz Augusto von Dentz wrote:
> > On Fri, Sep 9, 2022 at 1:16 PM Luiz Augusto von Dentz wrote:
> > >
> > > The following changes since commit 64ae13ed478428135cddc2f1113dff162d8112d4:
> > >
> > > net: core: fix flow symmetric hash (2022-09-09 12:48:00 +0100)
> > >
> > > are available in the Git repository at:
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-09-09
> > >
> > > for you to fetch changes up to 35e60f1aadf6c02d77fdf42180fbf205aec7e8fc:
> > >
> > > Bluetooth: Fix HCIGETDEVINFO regression (2022-09-09 12:25:18 -0700)
> > >
> > > ----------------------------------------------------------------
> > > bluetooth pull request for net:
> > >
> > > -Fix HCIGETDEVINFO regression
> >
> > Looks like this still hasn't been applied, is there any problem that
> > needs to be fixed?
>
> Sorry about the delay, we were all traveling to Linux Plumbers.
> Pulling now.
>
> Any reason why struct hci_dev_info is not under include/uapi ?
None of Bluetooth APIs are there, at some point I was discussing with
Marcel that we should probably fix that so we can properly expose
headers to userspace as right now this depends on bluez library which
is something we want to deprecate.
--
Luiz Augusto von Dentz
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pull request: bluetooth 2022-09-09
2022-09-20 20:56 ` Luiz Augusto von Dentz
@ 2022-09-20 21:03 ` Jakub Kicinski
0 siblings, 0 replies; 6+ messages in thread
From: Jakub Kicinski @ 2022-09-20 21:03 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, linux-bluetooth, netdev, Marcel Holtmann
On Tue, 20 Sep 2022 13:56:45 -0700 Luiz Augusto von Dentz wrote:
> > > Looks like this still hasn't been applied, is there any problem that
> > > needs to be fixed?
> >
> > Sorry about the delay, we were all traveling to Linux Plumbers.
> > Pulling now.
> >
> > Any reason why struct hci_dev_info is not under include/uapi ?
>
> None of Bluetooth APIs are there, at some point I was discussing with
> Marcel that we should probably fix that so we can properly expose
> headers to userspace as right now this depends on bluez library which
> is something we want to deprecate.
It'd be great if for no other reason just to make it very clear
that the structures are uAPI during review.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: pull request: bluetooth 2022-09-09
2022-09-09 20:16 pull request: bluetooth 2022-09-09 Luiz Augusto von Dentz
2022-09-13 23:35 ` Luiz Augusto von Dentz
@ 2022-09-20 1:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-09-20 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 Fri, 9 Sep 2022 13:16:42 -0700 you wrote:
> The following changes since commit 64ae13ed478428135cddc2f1113dff162d8112d4:
>
> net: core: fix flow symmetric hash (2022-09-09 12:48:00 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-09-09
>
> [...]
Here is the summary with links:
- pull request: bluetooth 2022-09-09
https://git.kernel.org/netdev/net/c/95b9fd760b7a
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] 6+ messages in thread
end of thread, other threads:[~2022-09-20 21:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-09 20:16 pull request: bluetooth 2022-09-09 Luiz Augusto von Dentz
2022-09-13 23:35 ` Luiz Augusto von Dentz
2022-09-20 1:04 ` Jakub Kicinski
2022-09-20 20:56 ` Luiz Augusto von Dentz
2022-09-20 21:03 ` Jakub Kicinski
2022-09-20 1:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).