https://github.com/torvalds/linux
Revision 5e2ee7cd58fcee6c6cc954642faa584f54c8391e authored by Linus Torvalds on 19 October 2014, 18:46:09 UTC, committed by Linus Torvalds on 19 October 2014, 18:46:09 UTC
Pull sparc fixes from David Miller:
 "Here we have two bug fixes:

  1) The current thread's fault_code is not setup properly upon entry to
     do_sparc64_fault() in some paths, leading to spurious SIGBUS.

  2) Don't use a zero length array at the end of thread_info on sparc64,
     otherwise end_of_stack() isn't right"

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
  sparc64: Do not define thread fpregs save area as zero-length array.
  sparc64: Fix corrupted thread fault code.
2 parent s e25b492 + e265314
History
Tip revision: 5e2ee7cd58fcee6c6cc954642faa584f54c8391e authored by Linus Torvalds on 19 October 2014, 18:46:09 UTC
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Tip revision: 5e2ee7c
File Mode Size
.gitignore -rw-r--r-- 13 bytes
00-INDEX -rw-r--r-- 590 bytes
Makefile -rw-r--r-- 137 bytes
NO_HZ.txt -rw-r--r-- 16.7 KB
highres.txt -rw-r--r-- 12.3 KB
hpet.txt -rw-r--r-- 1.5 KB
hpet_example.c -rw-r--r-- 5.4 KB
hrtimers.txt -rw-r--r-- 8.7 KB
timekeeping.txt -rw-r--r-- 8.8 KB
timer_stats.txt -rw-r--r-- 3.0 KB
timers-howto.txt -rw-r--r-- 3.8 KB

back to top