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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to