Re: [PATCH 10/11] net: ipv4: hlen could be set as size_t

2015-10-23 Thread David Miller
From: LABBE Corentin Date: Fri, 23 Oct 2015 15:21:00 +0200 > I have added all mailing list given by get_maintainer but this was done per > patch with --to-cmd/--cc-cmd > Does it is better to put all mailing list globally ? > > For the (0/N) mail, I forgot to add a subject on it > https://lkml.

Re: [PATCH 10/11] net: ipv4: hlen could be set as size_t

2015-10-23 Thread LABBE Corentin
On Fri, Oct 23, 2015 at 06:08:52AM -0700, David Miller wrote: > From: LABBE Corentin > Date: Fri, 23 Oct 2015 14:10:35 +0200 > > > The hlen member of raw_frag_vec is used in operation/function that wait > > for unsigned value. So it need to be set as size_t. > > > > Signed-off-by: LABBE Corentin

Re: [PATCH 10/11] net: ipv4: hlen could be set as size_t

2015-10-23 Thread David Miller
From: LABBE Corentin Date: Fri, 23 Oct 2015 14:10:35 +0200 > The hlen member of raw_frag_vec is used in operation/function that wait > for unsigned value. So it need to be set as size_t. > > Signed-off-by: LABBE Corentin You really need to test your changes. Particularly on a platform where s

Re: [PATCH 10/11] net: ipv4: hlen could be set as size_t

2015-10-23 Thread kbuild test robot
Hi LABBE, [auto build test WARNING on net/master -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/LABBE-Corentin/net-change-len-parameter-type-for-memcpy_-to-from-_msg/20151023-201642 config: xtensa-allyes

[PATCH 10/11] net: ipv4: hlen could be set as size_t

2015-10-23 Thread LABBE Corentin
The hlen member of raw_frag_vec is used in operation/function that wait for unsigned value. So it need to be set as size_t. Signed-off-by: LABBE Corentin --- net/ipv4/raw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 561cd4b..a00aaed