diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2015-11-18 16:22:39 +0100 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2015-11-18 16:22:39 +0100 |
commit | 3f1c9e7b4ba7cefa263a3af0156881f53f60ef09 (patch) | |
tree | 199e07093f51f7d53dfb45cf0e63e1b7c23e78f7 /patches/ipc-sem-rework-semaphore-wakeups.patch | |
parent | 213397b608b539ee53fd3a8baddb5120e04054d5 (diff) | |
download | linux-rt-3f1c9e7b4ba7cefa263a3af0156881f53f60ef09.tar.gz |
[ANNOUNCE] 4.1.13-rt14v4.1.13-rt14-patches
Dear RT folks!
I'm pleased to announce the v4.1.13-rt14 patch set.
Changes since v4.1.12-rt13:
none.
Known issues:
You can get this release via the git tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt
git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt-rebase
git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt-queue
The RT patch against 4.1.3 can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.1/patch-4.1.13-rt14.patch.xz
The split quilt queue is available at:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.1/patches-4.1.13-rt14.tar.xz
Sebastian
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/ipc-sem-rework-semaphore-wakeups.patch')
-rw-r--r-- | patches/ipc-sem-rework-semaphore-wakeups.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/patches/ipc-sem-rework-semaphore-wakeups.patch b/patches/ipc-sem-rework-semaphore-wakeups.patch index 0b20e11045c8..aaece82917bf 100644 --- a/patches/ipc-sem-rework-semaphore-wakeups.patch +++ b/patches/ipc-sem-rework-semaphore-wakeups.patch @@ -27,11 +27,9 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de> ipc/sem.c | 10 ++++++++++ 1 file changed, 10 insertions(+) -Index: linux-rt-devel/ipc/sem.c -=================================================================== ---- linux-rt-devel.orig/ipc/sem.c -+++ linux-rt-devel/ipc/sem.c -@@ -690,6 +690,13 @@ undo: +--- a/ipc/sem.c ++++ b/ipc/sem.c +@@ -690,6 +690,13 @@ static int perform_atomic_semop(struct s static void wake_up_sem_queue_prepare(struct list_head *pt, struct sem_queue *q, int error) { |