diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2016-05-13 13:02:32 +0200 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2016-05-13 13:02:32 +0200 |
commit | 651cb42b4c2bdc1326a06204a30ef5d4e143f2aa (patch) | |
tree | 4919dd0b1a570e9dbd1937fb3b456e59e3272ced /patches/hrtimer-Move-schedule_work-call-to-helper-thread.patch | |
parent | a52e3317edc58fd536845127ccd9e2e4174261d3 (diff) | |
download | linux-rt-651cb42b4c2bdc1326a06204a30ef5d4e143f2aa.tar.gz |
[ANNOUNCE] 4.6-rc7-rt1v4.6-rc7-rt1-patches
Dear RT folks!
I'm pleased to announce the v4.6-rc7-rt1 patch set. I tested it on my
AMD A10, 64bit. Had a few runs on ARM, nothing exploded so far.
Changes since v4.4.9-rt17:
- rebase to v4.6-rc7
- RWLOCKS and SPINLOCKS used to be cacheline aligned on RT. Now there
are no more which is the same behaviour as in upstream.
Known issues (inherited from v4.4-RT):
- CPU hotplug got a little better but can deadlock.
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.6-rc7-rt1
The RT patch against 4.6-rc7 can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.6/patch-4.6-rc7-rt1.patch.xz
The split quilt queue is available at:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.6/patches-4.6-rc7-rt1.tar.xz
Sebastian
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/hrtimer-Move-schedule_work-call-to-helper-thread.patch')
-rw-r--r-- | patches/hrtimer-Move-schedule_work-call-to-helper-thread.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/hrtimer-Move-schedule_work-call-to-helper-thread.patch b/patches/hrtimer-Move-schedule_work-call-to-helper-thread.patch index ef0a92332bd4..85434fd685cd 100644 --- a/patches/hrtimer-Move-schedule_work-call-to-helper-thread.patch +++ b/patches/hrtimer-Move-schedule_work-call-to-helper-thread.patch @@ -62,7 +62,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> #include <linux/freezer.h> #include <asm/uaccess.h> -@@ -713,6 +714,44 @@ static void clock_was_set_work(struct wo +@@ -707,6 +708,44 @@ static void clock_was_set_work(struct wo static DECLARE_WORK(hrtimer_work, clock_was_set_work); @@ -107,7 +107,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> /* * Called from timekeeping and resume code to reprogramm the hrtimer * interrupt device on all cpus. -@@ -721,6 +760,7 @@ void clock_was_set_delayed(void) +@@ -715,6 +754,7 @@ void clock_was_set_delayed(void) { schedule_work(&hrtimer_work); } |