Re: [PATCH v15 09/10] arm64: Call kmalloc() to allocate DTB buffer

From: Joe Perches
Date: Wed Jan 27 2021 - 23:58:41 EST


On Thu, 2021-01-28 at 00:52 -0300, Thiago Jung Bauermann wrote:
> The problem is that this patch implements only part of the suggestion,
> which isn't useful in itself. So the patch series should either drop
> this patch or consolidate the FDT allocation between the arches.
>
> I just tested on powernv and pseries platforms and powerpc can use
> vmalloc for the FDT buffer.

Perhaps more sensible to use kvmalloc/kvfree.