[GIT PULL] memblock: fix build of memblock test

From: Mike Rapoport
Date: Sun Apr 13 2025 - 06:45:56 EST


Hi Linus,

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2025-04-13

for you to fetch changes up to ed471e1984939a500eea179bc16e1c2aadf00db5:

memblock tests: Fix mutex related build error (2025-04-07 09:28:01 +0300)

----------------------------------------------------------------
memblock: fix build of memblock test

Add missing stubs for mutex and free_reserved_area() to memblock tests

----------------------------------------------------------------
Masami Hiramatsu (Google) (1):
memblock tests: Fix mutex related build error

tools/testing/memblock/internal.h | 6 ++++++
tools/testing/memblock/linux/mutex.h | 14 ++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 tools/testing/memblock/linux/mutex.h

--
Sincerely yours,
Mike.