Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1710421 > unrolled thread

[GIT PULL] Driver core fixes for 4.13-rc5

Started byGreg KH <gregkh@linuxfoundation.org>
First post2017-08-13 04:30 +0200
Last post2017-08-13 04:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Driver core fixes for 4.13-rc5 Greg KH <gregkh@linuxfoundation.org> - 2017-08-13 04:30 +0200

#1710421 — [GIT PULL] Driver core fixes for 4.13-rc5

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-08-13 04:30 +0200
Subject[GIT PULL] Driver core fixes for 4.13-rc5
Message-ID<udQP7-ZR-3@gated-at.bofh.it>
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@linuxfoundation.org>

----------------------------------------------------------------
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web