Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1678189
| From | "Luis R. Rodriguez" <mcgrof@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/4] firmware: few pending fixes |
| Date | 2017-06-29 23:00 +0200 |
| Message-ID | <tXOHD-49X-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] firmware: few pending fixes "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-06-29 23:00 +0200 [PATCH v3 4/4] firmware: send -EINTR on signal abort on fallback mechanism "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-06-29 23:00 +0200 [PATCH v3 1/4] firmware: fix batched requests - wake all waiters "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-06-29 23:00 +0200 [PATCH v3 3/4] firmware: avoid invalid fallback aborts by using killable wait "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-06-29 23:00 +0200
csiph-web