All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: bluetooth 2021-06-03
@ 2021-06-03 21:52 Luiz Augusto von Dentz
  2021-06-08 18:50 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2021-06-03 21:52 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev

The following changes since commit 62f3415db237b8d2aa9a804ff84ce2efa87df179:

  net: phy: Document phydev::dev_flags bits allocation (2021-05-26 13:15:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2021-06-03

for you to fetch changes up to 1f14a620f30b01234f8b61df396f513e2ec4887f:

  Bluetooth: btusb: Fix failing to init controllers with operation firmware (2021-06-03 14:02:17 -0700)

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

 - Fixes UAF and CVE-2021-3564
 - Fix VIRTIO_ID_BT to use an unassigned ID
 - Fix firmware loading on some Intel Controllers

----------------------------------------------------------------
Lin Ma (2):
      Bluetooth: fix the erroneous flush_work() order
      Bluetooth: use correct lock to prevent UAF of hdev object

Luiz Augusto von Dentz (1):
      Bluetooth: btusb: Fix failing to init controllers with operation firmware

Marcel Holtmann (1):
      Bluetooth: Fix VIRTIO_ID_BT assigned number

 drivers/bluetooth/btusb.c       | 23 +++++++++++++++++++++--
 include/uapi/linux/virtio_ids.h |  2 +-
 net/bluetooth/hci_core.c        |  7 ++++++-
 net/bluetooth/hci_sock.c        |  4 ++--
 4 files changed, 30 insertions(+), 6 deletions(-)

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

* Re: pull request: bluetooth 2021-06-03
  2021-06-03 21:52 pull request: bluetooth 2021-06-03 Luiz Augusto von Dentz
@ 2021-06-08 18:50 ` Luiz Augusto von Dentz
  2021-06-08 19:21   ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2021-06-08 18:50 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski
  Cc: linux-bluetooth, open list:NETWORKING [GENERAL]

Hi David, Jakub,

On Thu, Jun 3, 2021 at 2:52 PM Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> The following changes since commit 62f3415db237b8d2aa9a804ff84ce2efa87df179:
>
>   net: phy: Document phydev::dev_flags bits allocation (2021-05-26 13:15:55 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2021-06-03
>
> for you to fetch changes up to 1f14a620f30b01234f8b61df396f513e2ec4887f:
>
>   Bluetooth: btusb: Fix failing to init controllers with operation firmware (2021-06-03 14:02:17 -0700)
>
> ----------------------------------------------------------------
> bluetooth pull request for net:
>
>  - Fixes UAF and CVE-2021-3564
>  - Fix VIRTIO_ID_BT to use an unassigned ID
>  - Fix firmware loading on some Intel Controllers
>
> ----------------------------------------------------------------
> Lin Ma (2):
>       Bluetooth: fix the erroneous flush_work() order
>       Bluetooth: use correct lock to prevent UAF of hdev object
>
> Luiz Augusto von Dentz (1):
>       Bluetooth: btusb: Fix failing to init controllers with operation firmware
>
> Marcel Holtmann (1):
>       Bluetooth: Fix VIRTIO_ID_BT assigned number
>
>  drivers/bluetooth/btusb.c       | 23 +++++++++++++++++++++--
>  include/uapi/linux/virtio_ids.h |  2 +-
>  net/bluetooth/hci_core.c        |  7 ++++++-
>  net/bluetooth/hci_sock.c        |  4 ++--
>  4 files changed, 30 insertions(+), 6 deletions(-)

We are hoping we could merge these before the release.


-- 
Luiz Augusto von Dentz

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

* Re: pull request: bluetooth 2021-06-03
  2021-06-08 18:50 ` Luiz Augusto von Dentz
@ 2021-06-08 19:21   ` Marcel Holtmann
  2021-06-08 19:55     ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2021-06-08 19:21 UTC (permalink / raw)
  To: Luiz Augusto von Dentz
  Cc: David S. Miller, Jakub Kicinski, linux-bluetooth,
	open list:NETWORKING [GENERAL]

Hi Luiz,

>> The following changes since commit 62f3415db237b8d2aa9a804ff84ce2efa87df179:
>> 
>>  net: phy: Document phydev::dev_flags bits allocation (2021-05-26 13:15:55 -0700)
>> 
>> are available in the Git repository at:
>> 
>>  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2021-06-03
>> 
>> for you to fetch changes up to 1f14a620f30b01234f8b61df396f513e2ec4887f:
>> 
>>  Bluetooth: btusb: Fix failing to init controllers with operation firmware (2021-06-03 14:02:17 -0700)
>> 
>> ----------------------------------------------------------------
>> bluetooth pull request for net:
>> 
>> - Fixes UAF and CVE-2021-3564
>> - Fix VIRTIO_ID_BT to use an unassigned ID
>> - Fix firmware loading on some Intel Controllers
>> 
>> ----------------------------------------------------------------
>> Lin Ma (2):
>>      Bluetooth: fix the erroneous flush_work() order
>>      Bluetooth: use correct lock to prevent UAF of hdev object
>> 
>> Luiz Augusto von Dentz (1):
>>      Bluetooth: btusb: Fix failing to init controllers with operation firmware
>> 
>> Marcel Holtmann (1):
>>      Bluetooth: Fix VIRTIO_ID_BT assigned number
>> 
>> drivers/bluetooth/btusb.c       | 23 +++++++++++++++++++++--
>> include/uapi/linux/virtio_ids.h |  2 +-
>> net/bluetooth/hci_core.c        |  7 ++++++-
>> net/bluetooth/hci_sock.c        |  4 ++--
>> 4 files changed, 30 insertions(+), 6 deletions(-)
> 
> We are hoping we could merge these before the release.
> 

I think it already reached Linus’ tree.

Regards

Marcel


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

* Re: pull request: bluetooth 2021-06-03
  2021-06-08 19:21   ` Marcel Holtmann
@ 2021-06-08 19:55     ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2021-06-08 19:55 UTC (permalink / raw)
  To: Marcel Holtmann
  Cc: David S. Miller, Jakub Kicinski, linux-bluetooth,
	open list:NETWORKING [GENERAL]

Hi,

On Tue, Jun 8, 2021 at 12:21 PM Marcel Holtmann <marcel@holtmann.org> wrote:
>
> Hi Luiz,
>
> >> The following changes since commit 62f3415db237b8d2aa9a804ff84ce2efa87df179:
> >>
> >>  net: phy: Document phydev::dev_flags bits allocation (2021-05-26 13:15:55 -0700)
> >>
> >> are available in the Git repository at:
> >>
> >>  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2021-06-03
> >>
> >> for you to fetch changes up to 1f14a620f30b01234f8b61df396f513e2ec4887f:
> >>
> >>  Bluetooth: btusb: Fix failing to init controllers with operation firmware (2021-06-03 14:02:17 -0700)
> >>
> >> ----------------------------------------------------------------
> >> bluetooth pull request for net:
> >>
> >> - Fixes UAF and CVE-2021-3564
> >> - Fix VIRTIO_ID_BT to use an unassigned ID
> >> - Fix firmware loading on some Intel Controllers
> >>
> >> ----------------------------------------------------------------
> >> Lin Ma (2):
> >>      Bluetooth: fix the erroneous flush_work() order
> >>      Bluetooth: use correct lock to prevent UAF of hdev object
> >>
> >> Luiz Augusto von Dentz (1):
> >>      Bluetooth: btusb: Fix failing to init controllers with operation firmware
> >>
> >> Marcel Holtmann (1):
> >>      Bluetooth: Fix VIRTIO_ID_BT assigned number
> >>
> >> drivers/bluetooth/btusb.c       | 23 +++++++++++++++++++++--
> >> include/uapi/linux/virtio_ids.h |  2 +-
> >> net/bluetooth/hci_core.c        |  7 ++++++-
> >> net/bluetooth/hci_sock.c        |  4 ++--
> >> 4 files changed, 30 insertions(+), 6 deletions(-)
> >
> > We are hoping we could merge these before the release.
> >
>
> I think it already reached Linus’ tree.

Sorry for the noise, I didn't realize it had been merged already.

-- 
Luiz Augusto von Dentz

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

end of thread, other threads:[~2021-06-08 19:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 21:52 pull request: bluetooth 2021-06-03 Luiz Augusto von Dentz
2021-06-08 18:50 ` Luiz Augusto von Dentz
2021-06-08 19:21   ` Marcel Holtmann
2021-06-08 19:55     ` 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.