mbox series

[GIT,PULL] memblock: fix build of memblock test

Message ID Z_uVv28hqoc03UMg@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] memblock: fix build of memblock test | expand

Pull-request

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

Message

Mike Rapoport April 13, 2025, 10:45 a.m. UTC
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

Comments

pr-tracker-bot@kernel.org April 13, 2025, 3:16 p.m. UTC | #1
The pull request you sent on Sun, 13 Apr 2025 13:45:19 +0300:

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

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

Thank you!