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:	Wed, 27 Aug 2014 18:10:25 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	erik.hugne@...csson.com
Cc:	jon.maloy@...csson.com, ying.xue@...driver.com,
	richard.alpe@...csson.com, netdev@...r.kernel.org,
	tipc-discussion@...ts.sourceforge.net
Subject: Re: [PATCH v3 net-next 1/2] tipc: refactor name table updates out
 of named packet receive routine

From: <erik.hugne@...csson.com>
Date: Tue, 26 Aug 2014 17:05:49 +0200

> From: Erik Hugne <erik.hugne@...csson.com>
> 
> We need to perform the same actions when processing deferred name
> table updates, so this functionality is moved to a separate
> function.
> 
> Signed-off-by: Erik Hugne <erik.hugne@...csson.com>
> Signed-off-by: Jon Maloy <jon.maloy@...csson.com>
> Acked-by: Ying Xue <ying.xue@...driver.com>

This patch set adds compiler warnings:

net/tipc/name_distr.c: In function ‘tipc_named_process_backlog’:
net/tipc/name_distr.c:346:7: warning: comparison of distinct pointer types lacks a cast [enabled by default]
net/tipc/name_distr.c:346:7: warning: comparison of distinct pointer types lacks a cast [enabled by default]

Please fix them and resubmit the entire series.


Thanks.

Powered by blists - more mailing lists