Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1480391
| From | "Luis R. Rodriguez" <mcgrof@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 2/5] firmware: encapsulate firmware loading status |
| Date | 2016-09-10 00:20 +0200 |
| Message-ID | <sfCjo-gb-29@gated-at.bofh.it> (permalink) |
| References | <sfsWJ-2Il-1@gated-at.bofh.it> <sfsWJ-2Il-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Sep 09, 2016 at 02:12:21PM +0200, Daniel Wagner wrote: > +#else /* CONFIG_FW_LOADER_USER_HELPER */ > + > +#define fw_umh_wait_timeout(fw_st, long) 0 > + > +#define fw_umh_done(fw_st) > +#define fw_umh_is_done(fw_st) true > +#define fw_umh_is_aborted(fw_st) false > + If we do proceed with compartmentalizing the UMH timeout crap then my hope is this piece of code will not require the fw_umh_wait_timeout() def. Luis
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/5] firmware: encapsulate firmware loading status Daniel Wagner <wagi@monom.org> - 2016-09-09 14:20 +0200
[PATCH v5 3/5] firmware: rename fw_load_from_user_helper() and _request_firmware_load() Daniel Wagner <wagi@monom.org> - 2016-09-09 14:20 +0200
Re: [PATCH v5 3/5] firmware: rename fw_load_from_user_helper() and _request_firmware_load() "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-09-10 00:20 +0200
[PATCH v5 1/5] firmware: document user mode helper lock usage Daniel Wagner <wagi@monom.org> - 2016-09-09 14:20 +0200
Re: [PATCH v5 1/5] firmware: document user mode helper lock usage "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-09-10 00:20 +0200
Re: [PATCH v5 1/5] firmware: document user mode helper lock usage Ming Lei <ming.lei@canonical.com> - 2016-09-22 04:40 +0200
[PATCH v5 4/5] firmware: drop bit ops in favor of simple state machine Daniel Wagner <wagi@monom.org> - 2016-09-09 14:20 +0200
Re: [PATCH v5 4/5] firmware: drop bit ops in favor of simple state machine "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-09-10 00:40 +0200
[PATCH v5 2/5] firmware: encapsulate firmware loading status Daniel Wagner <wagi@monom.org> - 2016-09-09 14:20 +0200
Re: [PATCH v5 2/5] firmware: encapsulate firmware loading status "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-09-10 00:20 +0200
Re: [PATCH v5 2/5] firmware: encapsulate firmware loading status "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-09-10 00:30 +0200
Re: [PATCH v5 2/5] firmware: encapsulate firmware loading status Daniel Wagner <daniel.wagner@bmw-carit.de> - 2016-09-13 11:50 +0200
[PATCH v5 5/5] firmware: do not use fw_lock for fw_umh protection Daniel Wagner <wagi@monom.org> - 2016-09-09 14:20 +0200
Re: [PATCH v5 0/5] firmware: encapsulate firmware loading status "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-09-09 19:40 +0200
csiph-web