linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] firmware: few pending fixes
@ 2017-06-29 20:51 Luis R. Rodriguez
  2017-06-29 20:51 ` [PATCH v3 1/4] firmware: fix batched requests - wake all waiters Luis R. Rodriguez
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Luis R. Rodriguez @ 2017-06-29 20:51 UTC (permalink / raw)
  To: gregkh
  Cc: wagi, yi1.li, takahiro.akashi, luto, ebiederm, dmitry.torokhov,
	arend.vanspriel, dwmw2, rjw, atull, moritz.fischer, pmladek,
	johannes.berg, emmanuel.grumbach, luciano.coelho, kvalo, torvalds,
	keescook, dhowells, pjones, hdegoede, alan, tytso, dave, mawilcox,
	tglx, peterz, mfuzzey, jakub.kicinski, nbroeking, jewalt,
	linux-fsdevel, linux-kernel, Luis R. Rodriguez

Greg,

this v3 series brings together two pending set of of lingering fixes I had
queued up for the firmware API [0] [1] into one series to maker it clear
in what order things should be applied. In this v3 series we just jump
ship away from swait and revert back to the good 'ol wait/completion as
you have suggested.

These changes are available on my branch 20170629-fw-fixes-wait-v3 based on
linux-next tag next-20170629 [2]. I've also tested applying them on Linus'
tree and they apply cleanly there. I've gone ahead and re-tested this series
with all the firmware selftests at tools/testing/selftests/firmware/ and things
are peachy.

If there are any questions please let me know.

[0] https://lkml.kernel.org/r/20170614222017.14653-1-mcgrof@kernel.org
[1] https://lkml.kernel.org/r/20170626212312.31958-1-mcgrof@kernel.org
[2] https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux-next.git/log/?h=20170629-fw-fixes-wait-v3

Luis R. Rodriguez (4):
  firmware: fix batched requests - wake all waiters
  test_firmware: add test case for SIGCHLD on sync fallback
  firmware: avoid invalid fallback aborts by using killable wait
  firmware: send -EINTR on signal abort on fallback mechanism

 drivers/base/firmware_class.c                   | 20 ++++++++--------
 tools/testing/selftests/firmware/fw_fallback.sh | 31 +++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 10 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-07-18  0:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29 20:51 [PATCH v3 0/4] firmware: few pending fixes Luis R. Rodriguez
2017-06-29 20:51 ` [PATCH v3 1/4] firmware: fix batched requests - wake all waiters Luis R. Rodriguez
2017-06-29 20:51 ` [PATCH v3 2/4] test_firmware: add test case for SIGCHLD on sync fallback Luis R. Rodriguez
2017-07-17 16:20   ` Greg KH
2017-06-29 20:51 ` [PATCH v3 3/4] firmware: avoid invalid fallback aborts by using killable wait Luis R. Rodriguez
2017-06-29 20:51 ` [PATCH v3 4/4] firmware: send -EINTR on signal abort on fallback mechanism Luis R. Rodriguez
2017-07-17 14:00   ` Greg KH
2017-07-17 16:04     ` Luis R. Rodriguez
2017-07-17 16:20       ` Greg KH
2017-07-18  0:27         ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).