mbox series

[GIT,PULL] memblock: debug enhancements

Message ID 20201214131731.GA247200@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] memblock: debug enhancements | expand

Pull-request

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

Message

Mike Rapoport Dec. 14, 2020, 1:17 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 16, 2020, 11:10 p.m. UTC | #1
The pull request you sent on Mon, 14 Dec 2020 15:17:31 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fff875a18382f1983b4a27be9282e697dbccb3db

Thank you!