1. 31 7月, 2008 1 次提交
    • M
      sparc64: FUTEX_OP_ANDN fix · d72609e1
      Mikael Pettersson 提交于
      Correct sparc64's implementation of FUTEX_OP_ANDN to do a
      bitwise negate of the oparg parameter before applying the
      AND operation. All other archs that support FUTEX_OP_ANDN
      either negate oparg explicitly (frv, ia64, mips, sh, x86),
      or do so indirectly by using an and-not instruction (powerpc).
      Since sparc64 has and-not, I chose to use that solution.
      
      I've not found any use of FUTEX_OP_ANDN in glibc so the
      impact of this bug is probably minor. But other user-space
      components may try to use it so it should still get fixed.
      Signed-off-by: NMikael Pettersson <mikpe@it.uu.se>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d72609e1
  2. 30 7月, 2008 2 次提交
  3. 28 7月, 2008 36 次提交
  4. 27 7月, 2008 1 次提交