[PATCH 0/3] memblock tests: fix build error

From: Wei Yang
Date: Tue Apr 02 2024 - 09:28:41 EST


Some kernel change break the test build, just fix it.

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

--
2.34.1