summaryrefslogtreecommitdiffstats
path: root/drivers/bcma/driver_mips.c
diff options
context:
space:
mode:
authorTakashi Iwai2013-05-22 18:28:38 +0200
committerGreg Kroah-Hartman2013-06-03 22:57:29 +0200
commitfe304143b0c3d43fbf13773bcd4a7989a1fb4e1c (patch)
tree882efb8d1ce0c0ed0140e5c88d89677ce9037b2b /drivers/bcma/driver_mips.c
parentdell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitly (diff)
downloadkernel-qcow2-linux-fe304143b0c3d43fbf13773bcd4a7989a1fb4e1c.tar.gz
kernel-qcow2-linux-fe304143b0c3d43fbf13773bcd4a7989a1fb4e1c.tar.xz
kernel-qcow2-linux-fe304143b0c3d43fbf13773bcd4a7989a1fb4e1c.zip
firmware: Avoid deadlock of usermodehelper lock at shutdown
When a system goes to reboot/shutdown, it tries to disable the usermode helper via usermodehelper_disable(). This might be blocked when a driver tries to load a firmware beforehand and it's stuck by some reason. For example, dell_rbu driver loads the firmware in non-hotplug mode and waits for user-space clearing the loading sysfs flag. If user-space doesn't clear the flag, it waits forever, thus blocks the reboot, too. As a workaround, in this patch, the firmware class driver registers a reboot notifier so that it can abort all pending f/w bufs before issuing usermodehelper_disable(). Signed-off-by: Takashi Iwai <tiwai@suse.de> Acked-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/bcma/driver_mips.c')
0 files changed, 0 insertions, 0 deletions