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.5 KB
Makefile -rw-r--r-- 480 bytes
acl.c -rw-r--r-- 6.2 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 24.6 KB
bitmap.c -rw-r--r-- 2.8 KB
block_validity.c -rw-r--r-- 6.1 KB
dir.c -rw-r--r-- 15.1 KB
ext4.h -rw-r--r-- 100.9 KB
ext4_extents.h -rw-r--r-- 8.6 KB
ext4_jbd2.c -rw-r--r-- 7.4 KB
ext4_jbd2.h -rw-r--r-- 15.1 KB
extents.c -rw-r--r-- 133.8 KB
extents_status.c -rw-r--r-- 30.0 KB
extents_status.h -rw-r--r-- 3.6 KB
file.c -rw-r--r-- 15.6 KB
fsync.c -rw-r--r-- 4.3 KB
hash.c -rw-r--r-- 4.4 KB
ialloc.c -rw-r--r-- 36.2 KB
indirect.c -rw-r--r-- 40.3 KB
inline.c -rw-r--r-- 48.4 KB
inode.c -rw-r--r-- 150.1 KB
ioctl.c -rw-r--r-- 16.8 KB
mballoc.c -rw-r--r-- 142.8 KB
mballoc.h -rw-r--r-- 5.4 KB
migrate.c -rw-r--r-- 16.5 KB
mmp.c -rw-r--r-- 10.0 KB
move_extent.c -rw-r--r-- 43.9 KB
namei.c -rw-r--r-- 85.9 KB
page-io.c -rw-r--r-- 12.8 KB
resize.c -rw-r--r-- 57.0 KB
super.c -rw-r--r-- 157.2 KB
symlink.c -rw-r--r-- 1.3 KB
truncate.h -rw-r--r-- 1.2 KB
xattr.c -rw-r--r-- 44.5 KB
xattr.h -rw-r--r-- 4.3 KB
xattr_security.c -rw-r--r-- 2.1 KB
xattr_trusted.c -rw-r--r-- 1.5 KB
xattr_user.c -rw-r--r-- 1.6 KB

back to top