]> Git Repo - linux.git/commitdiff
Merge tag 'fixes-2023-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <[email protected]>
Thu, 27 Jul 2023 18:37:34 +0000 (11:37 -0700)
committerLinus Torvalds <[email protected]>
Thu, 27 Jul 2023 18:37:34 +0000 (11:37 -0700)
Pull memblock fix from Mike Rapoport:
 "A call to memblock_free() or memblock_phys_free() issued after
  memblock data is discarded will result in use after free in
  memblock_isolate_range().

  Avoid those issues by making sure that memblock_discard points
  memblock.reserved.regions back at the static buffer"

* tag 'fixes-2023-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  mm,memblock: reset memblock.reserved to system init state to prevent UAF


Trivial merge
This page took 0.049369 seconds and 4 git commands to generate.