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
Makefile -rw-r--r-- 313 bytes
clnt4xdr.c -rw-r--r-- 13.1 KB
clntlock.c -rw-r--r-- 7.5 KB
clntproc.c -rw-r--r-- 20.9 KB
clntxdr.c -rw-r--r-- 13.4 KB
grace.c -rw-r--r-- 1.7 KB
host.c -rw-r--r-- 16.9 KB
mon.c -rw-r--r-- 14.7 KB
netns.h -rw-r--r-- 426 bytes
svc.c -rw-r--r-- 15.6 KB
svc4proc.c -rw-r--r-- 14.0 KB
svclock.c -rw-r--r-- 26.0 KB
svcproc.c -rw-r--r-- 14.8 KB
svcshare.c -rw-r--r-- 2.4 KB
svcsubs.c -rw-r--r-- 10.1 KB
xdr.c -rw-r--r-- 7.2 KB
xdr4.c -rw-r--r-- 7.3 KB

back to top