| From: |
| Sebastian Andrzej Siewior <bigeasy-AT-linutronix.de> |
| To: |
| Thomas Gleixner <tglx-AT-linutronix.de> |
| Subject: |
| [ANNOUNCE] v4.11.12-rt14 |
| Date: |
| Fri, 22 Sep 2017 11:48:33 +0200 |
| Message-ID: |
| <20170922094832.mer4rlkwdw3dq7ic@linutronix.de> |
| Cc: |
| LKML <linux-kernel-AT-vger.kernel.org>, linux-rt-users <linux-rt-users-AT-vger.kernel.org>, Steven Rostedt <rostedt-AT-goodmis.org> |
Dear RT folks!
I'm pleased to announce the v4.11.12-rt14 patch set.
Changes since v4.11.12-rt13:
- Update the "Inter-event (e.g. latency) support" patch to v2 as
posted by Tom Zanussi on 2017-09-05. Patch 40 from this series has
been replaced with Steven Rostedt's version of it (as posted as
reply to the original patch) since the original broke some things.
- The bluetooth code could deadlock itself on RT. Reported by Mart van
de Wege.
- The AMD-iommu driver produced "sleeping while atomic" warnings.
Reported by Vinod Adhikary.
- The local_lock locking around icmp_sk_lock needs to be a try-lock
because it may be recursive. With this fixed, the deadlocks as
reported by Jacek Konieczny are gone.
- Since the futex work, the RT-only fixup needed adaption and was
overseen which led to strange errors. Reported by Gusenleitner
Klaus.
Known issues
none
The delta patch against v4.11.12-rt13 will be send as response to this
message can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.11/...
You can get this release via the git tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v4.11.12-rt14
The RT patch against v4.11.12 can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.11/...
The split quilt queue is available at:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.11/...
Sebastian