build: Bump linux-loader from 0.11.0 to 0.12.0 in /fuzz

Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/rust-vmm/linux-loader/releases)
- [Changelog](https://github.com/rust-vmm/linux-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/linux-loader/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: linux-loader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-23 23:48:27 +00:00 committed by cloud-hypervisor-bot
parent 88c0f268c2
commit 9ca88047a8
2 changed files with 42 additions and 22 deletions

62
fuzz/Cargo.lock generated
View File

@ -86,13 +86,13 @@ dependencies = [
"fdt",
"hypervisor",
"libc",
"linux-loader",
"linux-loader 0.11.0",
"log",
"serde",
"thiserror",
"uuid",
"vm-fdt",
"vm-memory",
"vm-memory 0.14.1",
"vm-migration",
"vmm-sys-util",
]
@ -130,7 +130,7 @@ dependencies = [
"uuid",
"virtio-bindings",
"virtio-queue",
"vm-memory",
"vm-memory 0.14.1",
"vm-virtio",
"vmm-sys-util",
]
@ -200,7 +200,7 @@ dependencies = [
"epoll",
"libc",
"libfuzzer-sys",
"linux-loader",
"linux-loader 0.12.0",
"micro_http",
"net_util",
"once_cell",
@ -208,7 +208,7 @@ dependencies = [
"virtio-devices",
"virtio-queue",
"vm-device",
"vm-memory",
"vm-memory 0.14.1",
"vm-migration",
"vm-virtio",
"vmm",
@ -301,7 +301,7 @@ dependencies = [
"tpm",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.14.1",
"vm-migration",
"vmm-sys-util",
]
@ -448,7 +448,7 @@ dependencies = [
"serde_with",
"thiserror",
"vfio-ioctls",
"vm-memory",
"vm-memory 0.14.1",
"vmm-sys-util",
]
@ -555,7 +555,16 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb68dd3452f25a8defaf0ae593509cff0c777683e4d8924f59ac7c5f89267a83"
dependencies = [
"vm-memory",
"vm-memory 0.14.1",
]
[[package]]
name = "linux-loader"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d379d0089d0fbf4161c35a4fdfd76125923f1a93632c49195f5372b4c0b1472"
dependencies = [
"vm-memory 0.15.0",
]
[[package]]
@ -625,7 +634,7 @@ dependencies = [
"thiserror",
"virtio-bindings",
"virtio-queue",
"vm-memory",
"vm-memory 0.14.1",
"vm-virtio",
"vmm-sys-util",
]
@ -692,7 +701,7 @@ dependencies = [
"vfio_user",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.14.1",
"vm-migration",
"vmm-sys-util",
]
@ -985,7 +994,7 @@ dependencies = [
"log",
"thiserror",
"vfio-bindings",
"vm-memory",
"vm-memory 0.14.1",
"vmm-sys-util",
]
@ -1002,7 +1011,7 @@ dependencies = [
"serde_json",
"thiserror",
"vfio-bindings",
"vm-memory",
"vm-memory 0.14.1",
"vmm-sys-util",
]
@ -1014,7 +1023,7 @@ checksum = "6be08d1166d41a78861ad50212ab3f9eca0729c349ac3a7a8f557c62406b87cc"
dependencies = [
"bitflags 2.6.0",
"libc",
"vm-memory",
"vm-memory 0.14.1",
"vmm-sys-util",
]
@ -1051,7 +1060,7 @@ dependencies = [
"virtio-queue",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.14.1",
"vm-migration",
"vm-virtio",
"vmm-sys-util",
@ -1065,7 +1074,7 @@ checksum = "07d8406e7250c934462de585d8f2d2781c31819bca1fbb7c5e964ca6bbaabfe8"
dependencies = [
"log",
"virtio-bindings",
"vm-memory",
"vm-memory 0.14.1",
"vmm-sys-util",
]
@ -1075,7 +1084,7 @@ version = "0.1.0"
dependencies = [
"arch",
"libc",
"vm-memory",
"vm-memory 0.14.1",
]
[[package]]
@ -1087,7 +1096,7 @@ dependencies = [
"serde",
"thiserror",
"vfio-ioctls",
"vm-memory",
"vm-memory 0.14.1",
"vmm-sys-util",
]
@ -1108,6 +1117,17 @@ dependencies = [
"winapi",
]
[[package]]
name = "vm-memory"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a320fc11792e063174402ff444aa3c80363cbf1e31c47b5ef74124406c334ce6"
dependencies = [
"libc",
"thiserror",
"winapi",
]
[[package]]
name = "vm-migration"
version = "0.1.0"
@ -1116,7 +1136,7 @@ dependencies = [
"serde",
"serde_json",
"thiserror",
"vm-memory",
"vm-memory 0.14.1",
]
[[package]]
@ -1125,7 +1145,7 @@ version = "0.1.0"
dependencies = [
"log",
"virtio-queue",
"vm-memory",
"vm-memory 0.14.1",
]
[[package]]
@ -1149,7 +1169,7 @@ dependencies = [
"hypervisor",
"landlock",
"libc",
"linux-loader",
"linux-loader 0.11.0",
"log",
"micro_http",
"net_util",
@ -1171,7 +1191,7 @@ dependencies = [
"virtio-queue",
"vm-allocator",
"vm-device",
"vm-memory",
"vm-memory 0.14.1",
"vm-migration",
"vm-virtio",
"vmm-sys-util",

View File

@ -18,7 +18,7 @@ devices = { path = "../devices" }
epoll = "4.3.3"
libc = "0.2.155"
libfuzzer-sys = "0.4.7"
linux-loader = { version = "0.11.0", features = ["bzimage", "elf", "pe"] }
linux-loader = { version = "0.12.0", features = ["bzimage", "elf", "pe"] }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
net_util = { path = "../net_util" }
once_cell = "1.19.0"