Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <stable@vger.kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Luis Chamberlain and committed by
Greg Kroah-Hartman
d2b284d3 2c6f4fc8

-1
-1
tools/testing/selftests/firmware/config
··· 1 1 CONFIG_TEST_FIRMWARE=y 2 2 CONFIG_FW_LOADER=y 3 3 CONFIG_FW_LOADER_USER_HELPER=y 4 - CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y 5 4 CONFIG_IKCONFIG=y 6 5 CONFIG_IKCONFIG_PROC=y