Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1257837
| From | "Kweh, Hock Leong" <hock.leong.kweh@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH v8 2/2] efi: a misc char interface for user to update efi firmware |
| Date | 2015-10-28 10:20 +0100 |
| Message-ID | <qov3I-If-35@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
> -----Original Message----- > From: Matt Fleming [mailto:matt@console-pimps.org] > Sent: Monday, October 12, 2015 8:11 PM > > > +}; > > + > > +static DEFINE_MUTEX(capsule_loader_lock); > > What does this lock protect? This lock is to protect when one of the instance calling efi_capsule_update() API and the other instance calling efi_capsule_supported() API. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
RE: [PATCH v8 2/2] efi: a misc char interface for user to update efi firmware "Kweh, Hock Leong" <hock.leong.kweh@intel.com> - 2015-10-28 10:20 +0100
csiph-web