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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 26 Jan 2010 21:15:14 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	joe@...ches.com
Cc:	netdev@...r.kernel.org
Subject: Re: [net-next PATCH 00/21] net/atm neatening cleanups

From: Joe Perches <joe@...ches.com>
Date: Tue, 26 Jan 2010 21:11:49 -0800

> On Tue, 2010-01-26 at 20:57 -0800, David Miller wrote:
>> From: Joe Perches <joe@...ches.com>
>> Date: Tue, 26 Jan 2010 13:39:59 -0800
>> > Miscellaneous cleanups to net/atm
>> All looks good.
> 
> Unfortunately, appearances aren't necessarily trustworthy.
> 5/21 is missing a close parenthesis.
> 
> +	print_hex_dump(KERN_DEBUG, "br2684: skb: ", DUMP_OFFSET,
> +	               16, 1, skb->data, min(NUM2PRINT, skb->len, true);
>  #endif
> 
> should be:
> 
> +	print_hex_dump(KERN_DEBUG, "br2684: skb: ", DUMP_OFFSET,
> +	               16, 1, skb->data, min(NUM2PRINT, skb->len), true);
>  #endif
> 
> Want an updated 5/21 or another patch?

I'll fix it up myself, thanks.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ