This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v2 0/2] Fix robust mutex daedlock [BZ #20263]


This patch is related to commit 8f86154.
The commit did not support to check the return value for timeout from lll_futex_timed_wait_bitset. It makes a daedlock when a robust mutex is already owned by other thread and requests to try lock it within a specific time.

Andreas Schwab (1):
  Add tst-robust10.c tests

Jiyoung Yun (1):
  Fix robust mutex daedlock [BZ #20263]

 ChangeLog                 |  11 +++++
 nptl/Makefile             |   2 +-
 nptl/lowlevelrobustlock.c |   9 +++-
 nptl/tst-robust10.c       | 110 ++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 129 insertions(+), 3 deletions(-)
 create mode 100644 nptl/tst-robust10.c

-- 
1.9.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]