Re: [lng-odp] [PATCH 2/2] validation: packet: ensure user area is copied correctly

2016-06-08 Thread Zoltan Kiss
Reviewed-by: Zoltan Kiss On 07/06/16 15:53, Bill Fischofer wrote: As part of resolution of Bug https://bugs.linaro.org/show_bug.cgi?id=2310 make sure that odp_packet_copy() handles user area copies correctly. The copy should fail if the target pool's user area size is not large enough to contai

[lng-odp] [PATCH 2/2] validation: packet: ensure user area is copied correctly

2016-06-07 Thread Bill Fischofer
As part of resolution of Bug https://bugs.linaro.org/show_bug.cgi?id=2310 make sure that odp_packet_copy() handles user area copies correctly. The copy should fail if the target pool's user area size is not large enough to contain the source user area. Signed-off-by: Bill Fischofer --- test/vali