]> git.dujemihanovic.xyz Git - linux.git/commitdiff
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)
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


Trivial merge