mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
sys/linux: run make extract and generate
Forgot to do it after the last changes in hiddev descriptions. Fuse is also updated.
This commit is contained in:
parent
794a1ad73a
commit
5a3f55c869
@ -70,7 +70,7 @@
|
||||
|
||||
#if GOARCH_386
|
||||
#define GOARCH "386"
|
||||
#define SYZ_REVISION "098e4d888a1faee16bd32ffe02e25677392797ef"
|
||||
#define SYZ_REVISION "ee45a74aaf5ed57da867f09460df30b98069cb10"
|
||||
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
|
||||
#define SYZ_EXECUTOR_USES_SHMEM 1
|
||||
#define SYZ_PAGE_SIZE 4096
|
||||
@ -80,7 +80,7 @@
|
||||
|
||||
#if GOARCH_amd64
|
||||
#define GOARCH "amd64"
|
||||
#define SYZ_REVISION "d94f5f64dafdba66f74be4b57f44e56af6573717"
|
||||
#define SYZ_REVISION "ec76e53971d66445f69812d54e89712fd790ef91"
|
||||
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
|
||||
#define SYZ_EXECUTOR_USES_SHMEM 1
|
||||
#define SYZ_PAGE_SIZE 4096
|
||||
@ -90,7 +90,7 @@
|
||||
|
||||
#if GOARCH_arm
|
||||
#define GOARCH "arm"
|
||||
#define SYZ_REVISION "5dca115b3303a3e2fb30d9377631ca980bfe6f12"
|
||||
#define SYZ_REVISION "8d9fb61de7b5f2867655994a4832d499c8247323"
|
||||
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
|
||||
#define SYZ_EXECUTOR_USES_SHMEM 1
|
||||
#define SYZ_PAGE_SIZE 4096
|
||||
@ -100,7 +100,7 @@
|
||||
|
||||
#if GOARCH_arm64
|
||||
#define GOARCH "arm64"
|
||||
#define SYZ_REVISION "12d5e2bb091759f4e9b0b5e0bf56a91143f9b8a4"
|
||||
#define SYZ_REVISION "56f25f76eabb258b6609532e84d96f80167842e9"
|
||||
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
|
||||
#define SYZ_EXECUTOR_USES_SHMEM 1
|
||||
#define SYZ_PAGE_SIZE 4096
|
||||
@ -110,7 +110,7 @@
|
||||
|
||||
#if GOARCH_ppc64le
|
||||
#define GOARCH "ppc64le"
|
||||
#define SYZ_REVISION "df919ad455777d80fdfdf6510b8766d93af07300"
|
||||
#define SYZ_REVISION "633e12ab302d74b65c51d24f61811572d5a3fd2c"
|
||||
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
|
||||
#define SYZ_EXECUTOR_USES_SHMEM 1
|
||||
#define SYZ_PAGE_SIZE 4096
|
||||
|
@ -30,4 +30,3 @@ HID_REPORT_TYPE_MAX = 3
|
||||
HID_REPORT_TYPE_MIN = 1
|
||||
__NR_ioctl = 54
|
||||
__NR_read = 3
|
||||
__NR_write = 4
|
||||
|
@ -30,4 +30,3 @@ HID_REPORT_TYPE_MAX = 3
|
||||
HID_REPORT_TYPE_MIN = 1
|
||||
__NR_ioctl = 16
|
||||
__NR_read = 0
|
||||
__NR_write = 1
|
||||
|
@ -30,4 +30,3 @@ HID_REPORT_TYPE_MAX = 3
|
||||
HID_REPORT_TYPE_MIN = 1
|
||||
__NR_ioctl = 54
|
||||
__NR_read = 3
|
||||
__NR_write = 4
|
||||
|
@ -30,4 +30,3 @@ HID_REPORT_TYPE_MAX = 3
|
||||
HID_REPORT_TYPE_MIN = 1
|
||||
__NR_ioctl = 29
|
||||
__NR_read = 63
|
||||
__NR_write = 64
|
||||
|
@ -30,4 +30,3 @@ HID_REPORT_TYPE_MAX = 3
|
||||
HID_REPORT_TYPE_MIN = 1
|
||||
__NR_ioctl = 54
|
||||
__NR_read = 3
|
||||
__NR_write = 4
|
||||
|
@ -22,7 +22,7 @@ FUSE_FLOCK_LOCKS = 1024
|
||||
FUSE_HANDLE_KILLPRIV = 524288
|
||||
FUSE_HAS_IOCTL_DIR = 2048
|
||||
FUSE_IOCTL_RETRY = 4
|
||||
FUSE_KERNEL_MINOR_VERSION = 30
|
||||
FUSE_KERNEL_MINOR_VERSION = 31
|
||||
FUSE_KERNEL_VERSION = 7
|
||||
FUSE_MAX_PAGES = 4194304
|
||||
FUSE_NOTIFY_DELETE = 6
|
||||
|
@ -22,7 +22,7 @@ FUSE_FLOCK_LOCKS = 1024
|
||||
FUSE_HANDLE_KILLPRIV = 524288
|
||||
FUSE_HAS_IOCTL_DIR = 2048
|
||||
FUSE_IOCTL_RETRY = 4
|
||||
FUSE_KERNEL_MINOR_VERSION = 30
|
||||
FUSE_KERNEL_MINOR_VERSION = 31
|
||||
FUSE_KERNEL_VERSION = 7
|
||||
FUSE_MAX_PAGES = 4194304
|
||||
FUSE_NOTIFY_DELETE = 6
|
||||
|
@ -22,7 +22,7 @@ FUSE_FLOCK_LOCKS = 1024
|
||||
FUSE_HANDLE_KILLPRIV = 524288
|
||||
FUSE_HAS_IOCTL_DIR = 2048
|
||||
FUSE_IOCTL_RETRY = 4
|
||||
FUSE_KERNEL_MINOR_VERSION = 30
|
||||
FUSE_KERNEL_MINOR_VERSION = 31
|
||||
FUSE_KERNEL_VERSION = 7
|
||||
FUSE_MAX_PAGES = 4194304
|
||||
FUSE_NOTIFY_DELETE = 6
|
||||
|
@ -22,7 +22,7 @@ FUSE_FLOCK_LOCKS = 1024
|
||||
FUSE_HANDLE_KILLPRIV = 524288
|
||||
FUSE_HAS_IOCTL_DIR = 2048
|
||||
FUSE_IOCTL_RETRY = 4
|
||||
FUSE_KERNEL_MINOR_VERSION = 30
|
||||
FUSE_KERNEL_MINOR_VERSION = 31
|
||||
FUSE_KERNEL_VERSION = 7
|
||||
FUSE_MAX_PAGES = 4194304
|
||||
FUSE_NOTIFY_DELETE = 6
|
||||
|
@ -22,7 +22,7 @@ FUSE_FLOCK_LOCKS = 1024
|
||||
FUSE_HANDLE_KILLPRIV = 524288
|
||||
FUSE_HAS_IOCTL_DIR = 2048
|
||||
FUSE_IOCTL_RETRY = 4
|
||||
FUSE_KERNEL_MINOR_VERSION = 30
|
||||
FUSE_KERNEL_MINOR_VERSION = 31
|
||||
FUSE_KERNEL_VERSION = 7
|
||||
FUSE_MAX_PAGES = 4194304
|
||||
FUSE_NOTIFY_DELETE = 6
|
||||
|
@ -5983,7 +5983,7 @@ var structDescs_386 = []*KeyedStruct{
|
||||
}}},
|
||||
{Key: StructKey{Name: "fuse_init_out"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "fuse_init_out", TypeSize: 64}, Fields: []Type{
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "maj", TypeSize: 4}}, Val: 7},
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "min", TypeSize: 4}}, Val: 30},
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "min", TypeSize: 4}}, Val: 31},
|
||||
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", FldName: "max_readahead", TypeSize: 4}}},
|
||||
&FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "fuse_init_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, 33554432}, BitMask: true},
|
||||
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int16", FldName: "max_background", TypeSize: 2}}},
|
||||
@ -45232,7 +45232,7 @@ var consts_386 = []ConstValue{
|
||||
{Name: "FUSE_HANDLE_KILLPRIV", Value: 524288},
|
||||
{Name: "FUSE_HAS_IOCTL_DIR", Value: 2048},
|
||||
{Name: "FUSE_IOCTL_RETRY", Value: 4},
|
||||
{Name: "FUSE_KERNEL_MINOR_VERSION", Value: 30},
|
||||
{Name: "FUSE_KERNEL_MINOR_VERSION", Value: 31},
|
||||
{Name: "FUSE_KERNEL_VERSION", Value: 7},
|
||||
{Name: "FUSE_MAX_PAGES", Value: 4194304},
|
||||
{Name: "FUSE_NOTIFY_DELETE", Value: 6},
|
||||
@ -51579,4 +51579,4 @@ var consts_386 = []ConstValue{
|
||||
{Name: "bpf_insn_load_imm_dw", Value: 24},
|
||||
}
|
||||
|
||||
const revision_386 = "098e4d888a1faee16bd32ffe02e25677392797ef"
|
||||
const revision_386 = "ee45a74aaf5ed57da867f09460df30b98069cb10"
|
||||
|
@ -6078,7 +6078,7 @@ var structDescs_amd64 = []*KeyedStruct{
|
||||
}}},
|
||||
{Key: StructKey{Name: "fuse_init_out"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "fuse_init_out", TypeSize: 64}, Fields: []Type{
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "maj", TypeSize: 4}}, Val: 7},
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "min", TypeSize: 4}}, Val: 30},
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "min", TypeSize: 4}}, Val: 31},
|
||||
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", FldName: "max_readahead", TypeSize: 4}}},
|
||||
&FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "fuse_init_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, 33554432}, BitMask: true},
|
||||
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int16", FldName: "max_background", TypeSize: 2}}},
|
||||
@ -45754,7 +45754,7 @@ var consts_amd64 = []ConstValue{
|
||||
{Name: "FUSE_HANDLE_KILLPRIV", Value: 524288},
|
||||
{Name: "FUSE_HAS_IOCTL_DIR", Value: 2048},
|
||||
{Name: "FUSE_IOCTL_RETRY", Value: 4},
|
||||
{Name: "FUSE_KERNEL_MINOR_VERSION", Value: 30},
|
||||
{Name: "FUSE_KERNEL_MINOR_VERSION", Value: 31},
|
||||
{Name: "FUSE_KERNEL_VERSION", Value: 7},
|
||||
{Name: "FUSE_MAX_PAGES", Value: 4194304},
|
||||
{Name: "FUSE_NOTIFY_DELETE", Value: 6},
|
||||
@ -52116,4 +52116,4 @@ var consts_amd64 = []ConstValue{
|
||||
{Name: "bpf_insn_load_imm_dw", Value: 24},
|
||||
}
|
||||
|
||||
const revision_amd64 = "d94f5f64dafdba66f74be4b57f44e56af6573717"
|
||||
const revision_amd64 = "ec76e53971d66445f69812d54e89712fd790ef91"
|
||||
|
@ -5983,7 +5983,7 @@ var structDescs_arm = []*KeyedStruct{
|
||||
}}},
|
||||
{Key: StructKey{Name: "fuse_init_out"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "fuse_init_out", TypeSize: 64}, Fields: []Type{
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "maj", TypeSize: 4}}, Val: 7},
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "min", TypeSize: 4}}, Val: 30},
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "min", TypeSize: 4}}, Val: 31},
|
||||
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", FldName: "max_readahead", TypeSize: 4}}},
|
||||
&FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "fuse_init_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, 33554432}, BitMask: true},
|
||||
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int16", FldName: "max_background", TypeSize: 2}}},
|
||||
@ -44872,7 +44872,7 @@ var consts_arm = []ConstValue{
|
||||
{Name: "FUSE_HANDLE_KILLPRIV", Value: 524288},
|
||||
{Name: "FUSE_HAS_IOCTL_DIR", Value: 2048},
|
||||
{Name: "FUSE_IOCTL_RETRY", Value: 4},
|
||||
{Name: "FUSE_KERNEL_MINOR_VERSION", Value: 30},
|
||||
{Name: "FUSE_KERNEL_MINOR_VERSION", Value: 31},
|
||||
{Name: "FUSE_KERNEL_VERSION", Value: 7},
|
||||
{Name: "FUSE_MAX_PAGES", Value: 4194304},
|
||||
{Name: "FUSE_NOTIFY_DELETE", Value: 6},
|
||||
@ -51156,4 +51156,4 @@ var consts_arm = []ConstValue{
|
||||
{Name: "bpf_insn_load_imm_dw", Value: 24},
|
||||
}
|
||||
|
||||
const revision_arm = "5dca115b3303a3e2fb30d9377631ca980bfe6f12"
|
||||
const revision_arm = "8d9fb61de7b5f2867655994a4832d499c8247323"
|
||||
|
@ -6078,7 +6078,7 @@ var structDescs_arm64 = []*KeyedStruct{
|
||||
}}},
|
||||
{Key: StructKey{Name: "fuse_init_out"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "fuse_init_out", TypeSize: 64}, Fields: []Type{
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "maj", TypeSize: 4}}, Val: 7},
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "min", TypeSize: 4}}, Val: 30},
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "min", TypeSize: 4}}, Val: 31},
|
||||
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", FldName: "max_readahead", TypeSize: 4}}},
|
||||
&FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "fuse_init_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, 33554432}, BitMask: true},
|
||||
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int16", FldName: "max_background", TypeSize: 2}}},
|
||||
@ -45200,7 +45200,7 @@ var consts_arm64 = []ConstValue{
|
||||
{Name: "FUSE_HANDLE_KILLPRIV", Value: 524288},
|
||||
{Name: "FUSE_HAS_IOCTL_DIR", Value: 2048},
|
||||
{Name: "FUSE_IOCTL_RETRY", Value: 4},
|
||||
{Name: "FUSE_KERNEL_MINOR_VERSION", Value: 30},
|
||||
{Name: "FUSE_KERNEL_MINOR_VERSION", Value: 31},
|
||||
{Name: "FUSE_KERNEL_VERSION", Value: 7},
|
||||
{Name: "FUSE_MAX_PAGES", Value: 4194304},
|
||||
{Name: "FUSE_NOTIFY_DELETE", Value: 6},
|
||||
@ -51466,4 +51466,4 @@ var consts_arm64 = []ConstValue{
|
||||
{Name: "bpf_insn_load_imm_dw", Value: 24},
|
||||
}
|
||||
|
||||
const revision_arm64 = "12d5e2bb091759f4e9b0b5e0bf56a91143f9b8a4"
|
||||
const revision_arm64 = "56f25f76eabb258b6609532e84d96f80167842e9"
|
||||
|
@ -6077,7 +6077,7 @@ var structDescs_ppc64le = []*KeyedStruct{
|
||||
}}},
|
||||
{Key: StructKey{Name: "fuse_init_out"}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "fuse_init_out", TypeSize: 64}, Fields: []Type{
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "maj", TypeSize: 4}}, Val: 7},
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "min", TypeSize: 4}}, Val: 30},
|
||||
&ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "min", TypeSize: 4}}, Val: 31},
|
||||
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", FldName: "max_readahead", TypeSize: 4}}},
|
||||
&FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "fuse_init_flags", FldName: "flags", TypeSize: 4}}, Vals: []uint64{1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, 33554432}, BitMask: true},
|
||||
&IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int16", FldName: "max_background", TypeSize: 2}}},
|
||||
@ -45194,7 +45194,7 @@ var consts_ppc64le = []ConstValue{
|
||||
{Name: "FUSE_HANDLE_KILLPRIV", Value: 524288},
|
||||
{Name: "FUSE_HAS_IOCTL_DIR", Value: 2048},
|
||||
{Name: "FUSE_IOCTL_RETRY", Value: 4},
|
||||
{Name: "FUSE_KERNEL_MINOR_VERSION", Value: 30},
|
||||
{Name: "FUSE_KERNEL_MINOR_VERSION", Value: 31},
|
||||
{Name: "FUSE_KERNEL_VERSION", Value: 7},
|
||||
{Name: "FUSE_MAX_PAGES", Value: 4194304},
|
||||
{Name: "FUSE_NOTIFY_DELETE", Value: 6},
|
||||
@ -51433,4 +51433,4 @@ var consts_ppc64le = []ConstValue{
|
||||
{Name: "bpf_insn_load_imm_dw", Value: 24},
|
||||
}
|
||||
|
||||
const revision_ppc64le = "df919ad455777d80fdfdf6510b8766d93af07300"
|
||||
const revision_ppc64le = "633e12ab302d74b65c51d24f61811572d5a3fd2c"
|
||||
|
Loading…
Reference in New Issue
Block a user