]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2020 22:44:53 +0000 (14:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2020 22:44:53 +0000 (14:44 -0800)
commit2b8c461cc3cf829726de360342411fac928800bd
tree3fd1b13d0a633d8502ffddb89348ef7619b3c229
parent805ddde71f3f0aae0125baea2e9ba0d5b055cdb5
parent5d9dd34821a8b71bc2a6088217aa8e35f04f0e4f
Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock

Pull memblock updates from Mike Rapoport:
 "memblock debug enhancements.

  Improve tracking of early memory allocations when memblock debug is
  enabled:

   - Add memblock_dbg() to memblock_phys_alloc_range() to get details
     about its usage

   - Make memblock allocator wrappers actually inline to track their
     callers in memblock debug messages"

* tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  mm: memblock: drop __init from memblock functions to make it inline
  mm: memblock: add more debug logs
mm/memblock.c