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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 17 Nov 2014 16:35:32 -0500 (EST) From: David Miller <davem@...emloft.net> To: eric.dumazet@...il.com Cc: fabf@...net.be, linux-kernel@...r.kernel.org, netdev@...r.kernel.org Subject: Re: [PATCH 1/1 net-next] net/core: include linux/types.h instead of asm/types.h From: Eric Dumazet <eric.dumazet@...il.com> Date: Mon, 17 Nov 2014 13:22:56 -0800 > On Mon, 2014-11-17 at 22:08 +0100, Fabian Frederick wrote: >> Signed-off-by: Fabian Frederick <fabf@...net.be> >> --- >> net/core/link_watch.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/net/core/link_watch.c b/net/core/link_watch.c >> index bd0767e..49a9e3e 100644 >> --- a/net/core/link_watch.c >> +++ b/net/core/link_watch.c >> @@ -21,7 +21,7 @@ >> #include <linux/spinlock.h> >> #include <linux/workqueue.h> >> #include <linux/bitops.h> >> -#include <asm/types.h> >> +#include <linux/types.h> >> > > We have 99 such occurrences in net/ > > Are you going to send 99 patches ? Yeah, probably best to consolidate into one or a few patches. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists