From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933736AbcHES2w (ORCPT ); Fri, 5 Aug 2016 14:28:52 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:33145 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946048AbcHES2p (ORCPT ); Fri, 5 Aug 2016 14:28:45 -0400 Date: Fri, 5 Aug 2016 11:28:42 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Hiraku Toyooka , Nobuhiro Iwamatsu , Rob Herring Subject: [GIT PULL] pstore fixes for v4.8-rc1 Message-ID: <20160805182842.GA27719@www.outflux.net> 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 fixes for v4.8-rc1. This includes an adjustment to the DT bindings ramoops uses, as suggested by Rob Herring, and fixes load failure memory clean up, from Hiraku Toyooka. Thanks! -Kees The following changes since commit f38d2e5313f0af9d9b66c02a5d49c71deb994b85: Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2016-08-01 14:28:42 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v4.8-rc1 for you to fetch changes up to e976e56423dc1cc01686861fc3e0c6c0ec8cd8b7: ramoops: use persistent_ram_free() instead of kfree() for freeing prz (2016-08-05 11:21:46 -0700) ---------------------------------------------------------------- Fixes for pstore ramoops driver to catch bad kfree() and to use better DT bindings. ---------------------------------------------------------------- Hiraku Toyooka (1): ramoops: use persistent_ram_free() instead of kfree() for freeing prz Kees Cook (1): ramoops: use DT reserved-memory bindings .../bindings/{misc => reserved-memory}/ramoops.txt | 8 ++--- Documentation/ramoops.txt | 38 +++++++++++++++------- drivers/of/platform.c | 20 ++++++++++-- fs/pstore/ram.c | 29 ++++++----------- 4 files changed, 59 insertions(+), 36 deletions(-) rename Documentation/devicetree/bindings/{misc => reserved-memory}/ramoops.txt (86%) -- Kees Cook Brillo & Chrome OS Security