Files
android_kernel_fxtec_sm6115/include/linux
Florian Westphal dcb8f5c813 netfilter: xtables: fix warnings on 32bit platforms
On 32bit archs gcc complains due to cast from void* to u64.
Add intermediate casts to long to silence these warnings.

include/linux/netfilter/x_tables.h:376:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
include/linux/netfilter/x_tables.h:384:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
include/linux/netfilter/x_tables.h:391:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
include/linux/netfilter/x_tables.h:400:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Fixes: 71ae0dff02 ("netfilter: xtables: use percpu rule counters")
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2015-06-18 21:14:33 +02:00
..
2015-05-26 14:03:45 +03:00
2014-09-22 16:48:47 +09:00
2014-11-24 17:24:08 -05:00
2015-04-07 11:17:34 +02:00
2012-12-02 00:05:12 +00:00
2009-04-01 08:59:23 -07:00
2005-04-16 15:20:36 -07:00
2011-03-11 14:25:50 +00:00
2015-04-17 09:03:53 -04:00
2015-05-04 13:09:55 -06:00
2015-04-17 08:31:12 -06:00
2010-08-04 11:00:45 +02:00
2014-11-10 09:27:30 -07:00
2005-04-16 15:20:36 -07:00
2008-01-28 23:21:18 +01:00
2014-01-16 10:23:02 +10:30
2015-04-03 16:18:02 +02:00
2005-04-16 15:20:36 -07:00
2013-08-28 21:35:14 -07:00
2013-12-11 15:52:34 +01:00
2015-05-14 17:55:51 -07:00
2015-04-14 16:49:05 -07:00
2014-10-09 22:25:58 -04:00
2014-01-27 21:02:39 -08:00
2015-05-09 22:15:31 -04:00
2015-04-23 14:36:28 -04:00
2012-12-11 17:22:27 -08:00
2015-05-27 14:19:44 -04:00
2015-04-12 21:03:31 +02:00
2010-02-10 17:47:17 -08:00
2013-07-03 16:08:05 -07:00
2013-06-17 16:38:57 -07:00
2015-04-11 15:53:35 -04:00
2015-02-13 21:21:35 -08:00
2013-04-30 15:50:12 +05:30
2012-08-21 16:28:31 +02:00
2012-10-09 16:22:32 +09:00
2015-05-10 19:26:37 +02:00
2015-04-11 22:29:44 -04:00
2005-04-16 15:20:36 -07:00
2014-06-04 16:53:57 -07:00
2015-04-15 16:35:20 -07:00