diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-07 15:35:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-09 14:27:44 +0100 |
commit | fa2f7f996457cb1c506be5584178db250a3b1a2c (patch) | |
tree | 7fecad49c78f18ee14360b4348e065336adbc763 /meta/lib/oeqa/utils/qemurunner.py | |
parent | ee428e27fed0da8651184cf3ac4a0dd39c4e9d9d (diff) | |
download | poky-fa2f7f996457cb1c506be5584178db250a3b1a2c.tar.gz |
qemu: Add fixes for smc91c11 qemu segfaults on arm
The smc91c111.c driver appears to have several issues. The can_receive()
function can return that the driver is ready when rx_fifo has not been
freed yet. There is also no sanity check of rx_fifo() in _receive() which
can lead to corruption of the rx_fifo array.
release_packet() can also call qemu_flush_queued_packets() before rx_fifo
has been cleaned up, resulting in cases where packets are submitted
for which there is not yet any space.
This patch therefore:
* fixes the logic in can_receive()
* adds logic to receive() as a sanity check
* moves the flush() calls to the correct places where data is ready
to be received
Its currently undergoing discussion upstream about exactly which pieces
are the correct fix but for now, this stops the segfaults OE is seeing
which has to be an improvement.
[YOCTO #8234]
(From OE-Core rev: 414a5256d6f00d5682ce226ee4bc49674ee6c614)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/utils/qemurunner.py')
0 files changed, 0 insertions, 0 deletions