OSDN Git Service

Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 Mar 2018 19:01:14 +0000 (12:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 Mar 2018 19:01:14 +0000 (12:01 -0700)
commitdf4fe17802a306a17f5a6f4db9cdd2a3b661264d
treeaddb100702a26c35a7a0bb8da64a5b247ef26d4a
parentd2149e13e5fba83752b7050edfaefcf954a18c00
parent18a955219bf7d9008ce480d4451b6b8bf4483a22
Merge branch 'x86-urgent-for-linus' of git://git./linux/kernel/git/tip/tip

Pull x86 fix from Thomas Gleixner:
 "A single fix for vmalloc_fault() which uses p*d_huge() unconditionally
  whether CONFIG_HUGETLBFS is set or not. In case of CONFIG_HUGETLBFS=n
  this results in a crash as p*d_huge() returns 0 in that case"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mm: Fix vmalloc_fault to use pXd_large