Merge tag 'fixes-2023-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Feb 2023 18:51:45 +0000 (10:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Feb 2023 18:51:45 +0000 (10:51 -0800)
commit230809c145091e5cfd948bd2db98e67a1a0571de
tree3ddb9f75792fad8cf3ad9b8218191da1f21f03fa
parent420b2d431d18a2572c8e86579e78105cb5ed45b0
parent647037adcad00f2bab8828d3d41cd0553d41f3bd
Merge tag 'fixes-2023-02-11' of git://git./linux/kernel/git/rppt/memblock

Pull memblock revert from Mike Rapoport:
 "Revert 'mm: Always release pages to the buddy allocator in
  memblock_free_late()'

  The pages being freed by memblock_free_late() have already been
  initialized, but if they are in the deferred init range,
  __free_one_page() might access nearby uninitialized pages when trying
  to coalesce buddies, which will cause a crash.

  A proper fix will be more involved so revert this change for the time
  being"

* tag 'fixes-2023-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  Revert "mm: Always release pages to the buddy allocator in memblock_free_late()."