From: Sylvain Chouleur <sylvain.chouleur@gmail.com>
To: sylvain.chouleur@gmail.com
Cc: Sylvain Chouleur <sylvain.chouleur@intel.com>,
linux-efi@vger.kernel.org,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
"H. Peter Anvin" <hpa@zytor.com>,
linux-kernel@vger.kernel.org, Ingo Molnar <mingo@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>
Subject: [PATCH v2 0/3] efi interruptible runtime services
Date: Wed, 6 Jan 2016 23:33:54 +0100 [thread overview]
Message-ID: <1452119637-10958-1-git-send-email-sylvain.chouleur@gmail.com> (raw)
In-Reply-To: <1450434591-31104-1-git-send-email-sylvain.chouleur@gmail.com>
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(-)
next prev parent reply other threads:[~2016-01-06 22:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1450434591-31104-1-git-send-email-sylvain.chouleur@gmail.com>
[not found] ` <1450434591-31104-2-git-send-email-sylvain.chouleur@gmail.com>
2016-01-06 12:58 ` [PATCH 2/2] efi: implement interruptible runtime services Matt Fleming
2016-01-06 15:57 ` Sylvain Chouleur
2016-01-08 10:38 ` Matt Fleming
2016-01-08 13:57 ` Sylvain Chouleur
2016-01-14 16:21 ` Matt Fleming
2016-01-06 22:33 ` Sylvain Chouleur [this message]
2016-01-06 22:33 ` [PATCH v2 3/3] " Sylvain Chouleur
2016-01-13 16:32 ` [PATCH v3 0/3] efi " Sylvain Chouleur
2016-01-13 16:32 ` [PATCH v3 3/3] efi: implement " Sylvain Chouleur
2016-02-11 14:19 ` Matt Fleming
2016-02-11 14:23 ` Sylvain Chouleur
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1452119637-10958-1-git-send-email-sylvain.chouleur@gmail.com \
--to=sylvain.chouleur@gmail.com \
--cc=ard.biesheuvel@linaro.org \
--cc=hpa@zytor.com \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=sylvain.chouleur@intel.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).