From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751572AbbHVFic (ORCPT ); Sat, 22 Aug 2015 01:38:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51922 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751166AbbHVFia (ORCPT ); Sat, 22 Aug 2015 01:38:30 -0400 Date: Fri, 21 Aug 2015 22:38:24 -0700 From: Greg KH To: "Luis R. Rodriguez" Cc: "Luis R. Rodriguez" , ming.lei@canonical.com, corbet@lwn.net, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, dwmw2@infradead.org, dhowells@redhat.com, seth.forshee@canonical.com, rusty@rustcorp.com.au, mmarek@suse.cz, mjg59@srcf.ucam.org, kyle@kernel.org, linux-security-module@vger.kernel.org, keyrings@linux-nfs.org Subject: Re: [PATCH 0/4] firmware_class: few small code shifts Message-ID: <20150822053824.GA5834@kroah.com> References: <1438725604-22795-1-git-send-email-mcgrof@do-not-panic.com> <20150821212303.GX8051@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150821212303.GX8051@wotan.suse.de> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 21, 2015 at 11:23:03PM +0200, Luis R. Rodriguez wrote: > On Tue, Aug 04, 2015 at 03:00:00PM -0700, Luis R. Rodriguez wrote: > > From: "Luis R. Rodriguez" > > > > Ming, Greg, > > > > this patch set consists of a few small code shifts which would make > > it easier to add extensible firmware API code, and later firmware > > signing support. This patch set is being sent out separately as it > > does not contain any controversial changes. It should also help > > with readibility of the code. > > > > I'll be Cc'ing linux-doc, linux-security-module, and keyring folks as the > > next patch sets would start slowly diving into the topic of firmware signing > > and extending documentation, and those patches will depend on this set. > > > > There is a superfluous else branch on patch #3, its not needed because of > > the goto statement but we leave that in place to make patch #4 easier to > > read. > > > > David Howells (2): > > firmware: fold successful fw read early > > firmware: generalize reading file contents as a helper > > > > Luis R. Rodriguez (2): > > firmware: generalize "firmware" as "system data" helpers > > firmware: move completing fw into a helper > > Ming, Greg, > > Please let me know if there are any issues with this series. It's too late for 4.3 at the moment, and my first impulse is you are just painting the bikeshed by changing some printk names, so I don't like that, but I'll review it in full after 4.3-rc1 is out, can't do anything until then. thanks, greg k-h