From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 8 Feb 2016 09:50:03 +0000 From: Matt Fleming To: Greg Kroah-Hartman Cc: "Kweh, Hock Leong" , Ong Boon Leong , LKML , linux-efi@vger.kernel.org, Sam Protsenko , Peter Jones , Andy Lutomirski , Roy Franz , Borislav Petkov , James Bottomley , Linux FS Devel , Anvin H Peter Subject: Re: [PATCH v11 1/1] efi: a misc char interface for user to update efi firmware Message-ID: <20160208095003.GA2413@codeblueprint.co.uk> References: <1454042394-21507-1-git-send-email-hock.leong.kweh@intel.com> <1454042394-21507-2-git-send-email-hock.leong.kweh@intel.com> <20160208054331.GA16756@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160208054331.GA16756@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Sun, 07 Feb, at 09:43:31PM, Greg KH wrote: > On Fri, Jan 29, 2016 at 12:39:54PM +0800, Kweh, Hock Leong wrote: > > From: "Kweh, Hock Leong" > > > > Introducing a kernel module to expose capsule loader interface > > (misc char device file note) for users to upload capsule binaries. > > > > Example: > > cat firmware.bin > /dev/efi_capsule_loader > > > > This patch also export efi_capsule_supported() function symbol for > > verifying the submitted capsule header in this kernel module. > > > > Cc: Matt Fleming > > Signed-off-by: Kweh, Hock Leong > > --- > > drivers/firmware/efi/Kconfig | 9 + > > drivers/firmware/efi/Makefile | 1 + > > drivers/firmware/efi/capsule-loader.c | 334 +++++++++++++++++++++++++++++++++ > > drivers/firmware/efi/capsule.c | 1 + > > 4 files changed, 345 insertions(+) > > create mode 100644 drivers/firmware/efi/capsule-loader.c > > I need an ack from the efi maintainer, or at least someone else > reviewing / testing this, before I can accept it. Thanks Greg, but this should probably go through the EFI tree since there are prerequisite core EFI capsule patches for this driver. If you're happy with the code though, an ACK would be much appreciated.