mbox series

[GIT,PULL] memblock test: compilation fixes

Message ID 20230921055302.GG3303@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] memblock test: compilation fixes | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2023-09-21

Message

Mike Rapoport Sept. 21, 2023, 5:53 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 21, 2023, 4:11 p.m. UTC | #1
The pull request you sent on Thu, 21 Sep 2023 08:53:02 +0300:

> https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2023-09-21

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

Thank you!