Daniel Borkmann
cea80ea8d2
net: checksum: fix warning in skb_checksum
...
This patch fixes a build warning in skb_checksum() by wrapping the
csum_partial() usage in skb_checksum(). The problem is that on a few
architectures, csum_partial is used with prefix asmlinkage whereas
on most architectures it's not. So fix this up generically as we did
with csum_block_add_ext() to match the signature. Introduced by
2817a336d4 ("net: skb_checksum: allow custom update/combine for
walking skb").
Reported-by: Fengguang Wu <fengguang.wu@intel.com >
Signed-off-by: Daniel Borkmann <dborkman@redhat.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2013-11-04 15:27:08 -05:00
..
2013-09-11 12:34:13 -07:00
2013-09-23 16:53:52 -04:00
2013-10-19 19:12:11 -04:00
2013-08-15 14:37:46 -07:00
2013-05-28 21:58:54 -07:00
2013-10-18 13:56:07 -04:00
2013-10-23 17:03:47 +02:00
2013-10-19 19:12:11 -04:00
2013-11-04 13:48:30 -05:00
2013-09-05 14:31:02 -04:00
2013-10-19 19:12:11 -04:00
2013-10-19 19:12:11 -04:00
2013-11-04 15:27:08 -05:00
2013-03-22 10:31:16 -04:00
2013-10-19 19:12:11 -04:00
2013-10-14 11:29:31 +02:00
2013-07-12 16:09:14 -07:00
2013-09-03 20:57:49 -04:00
2013-09-30 21:52:53 -07:00
2013-11-03 23:20:14 -05:00
2013-10-30 17:18:46 -04:00
2013-11-04 13:48:30 -05:00
2013-11-04 13:48:30 -05:00
2013-08-15 14:37:46 -07:00
2013-10-19 19:12:11 -04:00
2013-07-14 19:36:58 -04:00
2013-09-17 12:17:10 +02:00
2013-10-23 16:49:34 -04:00
2013-09-23 16:52:45 -04:00
2013-09-03 22:34:47 -04:00
2013-10-23 16:49:34 -04:00
2013-10-30 17:18:46 -04:00
2013-10-19 19:36:19 -04:00
2013-11-04 13:48:30 -05:00
2013-10-10 00:08:07 -04:00
2013-09-06 14:43:48 -04:00
2013-06-13 02:36:09 -07:00
2013-08-14 01:13:40 +02:00
2013-11-04 13:48:30 -05:00
2013-08-29 16:43:29 -04:00
2013-08-15 14:37:46 -07:00
2013-10-19 19:45:35 -04:00
2013-09-05 14:54:29 -07:00
2013-06-13 02:36:09 -07:00
2013-10-19 19:12:11 -04:00
2013-11-04 13:48:30 -05:00
2013-11-04 13:48:30 -05:00
2013-10-09 13:04:03 -04:00
2013-10-30 16:54:54 -04:00
2013-10-19 18:50:15 -04:00
2013-08-16 15:37:26 -07:00
2013-10-19 19:12:11 -04:00
2013-10-23 16:49:34 -04:00
2013-10-29 17:35:17 -04:00
2013-11-04 13:48:30 -05:00
2013-10-03 16:05:14 -04:00
2013-11-03 23:20:14 -05:00
2013-11-03 23:20:14 -05:00
2013-10-03 16:05:14 -04:00
2013-10-07 15:57:56 -04:00