mbox series

[RT,0/3] Linux v5.10.90-rt61-rc1

Message ID 20220107021502.1121597-1-lgoncalv@redhat.com
Headers show
Series Linux v5.10.90-rt61-rc1 | expand

Message

Luis Claudio R. Goncalves Jan. 7, 2022, 2:14 a.m. UTC
Dear RT Folks,

This is the RT stable review cycle of patch 5.10.90-rt61-rc1.

Please scream at me if I messed something up. Please test the patches
too.

The -rc release will be uploaded to kernel.org and will be deleted
when the final release is out. This is just a review release (or
release candidate).

The pre-releases will not be pushed to the git repository, only the
final release is.

If all goes well, this patch will be converted to the next main
release on 2022-01-13.

Known problem:

  There is a printk build warning that would be fixed by commit 43a17111c2553
  ("printk: wake up klogd in vprintk_emit"), already present in v4.19-rt. I am
  trying to decide whether it is justifiable to suggest the backport of this
  commit to 4.14-stable or if I should write a simple rt-only fix. Comments are
  welcome.


To build 5.10.90-rt61-rc1 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.90.xz

  https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/patch-5.10.90-rt61-rc1.patch.xz


You can also build from 5.10.90-rt60 by applying the incremental patch:

  https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/incr/patch-5.10.90-rt60-rt61-rc1.patch.xz

Enjoy,

-- Luis



Luis Claudio R. Goncalves (1):
  Linux 5.10.90-rt61-rc1

Sebastian Andrzej Siewior (1):
  stop_machine: Remove this_cpu_ptr() from print_stop_info().

Thomas Gleixner (1):
  eventfd: Make signal recursion protection a task bit

 fs/aio.c                |  2 +-
 fs/eventfd.c            | 12 +++++-------
 include/linux/eventfd.h | 11 +++++------
 include/linux/sched.h   |  4 ++++
 kernel/stop_machine.c   |  6 +++++-
 localversion-rt         |  2 +-
 6 files changed, 21 insertions(+), 16 deletions(-)

Comments

Luis Claudio R. Goncalves Jan. 7, 2022, 2:19 a.m. UTC | #1
On Thu, Jan 6, 2022 at 11:15 PM Luis Claudio R. Goncalves
<lgoncalv@redhat.com> wrote:
>
> Dear RT Folks,
>
> This is the RT stable review cycle of patch 5.10.90-rt61-rc1.
>
> Please scream at me if I messed something up. Please test the patches
> too.
>
> The -rc release will be uploaded to kernel.org and will be deleted
> when the final release is out. This is just a review release (or
> release candidate).
>
> The pre-releases will not be pushed to the git repository, only the
> final release is.
>
> If all goes well, this patch will be converted to the next main
> release on 2022-01-13.
>
> Known problem:
>
>   There is a printk build warning that would be fixed by commit 43a17111c2553
>   ("printk: wake up klogd in vprintk_emit"), already present in v4.19-rt. I am
>   trying to decide whether it is justifiable to suggest the backport of this
>   commit to 4.14-stable or if I should write a simple rt-only fix. Comments are
>   welcome.

Please disregard the note above. That was an error in my template message.
There are no known errors in this -rc1 release.

Sorry for any inconvenience.

> To build 5.10.90-rt61-rc1 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.90.xz
>
>   https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/patch-5.10.90-rt61-rc1.patch.xz
>
>
> You can also build from 5.10.90-rt60 by applying the incremental patch:
>
>   https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/incr/patch-5.10.90-rt60-rt61-rc1.patch.xz
>
> Enjoy,
>
> -- Luis
>
>
>
> Luis Claudio R. Goncalves (1):
>   Linux 5.10.90-rt61-rc1
>
> Sebastian Andrzej Siewior (1):
>   stop_machine: Remove this_cpu_ptr() from print_stop_info().
>
> Thomas Gleixner (1):
>   eventfd: Make signal recursion protection a task bit
>
>  fs/aio.c                |  2 +-
>  fs/eventfd.c            | 12 +++++-------
>  include/linux/eventfd.h | 11 +++++------
>  include/linux/sched.h   |  4 ++++
>  kernel/stop_machine.c   |  6 +++++-
>  localversion-rt         |  2 +-
>  6 files changed, 21 insertions(+), 16 deletions(-)
>
> --
> 2.33.1
>