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-next>] [day] [month] [year] [list]
Date:	Mon, 17 Nov 2008 09:55:10 -0800
From:	Joe Perches <joe@...ches.com>
To:	netdev@...r.kernel.org
Cc:	David Miller <davem@...emloft.net>,
	Frank Blaschka <frank.blaschka@...ibm.com>,
	Jeff Garzik <jeff@...zik.org>
Subject: [PATCH 0/2] csum_partial doesn't need cast

The first argument to csum_partial is const void *
casts to char/u8 * are not necessary

 drivers/s390/net/qeth_core_offl.c |    8 ++++----
 include/net/checksum.h            |    2 +-
 include/net/ip_vs.h               |    6 +++---
 net/core/netpoll.c                |    2 +-
 net/ipv4/inet_lro.c               |    4 ++--
 net/ipv4/tcp_ipv4.c               |    4 ++--
 net/ipv6/icmp.c                   |    4 ++--
 net/ipv6/mcast.c                  |    2 +-
 net/ipv6/ndisc.c                  |    4 ++--
 net/ipv6/tcp_ipv6.c               |    6 +++---
 net/unix/af_unix.c                |    4 ++--
 11 files changed, 23 insertions(+), 23 deletions(-)

Signed-off-by: Joe Perches <joe@...ches.com>


--
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