]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'x86-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 May 2022 13:42:40 +0000 (06:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 May 2022 13:42:40 +0000 (06:42 -0700)
commita2da9e3fee5e88383bc0bf4a0fc2754f39af28b1
tree25d7b574b35e5a7bee26a16ee908f6d2e5a569c7
parentd06942815d07e14b51cf6f9a0fc3531a1c4c6b09
parentd769e39cd9799b13407fffd768532f728ce189c0
Merge tag 'x86-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fix from Thomas Gleixner:
 "A single fix for the handling of unpopulated sub-pmd spaces.

  The copy & pasta from the corresponding s390 code screwed up the
  address calculation for marking the sub-pmd ranges via memset by
  omitting the ALIGN_DOWN() to calculate the proper start address.

  It's a mystery why this code is not generic and shared because there
  is nothing architecture specific in there, but that's too intrusive
  for a backportable fix"

* tag 'x86-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mm: Fix marking of unused sub-pmd ranges