1. 19 8月, 2012 13 次提交
  2. 02 8月, 2012 1 次提交
    • J
      sparc64: do not clobber personality flags in sys_sparc64_personality() · a27032ee
      Jiri Kosina 提交于
      There are multiple errors in how sys_sparc64_personality() handles
      personality flags stored in top three bytes.
      
      - directly comparing current->personality against PER_LINUX32 doesn't work
        in cases when any of the personality flags stored in the top three bytes
        are used.
      - directly forcefully setting personality to PER_LINUX32 or PER_LINUX
        discards any flags stored in the top three bytes
      
      Fix the first one by properly using personality() macro to compare only
      PER_MASK bytes.
      Fix the second one by setting only the bits that should be set, instead of
      overwriting the whole value.
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a27032ee
  3. 31 7月, 2012 1 次提交
  4. 27 7月, 2012 4 次提交
  5. 19 7月, 2012 1 次提交
  6. 10 7月, 2012 2 次提交
  7. 06 7月, 2012 2 次提交
  8. 27 6月, 2012 1 次提交
  9. 25 6月, 2012 1 次提交
  10. 16 6月, 2012 2 次提交
  11. 14 6月, 2012 2 次提交
  12. 05 6月, 2012 1 次提交
  13. 02 6月, 2012 6 次提交
  14. 31 5月, 2012 1 次提交
  15. 30 5月, 2012 2 次提交