From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Thu, 11 Dec 2014 18:20:52 +0000 Subject: [PATCH 0/2] arm64: mm: dump: a couple of fixes In-Reply-To: <5488893D.9080307@codeaurora.org> References: <1417782895-13657-1-git-send-email-mark.rutland@arm.com> <5488893D.9080307@codeaurora.org> Message-ID: <20141211182052.GA13152@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Dec 10, 2014 at 05:56:13PM +0000, Laura Abbott wrote: > On 12/5/2014 4:34 AM, Mark Rutland wrote: > > While using the mm dump code, I spotted a couple of issues; one build warning > > and one theoretical failure on systems endowed with plenty of RAM (as with ARM > > [1], though arm64 requires a slightly different resolution). These patches > > (based on next-20141205), fix those issues. > > > > Mark. > > > > [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-December/308952.html > > > > Mark Rutland (2): > > arm64: mm: dump: fix shift warning > > arm64: mm: dump: don't skip final region > > > > arch/arm64/mm/dump.c | 5 +---- > > 1 file changed, 1 insertion(+), 4 deletions(-) > > > > If they haven't been picked up yet: > > Acked-by: Laura Abbott Thanks! Mark.