From: Thomas Gleixner Date: Wed, 15 Feb 2012 11:08:34 +0000 (+0100) Subject: futex: Cover all PI opcodes with cmpxchg enabled check X-Git-Tag: v3.2.14~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29bfcea07745737f385b0d092e71527051c29029;p=pandora-kernel.git futex: Cover all PI opcodes with cmpxchg enabled check commit 59263b513c11398cd66a52d4c5b2b118ce1e0359 upstream. Some of the newer futex PI opcodes do not check the cmpxchg enabled variable and call unconditionally into the handling functions. Cover all PI opcodes in a separate check. Signed-off-by: Thomas Gleixner Cc: Peter Zijlstra Cc: Darren Hart Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed