1. 27 4月, 2007 7 次提交
  2. 27 3月, 2007 1 次提交
    • D
      [S390] kprobes: Align probe address. · b70842df
      David Wilder 提交于
      Running a probe on s390 with a probe address that is not 4 byte aligned
      results in a Kernel BUG.  The problem is that the stura instruction used
      by swap_instruction requires the destination address to be 4 byte aligned.
      As stura only writes 4 bytes, aligning to the next 4 byte aligned address
      results in the breakpoint instruction being stored past the probe address.
      The fix is to align the address backward (to the previous 4 byte aligned
      address) and writing the two byte breakpoint instruction in the appropriate
      bytes.
      
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: NDavid Wilder <dwilder@us.ibm.com>
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      b70842df
  3. 19 3月, 2007 5 次提交
  4. 15 3月, 2007 1 次提交
  5. 06 3月, 2007 5 次提交
  6. 21 2月, 2007 11 次提交
  7. 17 2月, 2007 1 次提交
  8. 15 2月, 2007 3 次提交
  9. 13 2月, 2007 2 次提交
  10. 12 2月, 2007 4 次提交