Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Jun 2024 14:32:24 +0000 (10:32 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Jun 2024 14:32:24 +0000 (10:32 -0400)
commit0971e82ea34c5e01cd3e68d231caa81780e8cafb
tree7e19b4cf16b7f448de54b10d581ac958906da6e7
parentb67eeff799489b2d5350130828d1793ff6c74cfb
parent8043832e2a123fd9372007a29192f2f3ba328cd6
Merge tag 'fixes-2024-06-23' of git://git./linux/kernel/git/rppt/memblock

Pull memblock fix from Mike Rapoport:
 "Fix fragility in checks for unset node ID.

  Use numa_valid_node() function to verify that nid is a valid node
  ID instead of inconsistent comparisons with either NUMA_NO_NODE or
  MAX_NUMNODES"

* tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  memblock: use numa_valid_node() helper to check for invalid node ID