summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/glibc-2.20/0600-ARM-fix-PI-futex-breakge-glibc-bug-18463.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/patches/glibc-2.20/0600-ARM-fix-PI-futex-breakge-glibc-bug-18463.patch b/patches/glibc-2.20/0600-ARM-fix-PI-futex-breakge-glibc-bug-18463.patch
index 29a88a6..0fa968c 100644
--- a/patches/glibc-2.20/0600-ARM-fix-PI-futex-breakge-glibc-bug-18463.patch
+++ b/patches/glibc-2.20/0600-ARM-fix-PI-futex-breakge-glibc-bug-18463.patch
@@ -1,4 +1,3 @@
-From eebb9e9abd3405fd72b7e7527132b605e406e83e Mon Sep 17 00:00:00 2001
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Sat, 13 Jun 2015 19:25:07 +0200
Subject: [PATCH] ARM: fix PI futex breakge - glibc bug 18463
@@ -11,6 +10,11 @@ The problem is caused by:
47c5adebd2c8 Correct robust mutex / PI futex kernel assumptions (bug 9894).
+An alternative approach to this bug is to switch to the new condvar
+implementation from Torvald Riegel
+(https://sourceware.org/ml/libc-alpha/2015-02/msg00578.html). Until glibc
+upstream does so, this patch has probably to be ported to new glibc releases.
+
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
sysdeps/unix/sysv/linux/arm/kernel-features.h | 1 -