tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: ca85855bdcae8f84f1512e88b4c75009ea17ea2f commit: 21bffcb76ee2fbafc7d5946cef10abc9df5cfff7 selftests/seccomp: Fix seccomp failure by adding missing headers date: 5 months ago reproduce: make O=/tmp/kselftest -C tools/testing/selftests If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All warnings (new ones prefixed by >>): seccomp_bpf.c: In function 'get_metadata': seccomp_bpf.c:3253:33: error: storage size of 'md' isn't known 3253 | struct seccomp_metadata md; | ^~ >> seccomp_bpf.c:3253:33: warning: unused variable 'md' [-Wunused-variable] -- 0-DAY CI Kernel Test Service https://01.org/lkp