Revision 161aa772f972ec75b292f25d65816a6f1cd285cf authored by Linus Torvalds on 14 February 2014, 19:09:11 UTC, committed by Linus Torvalds on 14 February 2014, 19:09:11 UTC
Pull x86 fixes from Peter Anvin:
 "A collection of small fixes:

   - There still seem to be problems with asm goto which requires the
     empty asm hack.
   - If SMAP is disabled at compile time, don't enable it nor try to
     interpret a page fault as an SMAP violation.
   - Fix a case of unbounded recursion while tracing"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is off
  x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabled
  compiler/gcc4: Make quirk for asm_volatile_goto() unconditional
  x86: Use preempt_disable_notrace() in cycles_2_ns()
2 parent s eef445e + 4640c7e
History
File Mode Size
Kconfig -rw-r--r-- 827 bytes
Makefile -rw-r--r-- 416 bytes
afs.h -rw-r--r-- 5.7 KB
afs_cm.h -rw-r--r-- 1.2 KB
afs_fs.h -rw-r--r-- 2.3 KB
afs_vl.h -rw-r--r-- 3.6 KB
cache.c -rw-r--r-- 10.8 KB
callback.c -rw-r--r-- 11.3 KB
cell.c -rw-r--r-- 10.3 KB
cmservice.c -rw-r--r-- 13.2 KB
dir.c -rw-r--r-- 26.1 KB
file.c -rw-r--r-- 8.7 KB
flock.c -rw-r--r-- 15.8 KB
fsclient.c -rw-r--r-- 44.4 KB
inode.c -rw-r--r-- 12.3 KB
internal.h -rw-r--r-- 31.0 KB
main.c -rw-r--r-- 4.4 KB
misc.c -rw-r--r-- 2.3 KB
mntpt.c -rw-r--r-- 6.7 KB
netdevices.c -rw-r--r-- 1.5 KB
proc.c -rw-r--r-- 15.1 KB
rxrpc.c -rw-r--r-- 20.2 KB
security.c -rw-r--r-- 8.9 KB
server.c -rw-r--r-- 7.7 KB
super.c -rw-r--r-- 12.5 KB
vlclient.c -rw-r--r-- 5.4 KB
vlocation.c -rw-r--r-- 17.5 KB
vnode.c -rw-r--r-- 24.1 KB
volume.c -rw-r--r-- 9.9 KB
write.c -rw-r--r-- 18.1 KB

back to top