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
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 15 Feb 2012 14:01:12 -0800
From:	Randy Dunlap <rdunlap@...otime.net>
To:	David Miller <davem@...emloft.net>
CC:	sfr@...b.auug.org.au, linux-next@...r.kernel.org,
	linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: linux-next: Tree for Feb 15 (decnet)

On 02/15/2012 01:38 PM, David Miller wrote:
> From: Randy Dunlap <rdunlap@...otime.net>
> Date: Wed, 15 Feb 2012 11:52:03 -0800
> 
>> On 02/14/2012 09:03 PM, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20120214:
>>
>>
>> on x86_64:
>>
>>   CC      net/decnet/dn_nsp_in.o
>> In file included from /next/linux-next-20120215/net/decnet/dn_nsp_in.c:75:0:
>> /next/linux-next-20120215/include/net/dn.h:195:65: warning: 'struct flowidn' declared inside parameter list
> 
> I can't reproduce this in the net-next tree using your config but I can
> certainly fix it, as follows :-)

Yes, you fixed it.  Thanks.

Acked-by: Randy Dunlap <rdunlap@...otime.net>


> --------------------
> decnet: net/dn.h needs net/flow.h
> 
> Reported-by: Randy Dunlap <rdunlap@...otime.net>
> Signed-off-by: David S. Miller <davem@...emloft.net>
> ---
>  include/net/dn.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/net/dn.h b/include/net/dn.h
> index 298521e..814af0b 100644
> --- a/include/net/dn.h
> +++ b/include/net/dn.h
> @@ -3,6 +3,7 @@
>  
>  #include <linux/dn.h>
>  #include <net/sock.h>
> +#include <net/flow.h>
>  #include <asm/byteorder.h>
>  #include <asm/unaligned.h>
>  


-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ