]> code.ossystems Code Review - openembedded-core.git/commit
machine/qemuarm*: add vmalloc kernel parameter
authorBruce Ashfield <bruce.ashfield@gmail.com>
Mon, 28 Dec 2020 22:31:10 +0000 (17:31 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2021 13:48:06 +0000 (13:48 +0000)
commit5c6064e1a38f4dbb1ab3fa04adb1c772817826af
treed305dfa014d27f104258069fb6ff2de8353f018c
parent1f1412c9a52c4fa3ded4f87a0c7ffdc4a243d632
machine/qemuarm*: add vmalloc kernel parameter

On kernel's v5.11+, we get the following warning after boot:

  [   47.287826] vmap allocation for size 3149824 failed: use vmalloc=<size> to increase size

It can be fixed by passing the vmalloc page size explicitly for our ARM
machines.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
meta/conf/machine/qemuarm.conf
meta/conf/machine/qemuarmv5.conf