public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/6] lightweight robust futexes: -V4
@ 2006-02-21  8:46 Ingo Molnar
  2006-02-21  9:23 ` Jakub Jelinek
  0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2006-02-21  8:46 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ulrich Drepper, Paul Jackson, Thomas Gleixner, Arjan van de Ven,
	Andrew Morton


This is release -V4 of the "lightweight robust futexes" patchset. The 
patchset can also be downloaded from:

  http://redhat.com/~mingo/lightweight-robust-futexes/

no big changes - docs updates and the tidying of futex_atomic_cmpxchg() 
semantics.

Changes since -V3:

 - added Documentation/robust-futex-ABI.txt (Paul Jackson)

 - fixed two mistakes in Documentation/robust-futexes.txt.
   (found by Paul Jackson)

 - added an explicit access_ok() check to the futex_atomic_cmpxchg()
   function. This is not needed in the place it's currently used (there 
   we have already validated the access_ok() range validity of the 
   userspace pointer), but it's good to do it nevertheless, just in case 
   the function gets used elsewhere in the futex code.

	Ingo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-02-23  5:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-21  8:46 [patch 0/6] lightweight robust futexes: -V4 Ingo Molnar
2006-02-21  9:23 ` Jakub Jelinek
2006-02-21 16:26   ` Ulrich Drepper
2006-02-21 16:37     ` Jakub Jelinek
2006-02-23  5:01       ` Eric W. Biederman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox