From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753502AbcHALux (ORCPT ); Mon, 1 Aug 2016 07:50:53 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:37346 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753475AbcHALup (ORCPT ); Mon, 1 Aug 2016 07:50:45 -0400 Date: Mon, 1 Aug 2016 12:50:41 +0100 From: Matt Fleming To: Colin Ian King Cc: "H . Peter Anvin" , Thomas Gleixner , Ingo Molnar , x86@kernel.org, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/efi: initialize status to ensure garbage is not returned on small size Message-ID: <20160801115041.GD3636@codeblueprint.co.uk> References: <1469009466-19980-1-git-send-email-colin.king@canonical.com> <20160727143813.GG31759@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, 27 Jul, at 03:50:16PM, Colin Ian King wrote: > > I'd rather put extra guarding in rather than getting some potential > garbage return from the stack, but I am playing it rather conservatively > here. I think that's sensible, I just wanted to confirm your rationale. Thanks, applied.