summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-09-25 11:57:45 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-09-25 11:58:10 +0200
commit73a933885d64f7a46a66dd1544ff02d32783cd2e (patch)
treeeb79c5c308383cac2927e07751830710c4424a84 /patches
parent92a8e8195459dede059de04a50412743b8c6e1b5 (diff)
downloadOSELAS.Toolchain-73a933885d64f7a46a66dd1544ff02d32783cd2e.tar.gz
OSELAS.Toolchain-73a933885d64f7a46a66dd1544ff02d32783cd2e.tar.xz
glibc: update patch description for ARM-fix-PI-futex-breakge
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'patches')
-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 -