From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753683AbbBKSPj (ORCPT ); Wed, 11 Feb 2015 13:15:39 -0500 Received: from mga09.intel.com ([134.134.136.24]:17656 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752231AbbBKSPi (ORCPT ); Wed, 11 Feb 2015 13:15:38 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,559,1418112000"; d="scan'208";a="453243098" From: "Luck, Tony" To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] fs/pstore for 3.20 Date: Wed, 11 Feb 2015 10:15:34 -0800 Message-Id: <54db9c461255713423@agluck-desk.sc.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115: linux 3.19-rc4 (2015-01-11 12:44:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git tags/please-pull-pstore for you to fetch changes up to a6b8978c54b771308f6f1692b9735ac0bb087cc2: pstore: Fix sprintf format specifier in pstore_dump() (2015-01-16 16:01:29 -0800) ---------------------------------------------------------------- Miscellaneous fs/pstore fixes ---------------------------------------------------------------- Mark Salyzyn (4): pstore: Use scnprintf() in pstore_mkfile() pstore: Remove superfluous memory size check pstore: Handle zero-sized prz in series pstore: Add pmsg - user-space accessible pstore object alex chen (1): pstore: Fix sprintf format specifier in pstore_dump() fs/pstore/Kconfig | 10 ++++ fs/pstore/Makefile | 2 + fs/pstore/inode.c | 26 +++++++---- fs/pstore/internal.h | 6 +++ fs/pstore/platform.c | 5 +- fs/pstore/pmsg.c | 114 +++++++++++++++++++++++++++++++++++++++++++++ fs/pstore/ram.c | 53 +++++++++++++++------ include/linux/pstore.h | 1 + include/linux/pstore_ram.h | 1 + 9 files changed, 193 insertions(+), 25 deletions(-) create mode 100644 fs/pstore/pmsg.c