From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969423AbdEYNlS (ORCPT ); Thu, 25 May 2017 09:41:18 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43152 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965789AbdEYNlK (ORCPT ); Thu, 25 May 2017 09:41:10 -0400 Date: Thu, 25 May 2017 15:40:58 +0200 From: Greg Kroah-Hartman To: Dmitry Torokhov Cc: Wei-Ning Huang , Julius Werner , Guenter Roeck , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/8] firmware: vpd: do not leave freed section attributes to the list Message-ID: <20170525134058.GA11968@kroah.com> References: <20170524000748.39310-1-dmitry.torokhov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170524000748.39310-1-dmitry.torokhov@gmail.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 23, 2017 at 05:07:41PM -0700, Dmitry Torokhov wrote: > We should only add section attribute to the list of section attributes > if we successfully created corresponding sysfs attribute. > > Fixes: 049a59db34eb ("firmware: Google VPD sysfs driver") > Signed-off-by: Dmitry Torokhov > Reviewed-by: Guenter Roeck > --- > drivers/firmware/google/vpd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Next time, can you split this up into 2 series, one for the current kernel, and the rest for the "next" release? I've tried to split them up myself here, hopefully it works... thanks, greg k-h