]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Feb 2016 18:50:26 +0000 (10:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Feb 2016 18:50:26 +0000 (10:50 -0800)
commit2d23e61fa2ecef787c3d1198b8ce8333264b5b8e
treef6d385ffcd5e42d24023f4db8c862fae7237c580
parentab57a6111c987456f6848e20c55764d75f67ca2d
parent59fd1214561921343305a0e9dc218bf3d40068f3
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Thomas Gleixner:
 "Two small fixlets for x86:

   - Prevent a KASAN false positive in thread_saved_pc()

   - Fix a 32-bit truncation problem in the x86 numa code"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernels
  x86: Fix KASAN false positives in thread_saved_pc()