diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 22:49:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-10 23:13:54 +0000 |
commit | 3331992a27f48f590efb1188f6507378b6e1d352 (patch) | |
tree | 86b2ff20ec0f4668d561cc7b2f63c46e80118059 /meta/recipes-core | |
parent | b578a06564599969891b7ba1274d6b3bb363b27c (diff) | |
download | poky-3331992a27f48f590efb1188f6507378b6e1d352.tar.gz |
qemu: Limit paths searched during user mode emulation
By default qemu builds a complete list of directories within the user
emulation sysroot (-L option). The OE sysroot directory is large and
this is confusing, for example it indexes all pkgdata. In particular this
confuses strace of qemu binaries with tons of irrelevant paths.
This patch stops the code indexing up front and instead only indexes
things if/as/when it needs to. This drastically reduces the files it
reads and reduces memory usage and cleans up strace.
It would also avoid the infinite directory traversal bug in [YOCTO #6996]
although the code could still be vulnerable if it parsed those specific
paths.
(From OE-Core rev: 9ac5017b3328a18561c2912edfda2d7d97c675f2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
0 files changed, 0 insertions, 0 deletions