Re: [PATCH 1/2] selftests: firmware: skip unsupported async loading tests

2017-11-08 Thread Shuah Khan
On 11/08/2017 04:47 AM, Amit Pundir wrote: > Ignore async firmware loading tests on older kernel releases, > which do not support this feature. > > Signed-off-by: Amit Pundir > --- > tools/testing/selftests/firmware/fw_filesystem.sh | 34 > ++- > 1

Re: [PATCH 1/2] selftests: firmware: skip unsupported async loading tests

2017-11-08 Thread Shuah Khan
On 11/08/2017 04:47 AM, Amit Pundir wrote: > Ignore async firmware loading tests on older kernel releases, > which do not support this feature. > > Signed-off-by: Amit Pundir > --- > tools/testing/selftests/firmware/fw_filesystem.sh | 34 > ++- > 1 file changed, 21

Re: [PATCH 1/2] selftests: firmware: skip unsupported async loading tests

2017-11-08 Thread Greg Kroah-Hartman
On Wed, Nov 08, 2017 at 05:17:39PM +0530, Amit Pundir wrote: > Ignore async firmware loading tests on older kernel releases, > which do not support this feature. > > Signed-off-by: Amit Pundir Acked-by: Greg Kroah-Hartman

Re: [PATCH 1/2] selftests: firmware: skip unsupported async loading tests

2017-11-08 Thread Greg Kroah-Hartman
On Wed, Nov 08, 2017 at 05:17:39PM +0530, Amit Pundir wrote: > Ignore async firmware loading tests on older kernel releases, > which do not support this feature. > > Signed-off-by: Amit Pundir Acked-by: Greg Kroah-Hartman

[PATCH 1/2] selftests: firmware: skip unsupported async loading tests

2017-11-08 Thread Amit Pundir
Ignore async firmware loading tests on older kernel releases, which do not support this feature. Signed-off-by: Amit Pundir --- tools/testing/selftests/firmware/fw_filesystem.sh | 34 ++- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git

[PATCH 1/2] selftests: firmware: skip unsupported async loading tests

2017-11-08 Thread Amit Pundir
Ignore async firmware loading tests on older kernel releases, which do not support this feature. Signed-off-by: Amit Pundir --- tools/testing/selftests/firmware/fw_filesystem.sh | 34 ++- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git