From: Tom Zanussi <zanussi@kernel.org>
To: linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org
Cc: rostedt@goodmis.org, tglx@linutronix.de, C.Emde@osadl.org,
jkacur@redhat.com, bigeasy@linutronix.de,
daniel.wagner@siemens.com, julia@ni.com, amartin@nvidia.com
Subject: [PATCH 00/13] Linux 4.14.109-rt58-rc1
Date: Mon, 8 Apr 2019 14:14:02 -0500 [thread overview]
Message-ID: <cover.1554737688.git.tom.zanussi@linux.intel.com> (raw)
From: Tom Zanussi <tom.zanussi@linux.intel.com>
Hello RT Folks!
This is the RT stable review cycle of patch 4.14.109-rt58-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 4/12/2019.
To build 4.14.109-rt58-rc1 directly, the following patches should be applied:
http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz
http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.109.xz
http://www.kernel.org/pub/linux/kernel/projects/rt/4.14/patch-4.14.109-rt58-rc1.patch.xz
You can also build from 4.14.109-rt57 by applying the incremental patch:
http://www.kernel.org/pub/linux/kernel/projects/rt/4.14/incr/patch-4.14.109-rt57-rt58-rc1.patch.xz
Enjoy!
Tom
Changes from v4.14.109-rt57:
Julien Grall (1):
tty/sysrq: Convert show_lock to raw_spinlock_t
Peter Zijlstra (1):
sched/fair: Robustify CFS-bandwidth timer locking
Scott Wood (1):
locking/rt-mutex: Flush block plug on __down_read()
Sebastian Andrzej Siewior (9):
arm64: fpsimd: use preemp_disable in addition to local_bh_disable()
sched/fair: Make the hrtimers non-hard again
rtmutex/rwlock: preserve state like a sleeping lock
softirq: Avoid "local_softirq_pending" messages if ksoftirqd is
blocked
softirq: Avoid "local_softirq_pending" messages if task is in
cpu_chill()
hrtimer: Don't lose state in cpu_chill()
x86: lazy-preempt: properly check against preempt-mask
hrtimer: cpu_chill(): save task state in ->saved_state()
powerpc/pseries/iommu: Use a locallock instead local_irq_save()
Tom Zanussi (1):
Linux 4.14.109-rt58
arch/arm64/kernel/fpsimd.c | 10 ++++++
arch/powerpc/platforms/pseries/iommu.c | 16 +++++----
arch/x86/include/asm/preempt.h | 2 +-
drivers/tty/sysrq.c | 6 ++--
kernel/locking/rtmutex.c | 2 +-
kernel/locking/rwlock-rt.c | 2 +-
kernel/locking/rwsem-rt.c | 9 +++++
kernel/sched/fair.c | 34 ++++++++++---------
kernel/softirq.c | 60 +++++++++++++++++++++++++---------
kernel/time/hrtimer.c | 15 +++++++--
localversion-rt | 2 +-
11 files changed, 111 insertions(+), 47 deletions(-)
--
2.14.1
next reply other threads:[~2019-04-08 19:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-08 19:14 Tom Zanussi [this message]
2019-04-08 19:14 ` [PATCH 01/13] arm64: fpsimd: use preemp_disable in addition to local_bh_disable() Tom Zanussi
2019-04-08 19:14 ` [PATCH 02/13] sched/fair: Robustify CFS-bandwidth timer locking Tom Zanussi
2019-04-08 19:14 ` [PATCH 03/13] sched/fair: Make the hrtimers non-hard again Tom Zanussi
2019-04-08 19:14 ` [PATCH 04/13] locking/rt-mutex: Flush block plug on __down_read() Tom Zanussi
2019-04-08 19:14 ` [PATCH 05/13] rtmutex/rwlock: preserve state like a sleeping lock Tom Zanussi
2019-04-08 19:14 ` [PATCH 06/13] softirq: Avoid "local_softirq_pending" messages if ksoftirqd is blocked Tom Zanussi
2019-04-08 19:14 ` [PATCH 07/13] softirq: Avoid "local_softirq_pending" messages if task is in cpu_chill() Tom Zanussi
2019-04-08 19:14 ` [PATCH 08/13] hrtimer: Don't lose state " Tom Zanussi
2019-04-08 19:14 ` [PATCH 09/13] x86: lazy-preempt: properly check against preempt-mask Tom Zanussi
2019-04-08 19:14 ` [PATCH 10/13] hrtimer: cpu_chill(): save task state in ->saved_state() Tom Zanussi
2019-04-08 19:14 ` [PATCH 11/13] tty/sysrq: Convert show_lock to raw_spinlock_t Tom Zanussi
2019-04-08 19:14 ` [PATCH 12/13] powerpc/pseries/iommu: Use a locallock instead local_irq_save() Tom Zanussi
2019-04-08 19:14 ` [PATCH 13/13] Linux 4.14.109-rt58 Tom Zanussi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1554737688.git.tom.zanussi@linux.intel.com \
--to=zanussi@kernel.org \
--cc=C.Emde@osadl.org \
--cc=amartin@nvidia.com \
--cc=bigeasy@linutronix.de \
--cc=daniel.wagner@siemens.com \
--cc=jkacur@redhat.com \
--cc=julia@ni.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-users@vger.kernel.org \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.