1. 10 7月, 2015 1 次提交
    • M
      arm64: entry32: remove pointless register assignment · ad2daa85
      Mark Rutland 提交于
      We currently set x27 in compat_sys_sigreturn_wrapper and
      compat_sys_rt_sigreturn_wrapper, similarly to what we do with r8/why on
      32-bit ARM, in an attempt to prevent sigreturns from being restarted.
      
      However, on arm64 we have always used pt_regs::syscallno for syscall
      restarting (for both native and compat tasks), and x27 is never
      inspected again before being overwritten in kernel_exit.
      
      This patch removes the pointless register assignments.
      Signed-off-by: NMark Rutland <mark.rutland@arm.com>
      Cc: Will Deacon <will.deacon@arm.com>
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      ad2daa85
  2. 19 3月, 2015 1 次提交
  3. 27 1月, 2015 1 次提交
  4. 25 10月, 2013 1 次提交
  5. 10 5月, 2013 1 次提交
  6. 04 3月, 2013 1 次提交
  7. 24 2月, 2013 1 次提交
  8. 14 2月, 2013 1 次提交
  9. 23 10月, 2012 1 次提交
  10. 17 10月, 2012 1 次提交
  11. 11 10月, 2012 2 次提交
  12. 17 9月, 2012 1 次提交