Re: [PATCH 2/2] selftests: firmware: skip unsupported custom firmware fallback tests

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

Re: [PATCH 2/2] selftests: firmware: skip unsupported custom firmware fallback tests

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

Re: [PATCH 2/2] selftests: firmware: skip unsupported custom firmware fallback tests

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

Re: [PATCH 2/2] selftests: firmware: skip unsupported custom firmware fallback tests

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

[PATCH 2/2] selftests: firmware: skip unsupported custom firmware fallback tests

2017-11-08 Thread Amit Pundir
Ignore custom firmware loading and cancellation tests on older kernel releases, which do not support this feature. Signed-off-by: Amit Pundir --- tools/testing/selftests/firmware/fw_fallback.sh | 38 + 1 file changed, 26 insertions(+), 12

[PATCH 2/2] selftests: firmware: skip unsupported custom firmware fallback tests

2017-11-08 Thread Amit Pundir
Ignore custom firmware loading and cancellation tests on older kernel releases, which do not support this feature. Signed-off-by: Amit Pundir --- tools/testing/selftests/firmware/fw_fallback.sh | 38 + 1 file changed, 26 insertions(+), 12 deletions(-) diff --git