[GIT PULL] Driver core fixes for 4.13-rc5
From: Greg KH
Date: Sat Aug 12 2017 - 22:21:30 EST
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.13-rc5
for you to fetch changes up to 260d9f2fc5655a2552701cdd0b909c4466732f19:
firmware: avoid invalid fallback aborts by using killable wait (2017-08-10 13:54:16 -0700)
----------------------------------------------------------------
driver core fixes for 4.13-rc5
Here are 3 firmware core fixes for 4.13-rc5.
All three of these fix reported issues and have been floating around for
a few weeks. They have been in linux-next with no reported problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Luis R. Rodriguez (3):
firmware: fix batched requests - wake all waiters
firmware: fix batched requests - send wake up on failure on direct lookups
firmware: avoid invalid fallback aborts by using killable wait
drivers/base/firmware_class.c | 49 ++++++++++++++++++++++++++++++-------------
1 file changed, 34 insertions(+), 15 deletions(-)