summary refs log tree commit diff
path: root/devices/src/lib.rs
diff options
context:
space:
mode:
authorDavid Riley <davidriley@chromium.org>2019-09-11 16:21:20 -0700
committerDavid Riley <davidriley@chromium.org>2019-09-17 23:24:55 +0000
commit36cc5092fc6237ddbd1e63b8d2bc7c1460ea3041 (patch)
tree221a2af7da47f05ee10fdde0b199efaa0424bb61 /devices/src/lib.rs
parentbca67ae7e3f543566144b57b5f816cb95c4d674e (diff)
downloadcrosvm-36cc5092fc6237ddbd1e63b8d2bc7c1460ea3041.tar
crosvm-36cc5092fc6237ddbd1e63b8d2bc7c1460ea3041.tar.gz
crosvm-36cc5092fc6237ddbd1e63b8d2bc7c1460ea3041.tar.bz2
crosvm-36cc5092fc6237ddbd1e63b8d2bc7c1460ea3041.tar.lz
crosvm-36cc5092fc6237ddbd1e63b8d2bc7c1460ea3041.tar.xz
crosvm-36cc5092fc6237ddbd1e63b8d2bc7c1460ea3041.tar.zst
crosvm-36cc5092fc6237ddbd1e63b8d2bc7c1460ea3041.zip
gpu: Fix sandboxing support for ARM.
Two compounded issues broke GPU support on ARM:
1) A mistake when applying code review comments to the initial checkin
of this file and not correctly copying the updated policy when testing
to the DUT.
2) Iteration of the /dev/dri directory from libvirglrender.so uses
getdents instead of getdents64, likely due to some differences in the C
vs Rust runtime.

BUG=chromium:1002667
TEST=glxgears with virtio-gpu on kevin

Change-Id: I225b85998a6a611ebe2a25a75cd88aab9939feb7
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1799287
Tested-by: David Riley <davidriley@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Diffstat (limited to 'devices/src/lib.rs')
0 files changed, 0 insertions, 0 deletions