Hi all, After merging the final tree, today's linux-next build (sparc64 defconfig) produced this warning: kernel/seccomp.c: In function '__secure_computing': kernel/seccomp.c:445:1: warning: label 'skip' defined but not used [-Wunused-label] kernel/seccomp.c:381:6: warning: unused variable 'data' [-Wunused-variable] kernel/seccomp.c:380:6: warning: unused variable 'ret' [-Wunused-variable] Introduced by commit acf3b2c71ed2 ("seccomp: add SECCOMP_RET_ERRNO"). This build has CONFIG_SECCOMP_FILTER turned off. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au