kunit/fortify: Remove __kmalloc_node() test
authorKees Cook <kees@kernel.org>
Fri, 31 May 2024 18:57:07 +0000 (11:57 -0700)
committerKees Cook <kees@kernel.org>
Fri, 31 May 2024 20:47:41 +0000 (13:47 -0700)
commit99a6087dfdc65303d26ab5fba2dacd8931b82b08
tree1e33f104f6583744d54f3e49423d6b05009fb261
parent4e173c825b1914d5b118bbf26f0168102d56ae95
kunit/fortify: Remove __kmalloc_node() test

__kmalloc_node() is considered an "internal" function to the Slab, so
drop it from explicit testing.

Link: https://lore.kernel.org/r/20240531185703.work.588-kees@kernel.org
Signed-off-by: Kees Cook <kees@kernel.org>
lib/fortify_kunit.c