Re: [PATCH v2] selftests/zram: Adding zram tests

2015-08-18 Thread Naresh Kamboju
Hi Shuah Khan, On 18 August 2015 at 03:14, Shuah Khan wrote: > On 08/17/2015 02:39 PM, naresh.kamb...@linaro.org wrote: >> From: Naresh Kamboju > > Are you using git send-email to send this patch? Not sure why > I see this From and the one below. I do use git send-email to send this patch. Fro

Re: [PATCH v2] selftests/zram: Adding zram tests

2015-08-17 Thread Shuah Khan
On 08/17/2015 02:39 PM, naresh.kamb...@linaro.org wrote: > From: Naresh Kamboju Are you using git send-email to send this patch? Not sure why I see this From and the one below. > > zram.sh: sanity check of CONFIG_ZRAM and run zram01.sh and zram02.sh > zram01.sh: creates general purpose ram disk

[PATCH v2] selftests/zram: Adding zram tests

2015-08-17 Thread naresh . kamboju
From: Naresh Kamboju zram.sh: sanity check of CONFIG_ZRAM and run zram01.sh and zram02.sh zram01.sh: creates general purpose ram disks with different filesystems zram02.sh: creates block device for swap zram_lib.sh: create library with initialization/cleanup functions README: ZRAM introduction an