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-- 2.0 KB
Makefile -rw-r--r-- 1.3 KB
bat_algo.h -rw-r--r-- 805 bytes
bat_iv_ogm.c -rw-r--r-- 59.1 KB
bitarray.c -rw-r--r-- 2.8 KB
bitarray.h -rw-r--r-- 1.7 KB
bridge_loop_avoidance.c -rw-r--r-- 46.7 KB
bridge_loop_avoidance.h -rw-r--r-- 3.0 KB
debugfs.c -rw-r--r-- 13.7 KB
debugfs.h -rw-r--r-- 1.1 KB
distributed-arp-table.c -rw-r--r-- 33.9 KB
distributed-arp-table.h -rw-r--r-- 4.5 KB
fragmentation.c -rw-r--r-- 14.5 KB
fragmentation.h -rw-r--r-- 1.7 KB
gateway_client.c -rw-r--r-- 23.9 KB
gateway_client.h -rw-r--r-- 1.7 KB
gateway_common.c -rw-r--r-- 6.6 KB
gateway_common.h -rw-r--r-- 1.5 KB
hard-interface.c -rw-r--r-- 18.9 KB
hard-interface.h -rw-r--r-- 3.0 KB
hash.c -rw-r--r-- 1.8 KB
hash.h -rw-r--r-- 5.0 KB
icmp_socket.c -rw-r--r-- 9.9 KB
icmp_socket.h -rw-r--r-- 1003 bytes
main.c -rw-r--r-- 35.4 KB
main.h -rw-r--r-- 13.1 KB
network-coding.c -rw-r--r-- 57.4 KB
network-coding.h -rw-r--r-- 3.4 KB
originator.c -rw-r--r-- 29.5 KB
originator.h -rw-r--r-- 4.0 KB
packet.h -rw-r--r-- 16.0 KB
routing.c -rw-r--r-- 31.3 KB
routing.h -rw-r--r-- 2.1 KB
send.c -rw-r--r-- 19.6 KB
send.h -rw-r--r-- 3.5 KB
soft-interface.c -rw-r--r-- 28.5 KB
soft-interface.h -rw-r--r-- 1.5 KB
sysfs.c -rw-r--r-- 25.8 KB
sysfs.h -rw-r--r-- 1.9 KB
translation-table.c -rw-r--r-- 107.8 KB
translation-table.h -rw-r--r-- 2.5 KB
types.h -rw-r--r-- 43.2 KB

back to top