From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ard Biesheuvel Subject: Re: [PATCH] efi-pstore: Fix read iter after pstore API refactor Date: Thu, 18 May 2017 17:18:15 +0100 Message-ID: References: <20170512215854.GA85220@beast> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kees Cook Cc: "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Anton Vorontsov , Colin Cross , Tony Luck , Matt Fleming , Seiji Aguchi , Geliang Tang , "linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-efi@vger.kernel.org On 18 May 2017 at 14:01, Kees Cook wrote: > On Thu, May 18, 2017 at 3:35 AM, Ard Biesheuvel > wrote: >> On 12 May 2017 at 22:58, Kees Cook wrote: >>> During the internal pstore API refactoring, the EFI vars read entry was >>> accidentally made to update a stack variable instead of the pstore >>> private data pointer. This corrects the problem (and removes the now >>> needless argument). >>> >>> Signed-off-by: Kees Cook >> >> Does this need a cc stable? > > No, the refactor first appeared in 4.12-rc1. > OK. Applied.