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

Jiyoung Yun t2wish@gmail.com
Wed Jun 29 15:03:00 GMT 2016


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



More information about the Libc-alpha mailing list