public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] 5.10.201-rt98
@ 2023-11-22  1:01 Luis Claudio R. Goncalves
  2023-11-22 13:36 ` Luis Claudio R. Goncalves
  0 siblings, 1 reply; 4+ messages in thread
From: Luis Claudio R. Goncalves @ 2023-11-22  1:01 UTC (permalink / raw)
  To: LKML, linux-rt-users, stable-rt, Steven Rostedt, Thomas Gleixner,
	Carsten Emde, Sebastian Andrzej Siewior, Daniel Wagner,
	Tom Zanussi, Clark Williams, Mark Gross, Pavel Machek, Jeff Brady,
	Luis Goncalves

Hello RT-list!

I'm pleased to announce the 5.10.201-rt98 stable release.

This release is just an update to the new stable 5.10.201
version and no RT changes have been made.

You can get this release via the git tree at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git

  branch: v5.10-rt
  Head SHA1: 3a93f0a0d49dd0db4c6876ca9a7369350e64320e

Or to build 5.10.201-rt98 directly, the following patches should be applied:

  https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz

  https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.201.xz

  https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patch-5.10.201-rt98.patch.xz

Signing key fingerprint:

  9354 0649 9972 8D31 D464  D140 F394 A423 F8E6 7C26

All keys used for the above files and repositories can be found on the
following git repository:

   git://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git

Enjoy!
Luis


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

* Re: [ANNOUNCE] 5.10.201-rt98
  2023-11-22  1:01 [ANNOUNCE] 5.10.201-rt98 Luis Claudio R. Goncalves
@ 2023-11-22 13:36 ` Luis Claudio R. Goncalves
  2023-11-24 16:11   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Luis Claudio R. Goncalves @ 2023-11-22 13:36 UTC (permalink / raw)
  To: Greg Kroah-Hartman, LKML, linux-rt-users, stable-rt,
	Steven Rostedt, Thomas Gleixner, Carsten Emde,
	Sebastian Andrzej Siewior, Daniel Wagner, Tom Zanussi,
	Clark Williams, Mark Gross, Pavel Machek, Jeff Brady

On Tue, Nov 21, 2023 at 10:01:25PM -0300, Luis Claudio R. Goncalves wrote:
> Hello RT-list!
> 
> I'm pleased to announce the 5.10.201-rt98 stable release.
> 
> This release is just an update to the new stable 5.10.201
> version and no RT changes have been made.
> 
> You can get this release via the git tree at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git
> 
>   branch: v5.10-rt
>   Head SHA1: 3a93f0a0d49dd0db4c6876ca9a7369350e64320e

Greg KH,

While testing v5.10.201-rt98 I stumbled over this warning:

    [ 1000.312397] run blktests nvme/005 at 2023-11-21 21:46:30
    ...
    [ 1000.500478] workqueue: WQ_MEM_RECLAIM nvmet_tcp_wq:nvmet_tcp_io_work [nvmet_tcp] is flushing !WQ_MEM_RECLAIM events:0x0
    [ 1000.500490] WARNING: CPU: 0 PID: 6 at kernel/workqueue.c:2620 check_flush_dependency+0x11f/0x140

That seems to be fixed by:

    533d2e8b4d5e4 nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardown
        (and depending on what else is backported)
        ddd2b8de9f85b nvmet: fix workqueue MEM_RECLAIM flushing dependency

Is this something that can be added to your v5.10 queue or should I carry
this fix on v5.10-rt in the meantime?

Thank you in advance!
Luis

> Or to build 5.10.201-rt98 directly, the following patches should be applied:
> 
>   https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
> 
>   https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.201.xz
> 
>   https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patch-5.10.201-rt98.patch.xz
> 
> Signing key fingerprint:
> 
>   9354 0649 9972 8D31 D464  D140 F394 A423 F8E6 7C26
> 
> All keys used for the above files and repositories can be found on the
> following git repository:
> 
>    git://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git
> 
> Enjoy!
> Luis
> 
---end quoted text---


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

* Re: [ANNOUNCE] 5.10.201-rt98
  2023-11-22 13:36 ` Luis Claudio R. Goncalves
@ 2023-11-24 16:11   ` Greg Kroah-Hartman
  2023-11-26 23:44     ` Luis Claudio R. Goncalves
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2023-11-24 16:11 UTC (permalink / raw)
  To: Luis Claudio R. Goncalves
  Cc: LKML, linux-rt-users, stable-rt, Steven Rostedt, Thomas Gleixner,
	Carsten Emde, Sebastian Andrzej Siewior, Daniel Wagner,
	Tom Zanussi, Clark Williams, Mark Gross, Pavel Machek, Jeff Brady

On Wed, Nov 22, 2023 at 10:36:23AM -0300, Luis Claudio R. Goncalves wrote:
> On Tue, Nov 21, 2023 at 10:01:25PM -0300, Luis Claudio R. Goncalves wrote:
> > Hello RT-list!
> > 
> > I'm pleased to announce the 5.10.201-rt98 stable release.
> > 
> > This release is just an update to the new stable 5.10.201
> > version and no RT changes have been made.
> > 
> > You can get this release via the git tree at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git
> > 
> >   branch: v5.10-rt
> >   Head SHA1: 3a93f0a0d49dd0db4c6876ca9a7369350e64320e
> 
> Greg KH,
> 
> While testing v5.10.201-rt98 I stumbled over this warning:
> 
>     [ 1000.312397] run blktests nvme/005 at 2023-11-21 21:46:30
>     ...
>     [ 1000.500478] workqueue: WQ_MEM_RECLAIM nvmet_tcp_wq:nvmet_tcp_io_work [nvmet_tcp] is flushing !WQ_MEM_RECLAIM events:0x0
>     [ 1000.500490] WARNING: CPU: 0 PID: 6 at kernel/workqueue.c:2620 check_flush_dependency+0x11f/0x140
> 
> That seems to be fixed by:
> 
>     533d2e8b4d5e4 nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardown
>         (and depending on what else is backported)
>         ddd2b8de9f85b nvmet: fix workqueue MEM_RECLAIM flushing dependency
> 
> Is this something that can be added to your v5.10 queue or should I carry
> this fix on v5.10-rt in the meantime?

That's odd, as this commit is already in the 5.10.138 release, so how
can we apply it again?

confused,

greg k-h

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

* Re: [ANNOUNCE] 5.10.201-rt98
  2023-11-24 16:11   ` Greg Kroah-Hartman
@ 2023-11-26 23:44     ` Luis Claudio R. Goncalves
  0 siblings, 0 replies; 4+ messages in thread
From: Luis Claudio R. Goncalves @ 2023-11-26 23:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: LKML, linux-rt-users, stable-rt, Steven Rostedt, Thomas Gleixner,
	Carsten Emde, Sebastian Andrzej Siewior, Daniel Wagner,
	Tom Zanussi, Clark Williams, Mark Gross, Pavel Machek, Jeff Brady

On Fri, Nov 24, 2023 at 04:11:35PM +0000, Greg Kroah-Hartman wrote:
> On Wed, Nov 22, 2023 at 10:36:23AM -0300, Luis Claudio R. Goncalves wrote:
> > On Tue, Nov 21, 2023 at 10:01:25PM -0300, Luis Claudio R. Goncalves wrote:
> > > Hello RT-list!
> > > 
> > > I'm pleased to announce the 5.10.201-rt98 stable release.
> > > 
> > > This release is just an update to the new stable 5.10.201
> > > version and no RT changes have been made.
> > > 
> > > You can get this release via the git tree at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git
> > > 
> > >   branch: v5.10-rt
> > >   Head SHA1: 3a93f0a0d49dd0db4c6876ca9a7369350e64320e
> > 
> > Greg KH,
> > 
> > While testing v5.10.201-rt98 I stumbled over this warning:
> > 
> >     [ 1000.312397] run blktests nvme/005 at 2023-11-21 21:46:30
> >     ...
> >     [ 1000.500478] workqueue: WQ_MEM_RECLAIM nvmet_tcp_wq:nvmet_tcp_io_work [nvmet_tcp] is flushing !WQ_MEM_RECLAIM events:0x0
> >     [ 1000.500490] WARNING: CPU: 0 PID: 6 at kernel/workqueue.c:2620 check_flush_dependency+0x11f/0x140
> > 
> > That seems to be fixed by:
> > 
> >     533d2e8b4d5e4 nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardown
> >         (and depending on what else is backported)
> >         ddd2b8de9f85b nvmet: fix workqueue MEM_RECLAIM flushing dependency
> > 
> > Is this something that can be added to your v5.10 queue or should I carry
> > this fix on v5.10-rt in the meantime?
> 
> That's odd, as this commit is already in the 5.10.138 release, so how
> can we apply it again?

I am really sorry for the confusion on my side. Either myself of the CI I used
mixed up the test branches and ended up using older code. And I missed that
when reviewing the results.
 
> confused,

Sorry again. I owe you a (root?) beer next LPC.

> greg k-h

Best regards,
Luis


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

end of thread, other threads:[~2023-11-26 23:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22  1:01 [ANNOUNCE] 5.10.201-rt98 Luis Claudio R. Goncalves
2023-11-22 13:36 ` Luis Claudio R. Goncalves
2023-11-24 16:11   ` Greg Kroah-Hartman
2023-11-26 23:44     ` Luis Claudio R. Goncalves

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