Re: [U-Boot] [PATCH 1/6] sandbox: add compression tests

2013-08-19 Thread Simon Glass
On Fri, Aug 16, 2013 at 8:59 AM, Kees Cook wrote: > This adds the "test_compression" command when building the sandbox. This > tests the existing compression and decompression routines for simple > sanity and for buffer overflow conditions. > > Signed-off-by: Kees Cook Acked-by: Simon Glass ___

[U-Boot] [PATCH 1/6] sandbox: add compression tests

2013-08-16 Thread Kees Cook
This adds the "test_compression" command when building the sandbox. This tests the existing compression and decompression routines for simple sanity and for buffer overflow conditions. Signed-off-by: Kees Cook --- v2: - updates, suggested by Simon Glass: - replace license text with correct st

Re: [U-Boot] [PATCH 1/6] sandbox: add compression tests

2013-08-16 Thread Kees Cook
On Thu, Aug 15, 2013 at 10:19 AM, Kees Cook wrote: > On Wed, Aug 14, 2013 at 10:30 AM, Simon Glass wrote: >> On Mon, Aug 12, 2013 at 4:48 PM, Kees Cook wrote: >>> This adds the "test_compression" command when building the sandbox. This >>> tests the existing compression and decompression routine

Re: [U-Boot] [PATCH 1/6] sandbox: add compression tests

2013-08-15 Thread Kees Cook
On Thu, Aug 15, 2013 at 12:32 PM, Simon Glass wrote: > Hi Kees, > > On Thu, Aug 15, 2013 at 11:19 AM, Kees Cook wrote: >> On Wed, Aug 14, 2013 at 10:30 AM, Simon Glass wrote: >>> Hi Kees, >>> >>> On Mon, Aug 12, 2013 at 4:48 PM, Kees Cook wrote: This adds the "test_compression" command whe

Re: [U-Boot] [PATCH 1/6] sandbox: add compression tests

2013-08-15 Thread Simon Glass
Hi Kees, On Thu, Aug 15, 2013 at 11:19 AM, Kees Cook wrote: > On Wed, Aug 14, 2013 at 10:30 AM, Simon Glass wrote: >> Hi Kees, >> >> On Mon, Aug 12, 2013 at 4:48 PM, Kees Cook wrote: >>> This adds the "test_compression" command when building the sandbox. This >>> tests the existing compression

Re: [U-Boot] [PATCH 1/6] sandbox: add compression tests

2013-08-15 Thread Kees Cook
On Wed, Aug 14, 2013 at 10:30 AM, Simon Glass wrote: > Hi Kees, > > On Mon, Aug 12, 2013 at 4:48 PM, Kees Cook wrote: >> This adds the "test_compression" command when building the sandbox. This >> tests the existing compression and decompression routines for simple >> sanity and for buffer overfl

Re: [U-Boot] [PATCH 1/6] sandbox: add compression tests

2013-08-14 Thread Simon Glass
Hi Kees, On Mon, Aug 12, 2013 at 4:48 PM, Kees Cook wrote: > This adds the "test_compression" command when building the sandbox. This > tests the existing compression and decompression routines for simple > sanity and for buffer overflow conditions. > > Signed-off-by: Kees Cook > --- > include/

[U-Boot] [PATCH 1/6] sandbox: add compression tests

2013-08-12 Thread Kees Cook
This adds the "test_compression" command when building the sandbox. This tests the existing compression and decompression routines for simple sanity and for buffer overflow conditions. Signed-off-by: Kees Cook --- include/configs/sandbox.h |5 + test/Makefile |1 + test/compr