[GIT PULL] memblock: debug enhancements

From: Mike Rapoport
Date: Mon Dec 14 2020 - 08:18:25 EST


Hi Linus,

The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:

Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git/ tags/memblock-v5.11-rc1

for you to fetch changes up to 5bdba520c1b318578caffd325515b35d187f8a0e:

mm: memblock: drop __init from memblock functions to make it inline (2020-11-17 17:38:25 +0200)

----------------------------------------------------------------
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

----------------------------------------------------------------
Faiyaz Mohammed (2):
mm: memblock: add more debug logs
mm: memblock: drop __init from memblock functions to make it inline

include/linux/memblock.h | 18 +++++++++---------
mm/memblock.c | 3 +++
2 files changed, 12 insertions(+), 9 deletions(-)

--
Sincerely yours,
Mike.