public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Patch "Bluetooth: qca: fix invalid device address check" has been added to the 6.8-stable tree
       [not found] <20240503163852.5938-1-sashal@kernel.org>
@ 2024-05-03 16:47 ` Johan Hovold
  2024-05-03 17:12   ` Luiz Augusto von Dentz
  2024-05-13 11:34   ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Johan Hovold @ 2024-05-03 16:47 UTC (permalink / raw)
  To: stable
  Cc: stable-commits, johan+linaro, Marcel Holtmann,
	Luiz Augusto von Dentz

Hi Sasha,

On Fri, May 03, 2024 at 12:38:51PM -0400, Sasha Levin wrote:
> This is a note to let you know that I've just added the patch titled
> 
>     Bluetooth: qca: fix invalid device address check
> 
> to the 6.8-stable tree which can be found at:
>     http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> 
> The filename of the patch is:
>      bluetooth-qca-fix-invalid-device-address-check.patch
> and it can be found in the queue-6.8 subdirectory.
> 
> If you, or anyone else, feels it should not be added to the stable tree,
> please let <stable@vger.kernel.org> know about it.

Please drop this one temporarily from all stable queues as it needs to
be backported together with some follow-up fixes that are on their way
into mainline.

> commit 2179ab410adb7c29e2feed5d1c15138e23b5e76e
> Author: Johan Hovold <johan+linaro@kernel.org>
> Date:   Tue Apr 16 11:15:09 2024 +0200
> 
>     Bluetooth: qca: fix invalid device address check
>     
>     [ Upstream commit 32868e126c78876a8a5ddfcb6ac8cb2fffcf4d27 ]

Johan

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

* Re: Patch "Bluetooth: qca: fix invalid device address check" has been added to the 6.8-stable tree
  2024-05-03 16:47 ` Patch "Bluetooth: qca: fix invalid device address check" has been added to the 6.8-stable tree Johan Hovold
@ 2024-05-03 17:12   ` Luiz Augusto von Dentz
  2024-05-06  7:41     ` Johan Hovold
  2024-05-13 11:34   ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2024-05-03 17:12 UTC (permalink / raw)
  To: Johan Hovold; +Cc: stable, stable-commits, johan+linaro, Marcel Holtmann

Hi Johan,

On Fri, May 3, 2024 at 12:47 PM Johan Hovold <johan@kernel.org> wrote:
>
> Hi Sasha,
>
> On Fri, May 03, 2024 at 12:38:51PM -0400, Sasha Levin wrote:
> > This is a note to let you know that I've just added the patch titled
> >
> >     Bluetooth: qca: fix invalid device address check
> >
> > to the 6.8-stable tree which can be found at:
> >     http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> >
> > The filename of the patch is:
> >      bluetooth-qca-fix-invalid-device-address-check.patch
> > and it can be found in the queue-6.8 subdirectory.
> >
> > If you, or anyone else, feels it should not be added to the stable tree,
> > please let <stable@vger.kernel.org> know about it.
>
> Please drop this one temporarily from all stable queues as it needs to
> be backported together with some follow-up fixes that are on their way
> into mainline.
>
> > commit 2179ab410adb7c29e2feed5d1c15138e23b5e76e
> > Author: Johan Hovold <johan+linaro@kernel.org>
> > Date:   Tue Apr 16 11:15:09 2024 +0200
> >
> >     Bluetooth: qca: fix invalid device address check
> >
> >     [ Upstream commit 32868e126c78876a8a5ddfcb6ac8cb2fffcf4d27 ]
>
> Johan

Im preparing a pull-request which includes the following:

Johan Hovold (7):
      Bluetooth: qca: fix wcn3991 device address check
      Bluetooth: qca: add missing firmware sanity checks
      Bluetooth: qca: fix NVM configuration parsing
      Bluetooth: qca: generalise device address check
      Bluetooth: qca: fix info leak when fetching fw build id
      Bluetooth: qca: fix info leak when fetching board id
      Bluetooth: qca: fix firmware check error path

Let me know if I'm missing anything.

-- 
Luiz Augusto von Dentz

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

* Re: Patch "Bluetooth: qca: fix invalid device address check" has been added to the 6.8-stable tree
  2024-05-03 17:12   ` Luiz Augusto von Dentz
@ 2024-05-06  7:41     ` Johan Hovold
  0 siblings, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2024-05-06  7:41 UTC (permalink / raw)
  To: Luiz Augusto von Dentz
  Cc: stable, stable-commits, johan+linaro, Marcel Holtmann

Hi Luiz,

On Fri, May 03, 2024 at 01:12:31PM -0400, Luiz Augusto von Dentz wrote:
> On Fri, May 3, 2024 at 12:47 PM Johan Hovold <johan@kernel.org> wrote:

> > Please drop this one temporarily from all stable queues as it needs to
> > be backported together with some follow-up fixes that are on their way
> > into mainline.
> >
> > > commit 2179ab410adb7c29e2feed5d1c15138e23b5e76e
> > > Author: Johan Hovold <johan+linaro@kernel.org>
> > > Date:   Tue Apr 16 11:15:09 2024 +0200
> > >
> > >     Bluetooth: qca: fix invalid device address check
> > >
> > >     [ Upstream commit 32868e126c78876a8a5ddfcb6ac8cb2fffcf4d27 ]

> Im preparing a pull-request which includes the following:
> 
> Johan Hovold (7):
>       Bluetooth: qca: fix wcn3991 device address check
>       Bluetooth: qca: add missing firmware sanity checks
>       Bluetooth: qca: fix NVM configuration parsing
>       Bluetooth: qca: generalise device address check
>       Bluetooth: qca: fix info leak when fetching fw build id
>       Bluetooth: qca: fix info leak when fetching board id
>       Bluetooth: qca: fix firmware check error path
> 
> Let me know if I'm missing anything.

That should be all of them, thanks.

Johan

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

* Re: Patch "Bluetooth: qca: fix invalid device address check" has been added to the 6.8-stable tree
  2024-05-03 16:47 ` Patch "Bluetooth: qca: fix invalid device address check" has been added to the 6.8-stable tree Johan Hovold
  2024-05-03 17:12   ` Luiz Augusto von Dentz
@ 2024-05-13 11:34   ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2024-05-13 11:34 UTC (permalink / raw)
  To: Johan Hovold
  Cc: stable, stable-commits, johan+linaro, Marcel Holtmann,
	Luiz Augusto von Dentz

On Fri, May 03, 2024 at 06:47:00PM +0200, Johan Hovold wrote:
> Hi Sasha,
> 
> On Fri, May 03, 2024 at 12:38:51PM -0400, Sasha Levin wrote:
> > This is a note to let you know that I've just added the patch titled
> > 
> >     Bluetooth: qca: fix invalid device address check
> > 
> > to the 6.8-stable tree which can be found at:
> >     http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> > 
> > The filename of the patch is:
> >      bluetooth-qca-fix-invalid-device-address-check.patch
> > and it can be found in the queue-6.8 subdirectory.
> > 
> > If you, or anyone else, feels it should not be added to the stable tree,
> > please let <stable@vger.kernel.org> know about it.
> 
> Please drop this one temporarily from all stable queues as it needs to
> be backported together with some follow-up fixes that are on their way
> into mainline.

Dropped from all queues now, thanks.

greg k-h

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

end of thread, other threads:[~2024-05-13 11:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20240503163852.5938-1-sashal@kernel.org>
2024-05-03 16:47 ` Patch "Bluetooth: qca: fix invalid device address check" has been added to the 6.8-stable tree Johan Hovold
2024-05-03 17:12   ` Luiz Augusto von Dentz
2024-05-06  7:41     ` Johan Hovold
2024-05-13 11:34   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox