From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: linux-efi@vger.kernel.org
Cc: "Kweh, Hock Leong" <hock.leong.kweh@intel.com>,
LKML <linux-kernel@vger.kernel.org>,
Andy Lutomirski <luto@amacapital.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Peter Jones <pjones@redhat.com>
Subject: [RFC 0/3] Add capsule update using error on close semantics
Date: Wed, 29 Apr 2015 16:07:39 -0700 [thread overview]
Message-ID: <1430348859.2189.37.camel@HansenPartnership.com> (raw)
This is a straw man implementation. The three patches firstly thread
the needed ->flush() file op through sysfs and kernfs. The next one
extracts transaction buffer handling from firmware_class.c and makes it
generic in a lib helper and the third patch adds a bare bones capsule
update (I suspect the latter needs more work, since it doesn't implement
the scatterlist).
James Bottomley (3):
sysfs,kernfs: add flush operation
firmware_class: split out transaction helpers
efi: add capsule update capability via sysfs
drivers/base/firmware_class.c | 117 ++++---------------------------
drivers/firmware/efi/Makefile | 2 +-
drivers/firmware/efi/capsule.c | 78 +++++++++++++++++++++
drivers/firmware/efi/capsule.h | 2 +
drivers/firmware/efi/efi.c | 8 +++
fs/kernfs/file.c | 16 +++++
fs/sysfs/file.c | 16 +++++
include/linux/kernfs.h | 2 +
include/linux/sysfs.h | 2 +
include/linux/transaction_helper.h | 26 +++++++
lib/Makefile | 2 +-
lib/transaction_helper.c | 137 +++++++++++++++++++++++++++++++++++++
12 files changed, 304 insertions(+), 104 deletions(-)
create mode 100644 drivers/firmware/efi/capsule.c
create mode 100644 drivers/firmware/efi/capsule.h
create mode 100644 include/linux/transaction_helper.h
create mode 100644 lib/transaction_helper.c
James
next reply other threads:[~2015-04-29 23:07 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-29 23:07 James Bottomley [this message]
[not found] ` <1430348859.2189.37.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
2015-04-29 23:09 ` [RFC 1/3] sysfs,kernfs: add flush operation James Bottomley
2015-04-29 23:09 ` James Bottomley
2015-04-30 13:11 ` Greg Kroah-Hartman
2015-04-30 14:52 ` James Bottomley
2015-04-29 23:10 ` [RFC 2/3] firmware_class: split out transaction helpers James Bottomley
2015-04-29 23:10 ` James Bottomley
[not found] ` <1430349052.2189.41.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
2015-04-30 13:11 ` Greg Kroah-Hartman
2015-04-30 13:11 ` Greg Kroah-Hartman
2015-04-30 14:39 ` James Bottomley
2015-08-27 14:47 ` Matt Fleming
2015-08-27 16:25 ` James Bottomley
[not found] ` <1440692717.2196.123.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
2015-08-27 19:43 ` Matt Fleming
2015-08-27 19:43 ` Matt Fleming
2015-04-29 23:12 ` [RFC 3/3] efi: add capsule update capability via sysfs James Bottomley
[not found] ` <1430349130.2189.43.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
2015-04-29 23:25 ` Andy Lutomirski
2015-04-29 23:25 ` Andy Lutomirski
[not found] ` <CALCETrV8bRj_CmCwZfHSV8bMF-vv0sab_7v5t0rpdhx2ib=wPw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-29 23:36 ` James Bottomley
2015-04-29 23:36 ` James Bottomley
[not found] ` <1430350592.2189.50.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
2015-04-29 23:39 ` Andy Lutomirski
2015-04-29 23:39 ` Andy Lutomirski
2015-04-30 9:30 ` [RFC 0/3] Add capsule update using error on close semantics Kweh, Hock Leong
2015-04-30 9:30 ` Kweh, Hock Leong
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=1430348859.2189.37.camel@HansenPartnership.com \
--to=james.bottomley@hansenpartnership.com \
--cc=gregkh@linuxfoundation.org \
--cc=hock.leong.kweh@intel.com \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@amacapital.net \
--cc=pjones@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.