Re: [PATCH] test_bpf: Use ULL suffix for 64-bit constants

2017-05-03 Thread David Miller
From: Geert Uytterhoeven Date: Wed, 3 May 2017 13:31:04 +0200 > On 32-bit: > > lib/test_bpf.c:4772: warning: integer constant is too large for ‘unsigned > long’ type > lib/test_bpf.c:4772: warning: integer constant is too large for ‘unsigned > long’ type > lib/test_bpf.c:4773: war

Re: [PATCH] test_bpf: Use ULL suffix for 64-bit constants

2017-05-03 Thread Daniel Borkmann
On 05/03/2017 01:31 PM, Geert Uytterhoeven wrote: On 32-bit: lib/test_bpf.c:4772: warning: integer constant is too large for ‘unsigned long’ type lib/test_bpf.c:4772: warning: integer constant is too large for ‘unsigned long’ type lib/test_bpf.c:4773: warning: integer constant i

[PATCH] test_bpf: Use ULL suffix for 64-bit constants

2017-05-03 Thread Geert Uytterhoeven
On 32-bit: lib/test_bpf.c:4772: warning: integer constant is too large for ‘unsigned long’ type lib/test_bpf.c:4772: warning: integer constant is too large for ‘unsigned long’ type lib/test_bpf.c:4773: warning: integer constant is too large for ‘unsigned long’ type lib/test_bpf.