Re: [PATCH] MIPS: irq: Allocate accurate order pages for irq stack

From: Paul Burton
Date: Tue Feb 19 2019 - 15:50:53 EST


Hi Liu,

On Sat, Feb 16, 2019 at 05:12:24PM +0800, Liu Xiang wrote:
> The irq_pages is the number of pages for irq stack, but not the
> order which is needed by __get_free_pages().
> We can use get_order() to calculate the accurate order.
>
> Signed-off-by: Liu Xiang <liu.xiang6@xxxxxxxxxx>
> ---
> arch/mips/kernel/irq.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Somehow this didn't make it to patchwork.kernel.org, or the archives at
lore.kernel.org, so my usual "I've applied this" script doesn't know how
to respond to you...

Anyway: I've applied this to mips-next for v5.1, and marked it for
backport to stable branches as far as v4.11.

Thanks,
Paul