[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201214131731.GA247200@kernel.org>
Date: Mon, 14 Dec 2020 15:17:31 +0200
From: Mike Rapoport <rppt@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Faiyaz Mohammed <faiyazm@...eaurora.org>, vinmenon@...eaurora.org,
Mike Rapoport <rppt@...ux.ibm.com>,
Mike Rapoport <rppt@...nel.org>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] memblock: debug enhancements
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.
Powered by blists - more mailing lists