From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763314AbdEWABV (ORCPT ); Mon, 22 May 2017 20:01:21 -0400 Received: from mail-pf0-f172.google.com ([209.85.192.172]:33808 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760332AbdEWABQ (ORCPT ); Mon, 22 May 2017 20:01:16 -0400 Date: Mon, 22 May 2017 17:01:13 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Kees Cook , Marta Lofstedt Subject: [GIT PULL] pstore fix for v4.12-rc3 Message-ID: <20170523000113.GA54614@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Please pull this pstore fix for v4.12-rc3. Marta noticed another misbehavior in EFI pstore, which this fixes. Hopefully this is the last of the v4.12 fixes for pstore! Thanks, -Kees The following changes since commit 6f61dd3aa35179043f1fcdb0965c5d56278ab724: efi-pstore: Fix read iter after pstore API refactor (2017-05-16 11:46:49 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v4.12-rc3 for you to fetch changes up to c10e8031d5b34cde06b039ca2e8af87a33d5ba11: efi-pstore: Fix write/erase id tracking (2017-05-22 16:53:09 -0700) ---------------------------------------------------------------- More, and hopefully final, fixes after refactor for EFI pstore backend. ---------------------------------------------------------------- Kees Cook (1): efi-pstore: Fix write/erase id tracking drivers/firmware/efi/efi-pstore.c | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) -- Kees Cook Pixel Security