mbox series

[GIT,PULL] : memblock tests: fix build errors

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

Pull-request

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

Message

Mike Rapoport April 8, 2024, 5:35 a.m. UTC
Hi Linus,

The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 592447f6cb3c20d606d6c5d8e6af68e99707b786:

  memblock tests: fix undefined reference to `BIT' (2024-04-04 11:08:33 +0300)

----------------------------------------------------------------
memblock tests: fix build errors

* add stubs to functions that calls to them were recently added to memblock
but they were missing in tests
* update gfp_types.h to include bits.h so that BIT() definitions won't
depend on other includes

----------------------------------------------------------------
Wei Yang (3):
      memblock tests: fix undefined reference to `early_pfn_to_nid'
      memblock tests: fix undefined reference to `panic'
      memblock tests: fix undefined reference to `BIT'

 include/linux/gfp_types.h    |  2 ++
 tools/include/linux/kernel.h |  1 +
 tools/include/linux/mm.h     |  5 +++++
 tools/include/linux/panic.h  | 19 +++++++++++++++++++
 4 files changed, 27 insertions(+)
 create mode 100644 tools/include/linux/panic.h

Comments

pr-tracker-bot@kernel.org April 8, 2024, 11:19 p.m. UTC | #1
The pull request you sent on Mon, 8 Apr 2024 08:35:58 +0300:

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

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

Thank you!