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,URIBL_BLOCKED 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 0F682C169C4 for ; Fri, 8 Feb 2019 12:00:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CB80B218DA for ; Fri, 8 Feb 2019 12:00:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549627252; bh=FqpE7wV8Mn9+DY7VIOAdwKA6Wclbogqs+2OX2Wvp3eU=; h=Subject:To:From:Date:List-ID:From; b=0Wg7onVgw/DcRYYuiLHTdcY/DSI+5AhOBzamCqmLp+Z4EnZoLkmSSzi8o/NwTnny0 0rTo6kcF9mb6sUVE/YJA3zU6FKtQgqNaf8Ula0n6iUdEV7ysiQluJgajoo4KTlgUic hoDw3RhUflaXMadGt4LQ8f0OY5pIQmS7dSGc72AQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726522AbfBHMAw (ORCPT ); Fri, 8 Feb 2019 07:00:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:49086 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726230AbfBHMAw (ORCPT ); Fri, 8 Feb 2019 07:00:52 -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 C6520218DA; Fri, 8 Feb 2019 12:00:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549627251; bh=FqpE7wV8Mn9+DY7VIOAdwKA6Wclbogqs+2OX2Wvp3eU=; h=Subject:To:From:Date:From; b=vbTE2rCSwQlwjEG2cLqsUe3O22qAPcYSyHfTg9FS5IUH+8xIddOO9aYCUwOGRGGFj LOzNkWOR02UfoXA24Cjkwqcht7pJUys4+Lx6sin7xToM0kTMkjBRp98wtyt9YHwnmh MTetyC60guYSZLywa0CQk91I4pTB0NZwmLlfPh2I= Subject: patch "Revert "selftests: firmware: add" added to driver-core-testing To: mcgrof@kernel.org, gregkh@linuxfoundation.org, stable@vger.kernel.org From: Date: Fri, 08 Feb 2019 13:00:48 +0100 Message-ID: <1549627248744@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-testing 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 be merged to the driver-core-next branch sometime soon, after it passes testing, and the merge window is open. 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