[GIT,PULL] memblock: small update for 6.8

Message ID ZajHU5m3WWbcHWV1@kernel.org
State New
Headers
Series [GIT,PULL] memblock: small update for 6.8 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock memblock-v6.8-rc1

Message

Mike Rapoport Jan. 18, 2024, 6:38 a.m. UTC
  Hi Linus,

The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a:

  Linux 6.7-rc4 (2023-12-03 18:52:56 +0900)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock memblock-v6.8-rc1

for you to fetch changes up to 2159bd4e905704b1765b6b883ea15e51ad986a6a:

  memblock: Return NUMA_NO_NODE instead of -1 to improve code readability (2023-12-08 10:31:00 +0200)

----------------------------------------------------------------
memblock: code readability improvement

Use NUMA_NO_NODE instead of -1 as return value of memblock_search_pfn_nid()
to improve code readability and consistency with the callers of that
function.

----------------------------------------------------------------
Yuntao Wang (1):
      memblock: Return NUMA_NO_NODE instead of -1 to improve code readability

 mm/memblock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 19, 2024, 1:08 a.m. UTC | #1
The pull request you sent on Thu, 18 Jan 2024 08:38:11 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock memblock-v6.8-rc1

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

Thank you!