Hi Linus, The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2023-09-21 for you to fetch changes up to 55122e0130e51eb71f5ec62d10525db0468f28e8: memblock tests: fix warning ‘struct seq_file’ declared inside parameter list (2023-09-14 10:51:28 +0300) ---------------------------------------------------------------- memblock test: compilation fixes Fix several compilation errors and warnings in memblock tests ---------------------------------------------------------------- Mike Rapoport (IBM) (2): memblock tests: fix warning: "__ALIGN_KERNEL" redefined memblock tests: fix warning ‘struct seq_file’ declared inside parameter list Rong Tao (1): memblock tests: Fix compilation errors. tools/include/linux/mm.h | 4 +--- tools/include/linux/seq_file.h | 2 ++ tools/testing/memblock/internal.h | 4 ++++ tools/testing/memblock/mmzone.c | 2 +- tools/testing/memblock/tests/basic_api.c | 2 +- tools/testing/memblock/tests/common.h | 1 + 6 files changed, 10 insertions(+), 5 deletions(-) -- Sincerely yours, Mike.