Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2009 14:36:21 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/linux linux_emul.c linux_emul.h linux_futex.c
Message-ID:  <200905251436.n4PEaNrO068925@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dchagin     2009-05-25 14:36:21 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/compat/linux     linux_emul.c linux_emul.h linux_futex.c 
  Log:
  SVN rev 192759 on 2009-05-25 14:36:21Z by dchagin
  
  Merge r191269 from HEAD to stable/7:
  Remove support for FUTEX_REQUEUE operation.
  Glibc does not use this operation since 2.3.3 version (Jun 2004),
  as it is racy and replaced by FUTEX_CMP_REQUEUE operation.
  Glibc versions prior to 2.3.3 fall back to FUTEX_WAKE when
  FUTEX_REQUEUE returned EINVAL.
  
  Any application directly using FUTEX_REQUEUE without return
  value checking are definitely broken.
  
  Limit quantity of messages per process about unsupported
  operation.
  
  Approved by:    kib(mentor)
  
  Revision  Changes    Path
  1.20.2.3  +1 -0      src/sys/compat/linux/linux_emul.c
  1.7.2.3   +1 -0      src/sys/compat/linux/linux_emul.h
  1.10.2.5  +18 -13    src/sys/compat/linux/linux_futex.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905251436.n4PEaNrO068925>