Skip to content

Commit 73c268c

Browse files
authored
Merge branch 'main' into fio-instead-of-dd
2 parents 576c7a3 + 1709e4f commit 73c268c

File tree

14 files changed

+708
-255
lines changed

14 files changed

+708
-255
lines changed

Cargo.lock

Lines changed: 27 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/seccomp/aarch64-unknown-linux-musl.json

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
{
4343
"syscall": "close"
4444
},
45-
{
46-
"syscall": "uname",
47-
"comment": "Used for getting the kernel version, for validating io_uring support"
48-
},
4945
{
5046
"syscall": "eventfd2",
5147
"comment": "Used for creating io_uring completion event, on drive patch"
@@ -970,42 +966,6 @@
970966
}
971967
]
972968
},
973-
{
974-
"syscall": "ioctl",
975-
"args": [
976-
{
977-
"index": 1,
978-
"type": "dword",
979-
"op": "eq",
980-
"val": 1074048665,
981-
"comment": "KVM_SET_MP_STATE"
982-
}
983-
]
984-
},
985-
{
986-
"syscall": "ioctl",
987-
"args": [
988-
{
989-
"index": 1,
990-
"type": "dword",
991-
"op": "eq",
992-
"val": 2151722655,
993-
"comment": "KVM_GET_VCPU_EVENTS"
994-
}
995-
]
996-
},
997-
{
998-
"syscall": "ioctl",
999-
"args": [
1000-
{
1001-
"index": 1,
1002-
"type": "dword",
1003-
"op": "eq",
1004-
"val": 1077980832,
1005-
"comment": "KVM_SET_VCPU_EVENTS"
1006-
}
1007-
]
1008-
},
1009969
{
1010970
"syscall": "ioctl",
1011971
"args": [
@@ -1018,18 +978,6 @@
1018978
}
1019979
]
1020980
},
1021-
{
1022-
"syscall": "ioctl",
1023-
"args": [
1024-
{
1025-
"index": 1,
1026-
"type": "dword",
1027-
"op": "eq",
1028-
"val": 1074835116,
1029-
"comment": "KVM_SET_ONE_REG"
1030-
}
1031-
]
1032-
},
1033981
{
1034982
"syscall": "ioctl",
1035983
"args": [

0 commit comments

Comments
 (0)