Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

SELinux: selinux/xfrm.h needs net/flow.h

selinux/xfrm.h needs to #include net/flow.h or else suffer:

In file included from security/selinux/ss/services.c:69:0:
security/selinux/include/xfrm.h: In function 'selinux_xfrm_notify_policyload':
security/selinux/include/xfrm.h:53:14: error: 'flow_cache_genid' undeclared (first use in this function)
security/selinux/include/xfrm.h:53:14: note: each undeclared identifier is reported only once for each function it appears in

Signed-off-by: David Howells <dhowells@redhat.com>

+2
+2
security/selinux/include/xfrm.h
··· 7 7 #ifndef _SELINUX_XFRM_H_ 8 8 #define _SELINUX_XFRM_H_ 9 9 10 + #include <net/flow.h> 11 + 10 12 int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, 11 13 struct xfrm_user_sec_ctx *sec_ctx); 12 14 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx,