From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753014AbdBUTxH (ORCPT ); Tue, 21 Feb 2017 14:53:07 -0500 Received: from mail-pg0-f50.google.com ([74.125.83.50]:35117 "EHLO mail-pg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754819AbdBUTwF (ORCPT ); Tue, 21 Feb 2017 14:52:05 -0500 Date: Tue, 21 Feb 2017 11:52:02 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Brian Norris Subject: [GIT PULL] pstore updates for v4.11-rc1 Message-ID: <20170221195202.GA50472@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 these pstore changes for v4.11-rc1. Thanks! -Kees The following changes since commit 7089db84e356562f8ba737c29e472cc42d530dbc: Linux 4.10-rc8 (2017-02-12 13:03:20 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v4.11-rc1 for you to fetch changes up to fc1b326efd276e7d121f5c1ced2884ae52a85814: MAINTAINERS: Adjust pstore git repo URI, add files (2017-02-13 10:25:52 -0800) ---------------------------------------------------------------- Minor changes to pstore tree: - update MAINTAINERS with current git repo, add more files. - move prz allocation checks into the walker - initialize flags correctly (by accident spinlock was technically ok) ---------------------------------------------------------------- Kees Cook (3): pstore: Correctly initialize spinlock and flags pstore: Check for prz allocation in walker MAINTAINERS: Adjust pstore git repo URI, add files MAINTAINERS | 7 +++++-- fs/pstore/ram.c | 5 +++-- fs/pstore/ram_core.c | 12 +++++++----- 3 files changed, 15 insertions(+), 9 deletions(-) -- Kees Cook Pixel Security