From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CEDB7C282C4 for ; Sat, 9 Feb 2019 08:03:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8F6FF20869 for ; Sat, 9 Feb 2019 08:03:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549699402; bh=sCYyJgRIHqKwfVu4yPeXQaz9EREcf5S36RTX+xqFQlo=; h=Subject:To:From:Date:List-ID:From; b=pPmEvdjrSMfTlZmaBCpUClLWQxOHWBImn6YsD/7tymY2KCo+Lg3eR+Q/twiFPYwHv fwsSlDRHNx1L+BdDJ6RuXSUijHwdTxFe1AclW9gCD8aWtYB8qdeeLls38dQc/DKgf0 s6PVw+6kyw55zkR8e7JbYokDTpwbDwc+zZhwN2oQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726704AbfBIIDW (ORCPT ); Sat, 9 Feb 2019 03:03:22 -0500 Received: from mail.kernel.org ([198.145.29.99]:38042 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725946AbfBIIDW (ORCPT ); Sat, 9 Feb 2019 03:03:22 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0C64F20869; Sat, 9 Feb 2019 08:03:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549699401; bh=sCYyJgRIHqKwfVu4yPeXQaz9EREcf5S36RTX+xqFQlo=; h=Subject:To:From:Date:From; b=AED2ULNgbyRNefNuVsKddxaFzGpMPocka99WGnadOYQS6eGFMMQ5v9EpnqhRwhjhO ohC97H8nKG0ZZ3sLm/ua1TP1reXb+DH6Adcg3XJw5p3MWZFNphnaZyG594xheiG1QC l4DMEAaILPoGWfwoaOoXtCFXItIVNSEYIPvnUtA0= Subject: patch "Revert "selftests: firmware: add" added to driver-core-next To: mcgrof@kernel.org, gregkh@linuxfoundation.org, stable@vger.kernel.org From: Date: Sat, 09 Feb 2019 09:02:59 +0100 Message-ID: <154969937995241@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is a note to let you know that I've just added the patch titled Revert "selftests: firmware: add to my driver-core git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git in the driver-core-next branch. The patch will show up in the next release of the linux-next tree (usually sometime within the next 24 hours during the week.) The patch will also be merged in the next major kernel release during the merge window. If you have any questions about this process, please let me know. >From d2b284d356e9758d2bafd505d482e3c9433ef424 Mon Sep 17 00:00:00 2001 From: Luis Chamberlain Date: Thu, 7 Feb 2019 11:06:00 -0800 Subject: Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config" This reverts commit 7492902e8d22b568463897fa967c0886764cf034. The commit tried to address an issue discovered by Dan where he got a message saying: 'usermode helper disabled so ignoring test'. Dans's commit is forcing CONFIG_FW_LOADER_USER_HELPER_FALLBACK but just having CONFIG_FW_LOADER_USER_HELPER suffices to emulate the_FALLBACK functionality. Dan's commit is trying to fix an issue which is hidden from a previous commit. That issue will be addressed properly next. Fixes: 7492902e8d22 ("selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config") Cc: stable Signed-off-by: Luis Chamberlain Signed-off-by: Greg Kroah-Hartman --- tools/testing/selftests/firmware/config | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/firmware/config b/tools/testing/selftests/firmware/config index 913a25a4a32b..bf634dda0720 100644 --- a/tools/testing/selftests/firmware/config +++ b/tools/testing/selftests/firmware/config @@ -1,6 +1,5 @@ CONFIG_TEST_FIRMWARE=y CONFIG_FW_LOADER=y CONFIG_FW_LOADER_USER_HELPER=y -CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -- 2.20.1