lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20170516.151832.1830591267264185393.davem@davemloft.net> Date: Tue, 16 May 2017 15:18:32 -0400 (EDT) From: David Miller <davem@...emloft.net> To: yhs@...com Cc: daniel@...earbox.net, netdev@...r.kernel.org, kernel-team@...com Subject: Re: [PATCH net] selftests/bpf: fix broken build due to types.h Please correct the address of the netdev list (it is just plain 'netdev' not 'linux-netdev'). Secondly, __always_inline should not be defined by types.h That has to come from linux/compiler.h which we have no reason to define a private version of for eBPF clang compilation. The problem is that via several layers of indirection, linux/types.h eventually includes linux/compiler.h and that is probably the more appropriate thing for you to do.
Powered by blists - more mailing lists