crosvm/crosvm-fuzz
Daniel Verkamp f50029e071 kernel_loader: accept physical address offset
This interprets the p_paddr field of ELF program headers as an offset
into physical RAM on aarch64 systems, which is a change in behavior. We
pass an offset of 0 on x86-64, so it makes no difference there.

BUG=b:254601048
BUG=b:255697205
TEST=cargo test -p kernel_loader

Change-Id: I9ebaa285c4cde1f70cb7752e91ff4520e06dc82f
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4035738
Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2022-11-28 19:41:53 +00:00
..
.gitignore Refactoring: Move various general purpose crates to common/ 2021-10-29 22:31:43 +00:00
block_fuzzer.rs crosvm-fuzz: update call to BlockAsync::new 2022-10-28 17:38:26 +00:00
Cargo.toml crosvm-fuzz: Migrate crosvm-fuzz to cargo fuzz 2022-10-03 16:12:15 +00:00
fs_server_fuzzer.rs tree-wide: apply cargo fmt --nightly 2022-10-03 21:39:26 +00:00
OWNERS Refactoring: Move various general purpose crates to common/ 2021-10-29 22:31:43 +00:00
qcow_fuzzer.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
usb_descriptor_fuzzer.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
virtqueue_fuzzer.rs tree-wide: apply cargo fmt --nightly 2022-10-03 21:39:26 +00:00
zimage_fuzzer.rs kernel_loader: accept physical address offset 2022-11-28 19:41:53 +00:00