From: Darren Hart Date: Tue, 30 Dec 2008 03:43:21 +0000 (-0800) Subject: futex: catch certain assymetric (get|put)_futex_key calls X-Git-Tag: v2.6.29-rc1~226^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90621c40cc4ab7b0a414311ce37e7cc7173403b6;p=pandora-kernel.git futex: catch certain assymetric (get|put)_futex_key calls Impact: add debug check Following up on my previous key reference accounting patches, this patch will catch puts on keys that haven't been "got". This won't catch nested get/put mismatches though. Build and boot tested, with minimal desktop activity and a run of the open_posix_testsuite in LTP for testing. No warnings logged. Signed-off-by: Darren Hart Cc: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed