linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 v3 0/3] efi interruptible runtime services
Date: Wed, 13 Jan 2016 17:32:39 +0100	[thread overview]
Message-ID: <1452702762-27216-1-git-send-email-sylvain.chouleur@gmail.com> (raw)
In-Reply-To: <1452119637-10958-1-git-send-email-sylvain.chouleur@gmail.com>

From: Sylvain Chouleur <sylvain.chouleur@intel.com>

Changes in v3:
 - efivars_(un)register: use down_interruptible()
 - efivar_create_sysfs_entry: unregister new_var in case of failure
 - efi_interruptible: in case of panic call directly legacy handlers

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 |  189 ++++++++++++++++++++++++++++++++++++++++
 drivers/firmware/efi/efi-pstore.c         |   36 +++++--
 drivers/firmware/efi/efivars.c            |   22 +++-
 drivers/firmware/efi/vars.c               |  315 ++++++++++++++++++++++++++++++++++++++++----------------------------
 fs/efivarfs/inode.c                       |    5 -
 fs/efivarfs/super.c                       |    9 +
 include/linux/efi.h                       |   18 ---
 12 files changed, 463 insertions(+), 160 deletions(-)

  parent reply	other threads:[~2016-01-13 16:43 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 ` [PATCH v2 0/3] efi " Sylvain Chouleur
2016-01-06 22:33   ` [PATCH v2 3/3] efi: implement " Sylvain Chouleur
2016-01-13 16:32   ` Sylvain Chouleur [this message]
2016-01-13 16:32     ` [PATCH v3 " 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=1452702762-27216-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).