mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
KEYS: Include linux/errno.h in linux/verification.h
[ Upstream commit0a596b0682] Add inclusion of linux/errno.h as otherwise the reference to EINVAL may be invalid. Fixes:f3cf4134c5("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>
This commit is contained in:
parent
e7ba68a6db
commit
93a2477b87
|
|
@ -8,6 +8,7 @@
|
|||
#ifndef _LINUX_VERIFICATION_H
|
||||
#define _LINUX_VERIFICATION_H
|
||||
|
||||
#include <linux/errno.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user