Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1303108
| From | Sylvain Chouleur <sylvain.chouleur@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] efi interruptible runtime services |
| Date | 2016-01-06 23:40 +0100 |
| Message-ID | <qO4Ui-7jF-11@gated-at.bofh.it> (permalink) |
| References | <qNVR0-1e8-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Sylvain Chouleur <sylvain.chouleur@intel.com> Changes in v2: - Split patch 1 in patches 1 and 2 - Document (un)registration of __efivars protection - Return early from efivars_sysfs_exit() in case of failure - Improve readability - Update functions documentation - Fix typo - Fix checkpatch warnings - Warning in KConfig description Sylvain Chouleur (3): efi: implement interruptible runtime services efi: don't use spinlocks for efi vars efi: use a file local lock for efivars arch/x86/Kconfig | 17 +++++ arch/x86/include/asm/efi.h | 1 arch/x86/platform/efi/Makefile | 1 arch/x86/platform/efi/efi_32.c | 5 + arch/x86/platform/efi/efi_64.c | 5 + arch/x86/platform/efi/efi_interruptible.c | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/firmware/efi/efi-pstore.c | 36 +++++++--- drivers/firmware/efi/efivars.c | 20 ++++- drivers/firmware/efi/vars.c | 230 ++++++++++++++++++++++++++++++++++++++++---------------------------- fs/efivarfs/inode.c | 5 + fs/efivarfs/super.c | 9 ++ include/linux/efi.h | 12 --- 12 files changed, 415 insertions(+), 117 deletions(-) -- 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 — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] efi interruptible runtime services Sylvain Chouleur <sylvain.chouleur@gmail.com> - 2016-01-06 23:40 +0100
[PATCH v2 3/3] efi: implement interruptible runtime services Sylvain Chouleur <sylvain.chouleur@gmail.com> - 2016-01-06 23:40 +0100
[PATCH v3 0/3] efi interruptible runtime services Sylvain Chouleur <sylvain.chouleur@gmail.com> - 2016-01-13 17:50 +0100
[PATCH v3 3/3] efi: implement interruptible runtime services Sylvain Chouleur <sylvain.chouleur@gmail.com> - 2016-01-13 17:50 +0100
csiph-web