From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752817AbdKHQtK (ORCPT ); Wed, 8 Nov 2017 11:49:10 -0500 Received: from mx2.suse.de ([195.135.220.15]:54639 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752256AbdKHQtD (ORCPT ); Wed, 8 Nov 2017 11:49:03 -0500 Date: Wed, 8 Nov 2017 17:49:01 +0100 From: "Luis R. Rodriguez" To: Amit Pundir Cc: kselftest , lkml , Shuah Khan , Greg Kroah-Hartman , "Luis R . Rodriguez" , Masami Hiramatsu , Sumit Semwal Subject: Re: [PATCH 0/2] selftests: firmware: skip testing unsupported features Message-ID: <20171108164901.GN22894@wotan.suse.de> References: <1510141660-31612-1-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-1-git-send-email-amit.pundir@linaro.org> User-Agent: Mutt/1.6.0 (2016-04-01) 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:38PM +0530, Amit Pundir wrote: > Hi, > > At Linaro we run mainline/linux-next selftests on LTS releases and > run into few test failures due to kernel mismatch or missing upstream > functionality in older kernels. Discussed at length here: > https://lkml.org/lkml/2017/6/15/652 > > This patch series is an attempt to modify selftest firmware test scripts. > The proposed changes skip/ignore testing the upstream functionality > missing in the older kernel releases. > > Regards, > Amit Pundir > > > Amit Pundir (2): > selftests: firmware: skip unsupported async loading tests > selftests: firmware: skip unsupported custom firmware fallback tests For both, if you re-send with a Fixes tag that would be appreciated, there is tooling now in place so that when a Fixes tag is used maintainers in a distro kernel merge these patches as well when relevant. If you can resend with that tag, or if Shuah is willing to amend the commit log with them if you provide it: Acked-by: Luis R. Rodriguez Luis