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
apparmor
integrity
keys
selinux
smack
tomoyo
yama
Kconfig -rw-r--r-- 5.7 KB
Makefile -rw-r--r-- 913 bytes
capability.c -rw-r--r-- 24.6 KB
commoncap.c -rw-r--r-- 28.2 KB
device_cgroup.c -rw-r--r-- 21.1 KB
inode.c -rw-r--r-- 6.7 KB
lsm_audit.c -rw-r--r-- 9.4 KB
min_addr.c -rw-r--r-- 1.3 KB
security.c -rw-r--r-- 36.3 KB

back to top