[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <51B9402C.5070300@gmail.com>
Date: Wed, 12 Jun 2013 22:44:44 -0500
From: Rob Herring <robherring2@...il.com>
To: Kees Cook <keescook@...omium.org>,
Anton Vorontsov <cbouatmailru@...il.com>,
Colin Cross <ccross@...roid.com>,
Tony Luck <tony.luck@...el.com>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] pstore/ram for 3.11
Not sure who takes this, but please pull these 2 changes for pstore for
3.11. These are necessary to get pstore to work with on-chip RAM on
Calxeda highbank platform.
I dropped the write-combine change from this series. While write-combine
is technically the correct mapping needed for ARM, it doesn't solve any
problem for me.
Rob
The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
are available in the git repository at:
git://sources.calxeda.com/kernel/linux.git tags/pstore-for-3.11
for you to fetch changes up to da98a8882b3b388e9580821c8ad281c85f94d025:
pstore/ram: avoid atomic accesses for ioremapped regions (2013-05-21
15:32:44 -0500)
----------------------------------------------------------------
2 changes for pstore ram:
- Don't use atomic ops on ioremapped RAM which is not supported on ARM
- Allow non-power of 2 sized RAM buffers
----------------------------------------------------------------
Rob Herring (2):
pstore/ram: remove the power of buffer size limitation
pstore/ram: avoid atomic accesses for ioremapped regions
fs/pstore/ram.c | 2 --
fs/pstore/ram_core.c | 54
++++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 52 insertions(+), 4 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists