From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753930AbcENTUw (ORCPT ); Sat, 14 May 2016 15:20:52 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:34103 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753830AbcENTUu (ORCPT ); Sat, 14 May 2016 15:20:50 -0400 Date: Sat, 14 May 2016 20:20:47 +0100 From: Matt Fleming To: "Compostella, Jeremy" Cc: "Elliott, Robert (Persistent Memory)" , Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" , Ard Biesheuvel , "linux-kernel@vger.kernel.org" , "linux-efi@vger.kernel.org" , Arnd Bergmann Subject: Re: [PATCH 2/5] efibc: Fix excessive stack footprint warning Message-ID: <20160514192047.GC2283@codeblueprint.co.uk> References: <1462570771-13324-1-git-send-email-matt@codeblueprint.co.uk> <1462570771-13324-3-git-send-email-matt@codeblueprint.co.uk> <94D0CD8314A33A4D9D801C0FE68B4029639618A2@G4W3202.americas.hpqcorp.net> <87r3dauwzt.fsf@intel.com> <20160511124338.GW2839@codeblueprint.co.uk> <8737povd4n.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8737povd4n.fsf@intel.com> User-Agent: Mutt/1.5.24+41 (02bc14ed1569) (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 11 May, at 05:16:24PM, Jeremy Compostella wrote: > From 3a54e6872e220e1ac4db0eae126a20b5383dae3e Mon Sep 17 00:00:00 2001 > From: Jeremy Compostella > Date: Tue, 10 May 2016 10:34:21 +0200 > Subject: [PATCH] efibc: report more information in the error messages > > Report the name of the EFI variable if the value size is too large or > if efibc_set_variable() fails to allocate the struct efivar_entry > object. If efibc_set_variable() fails because the value size is too > large, it also reports the value size in the error message. > > Signed-off-by: Jeremy Compostella > --- > drivers/firmware/efi/efibc.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) Applied, thanks Jeremy.