From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Thu, 29 Sep 2011 10:31:50 +0200 Subject: [PATCH] ARM: mm: Align bank start to MAX_ORDER_NR_PAGES In-Reply-To: <1317198748-17705-1-git-send-email-johan.palsson@stericsson.com> References: <1317198748-17705-1-git-send-email-johan.palsson@stericsson.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Sep 28, 2011 at 10:32 AM, Johan Palsson wrote: > The VM subsystem assumes that there are valid memmap entries from > the bank start aligned to MAX_ORDER_NR_PAGES. > > Cc: stable at kernel.org > Cc: Russell King > Cc: Michael Bohan > Cc: Nicolas Pitre > Signed-off-by: Johan Palsson > Signed-off-by: Rabin Vincent > Signed-off-by: Linus Walleij I should mention that this is triggered a lot by our platform using several disparate mem=n arguments on the command line, chopping out pieces of memory here and there. I will repost with a more descriptive message and then I'll put it into the patch tracker, as it's a blocker already on 3.0 for us. Yours, Linus Walleij