[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZhOCPl22BRClRPO3@kernel.org>
Date: Mon, 8 Apr 2024 08:35:58 +0300
From: Mike Rapoport <rppt@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Mike Rapoport <rppt@...nel.org>,
Wei Yang <richard.weiyang@...il.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL]: memblock tests: fix build errors
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
--
Sincerely yours,
Mike.
Powered by blists - more mailing lists