mbox series

pull request: bluetooth 2022-09-09

Message ID 20220909201642.3810565-1-luiz.dentz@gmail.com (mailing list archive)
State Handled Elsewhere
Headers show
Series pull request: bluetooth 2022-09-09 | expand

Pull-request

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

Message

Luiz Augusto von Dentz Sept. 9, 2022, 8:16 p.m. UTC
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(-)

Comments

Luiz Augusto von Dentz Sept. 13, 2022, 11:35 p.m. UTC | #1
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?
Jakub Kicinski Sept. 20, 2022, 1:04 a.m. UTC | #2
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 ?
patchwork-bot+netdevbpf@kernel.org Sept. 20, 2022, 1:10 a.m. UTC | #3
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!
Luiz Augusto von Dentz Sept. 20, 2022, 8:56 p.m. UTC | #4
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.
Jakub Kicinski Sept. 20, 2022, 9:03 p.m. UTC | #5
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.