Hi Jeff, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc5 next-20190822] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Jeff-Vander-Stoep/rtnetlink-gate-MAC-address-with-an-LSM-hook/20190823-071253 config: s390-debug_defconfig (attached as .config) compiler: s390-linux-gcc (GCC) 7.4.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=s390 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from include/linux/sched.h:12:0, from include/linux/tracehook.h:46, from security/selinux/hooks.c:27: security/selinux/hooks.c: In function 'selinux_netlink_receive': >> arch/s390/include/asm/current.h:17:17: error: passing argument 1 of 'sock_has_perm' from incompatible pointer type [-Werror=incompatible-pointer-types] #define current ((struct task_struct *const)S390_lowcore.current_task) ^ security/selinux/hooks.c:5830:23: note: in expansion of macro 'current' return sock_has_perm(current, sk, NETLINK_ROUTE_SOCKET__NLMSG_READPRIV); ^~~~~~~ security/selinux/hooks.c:4422:12: note: expected 'struct sock *' but argument is of type 'struct task_struct *' static int sock_has_perm(struct sock *sk, u32 perms) ^~~~~~~~~~~~~ security/selinux/hooks.c:5830:32: warning: passing argument 2 of 'sock_has_perm' makes integer from pointer without a cast [-Wint-conversion] return sock_has_perm(current, sk, NETLINK_ROUTE_SOCKET__NLMSG_READPRIV); ^~ security/selinux/hooks.c:4422:12: note: expected 'u32 {aka unsigned int}' but argument is of type 'struct sock *' static int sock_has_perm(struct sock *sk, u32 perms) ^~~~~~~~~~~~~ security/selinux/hooks.c:5830:9: error: too many arguments to function 'sock_has_perm' return sock_has_perm(current, sk, NETLINK_ROUTE_SOCKET__NLMSG_READPRIV); ^~~~~~~~~~~~~ security/selinux/hooks.c:4422:12: note: declared here static int sock_has_perm(struct sock *sk, u32 perms) ^~~~~~~~~~~~~ cc1: some warnings being treated as errors vim +/sock_has_perm +17 arch/s390/include/asm/current.h ^1da177e4c3f41 include/asm-s390/current.h Linus Torvalds 2005-04-16 16 ^1da177e4c3f41 include/asm-s390/current.h Linus Torvalds 2005-04-16 @17 #define current ((struct task_struct *const)S390_lowcore.current_task) ^1da177e4c3f41 include/asm-s390/current.h Linus Torvalds 2005-04-16 18 :::::: The code at line 17 was first introduced by commit :::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2 :::::: TO: Linus Torvalds :::::: CC: Linus Torvalds --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation