commit | 716c961f5a565ff90379cafb8469a3e3e9b80339 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 15 20:34:47 2012 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 15 20:34:47 2012 -0400 |
tree | 483ff6349aa2036910221f73ef0e510f3b4cb60b | |
parent | c895fa8ab11072afef701a4962317209a4a6459c [diff] |
patches-3.4.4-rt14.tar.xz Announce: ------------ Dear RT Folks, I'm pleased to announce the 3.4.4-rt14 stable release. You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git Head SHA1: c715d5e61de5c5248b99bd2a2b7c373c3f7e8f52 Or to build 3.4.4-rt14 directly, the following patches should be applied: http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.xz http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.4.4.xz http://www.kernel.org/pub/linux/kernel/projects/rt/3.4/patch-3.4.4-rt14.patch.xz You can also build from 3.4.4-rt13 by applying the incremental patch: http://www.kernel.org/pub/linux/kernel/projects/rt/3.4/incr/patch-3.4.4-rt13-rt14.patch.xz Enjoy, -- Steve Changes from 3.4.4-rt13: --- Carsten Emde (4): Latency histogramms: Cope with backwards running local trace clock Latency histograms: Adjust timer, if already elapsed when programmed Disable RT_GROUP_SCHED in PREEMPT_RT_FULL Latency histograms: Detect another yet overlooked sharedprio condition Mike Galbraith (1): fs, jbd: pull your plug when waiting for space Steven Rostedt (5): cpu/rt: Rework cpu down for PREEMPT_RT cpu/rt: Fix cpu_hotplug variable initialization workqueue: Revert workqueue: Fix PF_THREAD_BOUND abuse workqueue: Revert workqueue: Fix cpuhotplug trainwreck Linux 3.4.4-rt14 Thomas Gleixner (1): slab: Prevent local lock deadlock Yong Zhang (1): perf: Make swevent hrtimer run in irq instead of softirq ---- fs/jbd/checkpoint.c | 2 + include/linux/cpu.h | 6 +- include/linux/hrtimer.h | 3 + include/linux/sched.h | 9 +- include/linux/workqueue.h | 5 +- init/Kconfig | 1 + kernel/cpu.c | 240 ++++++++++++++---- kernel/events/core.c | 1 + kernel/hrtimer.c | 16 +- kernel/sched/core.c | 82 +++++- kernel/trace/latency_hist.c | 74 +++--- kernel/workqueue.c | 578 +++++++++++++++++++++++++++++++------------ localversion-rt | 2 +- mm/slab.c | 26 +- 14 files changed, 788 insertions(+), 257 deletions(-) <diff snipped> ------------ http://marc.info/?l=linux-rt-users&m=134265689208025&w=2 md5sum: 17f54268536a6eb66a635c2fbb38853b patches-3.4.4-rt14.tar.xz Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>