Message ID | 20220909201642.3810565-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 95b9fd760b7a32f738f225ec041c980e7941c73a |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | pull request: bluetooth 2022-09-09 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 37 this patch: 37 |
netdev/build_clang | success | Errors and warnings before: 2 this patch: 2 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 37 this patch: 37 |
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?
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 ?
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!
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.
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.