From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh at linuxfoundation.org (Greg Kroah-Hartman) Date: Wed, 8 Nov 2017 13:41:23 +0100 Subject: [Linux-kselftest-mirror] [PATCH 1/2] selftests: firmware: skip unsupported async loading tests In-Reply-To: <1510141660-31612-2-git-send-email-amit.pundir@linaro.org> References: <1510141660-31612-1-git-send-email-amit.pundir@linaro.org> <1510141660-31612-2-git-send-email-amit.pundir@linaro.org> Message-ID: <20171108124123.GA23612@kroah.com> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Wed, 8 Nov 2017 13:41:23 +0100 Subject: [Linux-kselftest-mirror] [PATCH 1/2] selftests: firmware: skip unsupported async loading tests In-Reply-To: <1510141660-31612-2-git-send-email-amit.pundir@linaro.org> References: <1510141660-31612-1-git-send-email-amit.pundir@linaro.org> <1510141660-31612-2-git-send-email-amit.pundir@linaro.org> Message-ID: <20171108124123.GA23612@kroah.com> Content-Type: text/plain; charset="UTF-8" Message-ID: <20171108124123.2Y-Ny-ZHhFBOQGVShiyp8jAgQIeWK-qAZ9sRQc0xzek@z> On Wed, Nov 08, 2017@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 -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752468AbdKHMlM (ORCPT ); Wed, 8 Nov 2017 07:41:12 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41454 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752431AbdKHMlL (ORCPT ); Wed, 8 Nov 2017 07:41:11 -0500 Date: Wed, 8 Nov 2017 13:41:23 +0100 From: Greg Kroah-Hartman To: Amit Pundir Cc: kselftest , lkml , Shuah Khan , "Luis R . Rodriguez" , Masami Hiramatsu , Sumit Semwal Subject: Re: [PATCH 1/2] selftests: firmware: skip unsupported async loading tests Message-ID: <20171108124123.GA23612@kroah.com> References: <1510141660-31612-1-git-send-email-amit.pundir@linaro.org> <1510141660-31612-2-git-send-email-amit.pundir@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1510141660-31612-2-git-send-email-amit.pundir@linaro.org> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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