mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
529bb922c786f1acd041ff9a8d2b675d067e2ae3
Integrating the following commit(s) to linux-yocto/5.10:
ab49d2db98bd cgroup1: fix leaked context root causing sporadic NULL deref in LTP
PaulG tracked down the AB intermittent issues and generated a kernel
patch.
See: https://lore.kernel.org/lkml/20210616125157.438837-1-paul.gortmaker@windriver.com/
While we wait for it to loop through mainline, we'll integrate it into
our 5.10 branches.
(From OE-Core rev: 9a16dff746dd7ffd48ee8d1a17babef682168ead)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
QEMU Emulation Targets ====================== To simplify development, the build system supports building images to work with the QEMU emulator in system emulation mode. Several architectures are currently supported in 32 and 64 bit variants: * ARM (qemuarm + qemuarm64) * x86 (qemux86 + qemux86-64) * PowerPC (qemuppc only) * MIPS (qemumips + qemumips64) Use of the QEMU images is covered in the Yocto Project Reference Manual. The appropriate MACHINE variable value corresponding to the target is given in brackets.
Description