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
auth_gss
xprtrdma
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 551 bytes
addr.c -rw-r--r-- 8.8 KB
auth.c -rw-r--r-- 19.8 KB
auth_generic.c -rw-r--r-- 7.4 KB
auth_null.c -rw-r--r-- 2.5 KB
auth_unix.c -rw-r--r-- 5.7 KB
backchannel_rqst.c -rw-r--r-- 8.9 KB
bc_svc.c -rw-r--r-- 2.0 KB
cache.c -rw-r--r-- 43.3 KB
clnt.c -rw-r--r-- 58.0 KB
netns.h -rw-r--r-- 928 bytes
rpc_pipe.c -rw-r--r-- 36.5 KB
rpcb_clnt.c -rw-r--r-- 29.8 KB
sched.c -rw-r--r-- 28.7 KB
socklib.c -rw-r--r-- 4.5 KB
stats.c -rw-r--r-- 6.9 KB
sunrpc.h -rw-r--r-- 1.8 KB
sunrpc_syms.c -rw-r--r-- 2.5 KB
svc.c -rw-r--r-- 32.8 KB
svc_xprt.c -rw-r--r-- 35.0 KB
svcauth.c -rw-r--r-- 3.7 KB
svcauth_unix.c -rw-r--r-- 21.1 KB
svcsock.c -rw-r--r-- 41.4 KB
sysctl.c -rw-r--r-- 3.6 KB
timer.c -rw-r--r-- 2.9 KB
xdr.c -rw-r--r-- 32.5 KB
xprt.c -rw-r--r-- 36.6 KB
xprtsock.c -rw-r--r-- 81.2 KB

back to top