1. 07 3月, 2016 1 次提交
  2. 02 3月, 2016 3 次提交
  3. 24 2月, 2016 1 次提交
  4. 23 2月, 2016 5 次提交
  5. 22 2月, 2016 1 次提交
    • M
      s390/compat: correct restore of high gprs on signal return · 342300cc
      Martin Schwidefsky 提交于
      git commit 80703617
      "s390: add support for vector extension"
      broke 31-bit compat processes in regard to signal handling.
      
      The restore_sigregs_ext32() function is used to restore the additional
      elements from the user space signal frame. Among the additional elements
      are the upper registers halves for 64-bit register support for 31-bit
      processes. The copy_from_user that is used to retrieve the high-gprs
      array from the user stack uses an incorrect length, 8 bytes instead of
      64 bytes. This causes incorrect upper register halves to get loaded.
      
      Cc: stable@vger.kernel.org # 3.8+
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      342300cc
  6. 11 2月, 2016 1 次提交
  7. 10 2月, 2016 6 次提交
  8. 19 1月, 2016 4 次提交
  9. 11 1月, 2016 4 次提交
  10. 30 12月, 2015 1 次提交
  11. 18 12月, 2015 8 次提交
  12. 05 12月, 2015 1 次提交
  13. 30 11月, 2015 1 次提交
  14. 27 11月, 2015 3 次提交