KEYS: Include linux/errno.h in linux/verification.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 26 Aug 2023 08:36:41 +0000 (16:36 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 10:59:18 +0000 (11:59 +0100)
commit93a2477b87e1949e271ffa91d6cc316498ac40e1
treee74d3f944cfe50f606c9b4e33136c28acaeaa143
parente7ba68a6db8afb3f5a78ab83f73b12c8b64bd306
KEYS: Include linux/errno.h in linux/verification.h

[ Upstream commit 0a596b0682a7ce37e26c36629816f105c6459d06 ]

Add inclusion of linux/errno.h as otherwise the reference to EINVAL
may be invalid.

Fixes: f3cf4134c5c6 ("bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308261414.HKw1Mrip-lkp@intel.com/
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/verification.h