mbox series

[GIT,PULL] memblock fixes for v6.2-rc3

Message ID Y7pyUprzAC/9VyNw@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] memblock fixes for v6.2-rc3 | expand

Pull-request

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

Message

Mike Rapoport Jan. 8, 2023, 7:35 a.m. UTC
Hi Linus.

The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fa81ab49bbe4e1ce756581c970486de0ddb14309:

  memblock: Fix doc for memblock_phys_free (2023-01-04 12:31:22 +0200)

----------------------------------------------------------------
memblock: small fixes in kernel-doc and tests

* Fix kernel-doc for memblock_phys_free() to use correct names for the
  counterpart allocation methods
* Fix compilation error in memblock tests

----------------------------------------------------------------
Aaron Thompson (1):
      memblock tests: Fix compilation error.

Miaoqian Lin (1):
      memblock: Fix doc for memblock_phys_free

 mm/memblock.c                     | 2 +-
 tools/testing/memblock/.gitignore | 1 +
 tools/testing/memblock/Makefile   | 3 ++-
 3 files changed, 4 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 8, 2023, 10:57 a.m. UTC | #1
The pull request you sent on Sun, 8 Jan 2023 09:35:46 +0200:

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

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

Thank you!