diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-06-12 13:53:23 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-06-12 15:26:04 +0200 |
| commit | 5a3f55c86922747229a9f2c908edcacda733b386 (patch) | |
| tree | 72f6d31b2d4216a23534e21f28a91db0e9eb0d78 /sys/linux | |
| parent | 794a1ad73ab695b3d3ef099446fa60bc060dd74e (diff) | |
sys/linux: run make extract and generate
Forgot to do it after the last changes in hiddev descriptions.
Fuse is also updated.
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/dev_usb_hiddev_386.const | 1 | ||||
| -rw-r--r-- | sys/linux/dev_usb_hiddev_amd64.const | 1 | ||||
| -rw-r--r-- | sys/linux/dev_usb_hiddev_arm.const | 1 | ||||
| -rw-r--r-- | sys/linux/dev_usb_hiddev_arm64.const | 1 | ||||
| -rw-r--r-- | sys/linux/dev_usb_hiddev_ppc64le.const | 1 | ||||
| -rw-r--r-- | sys/linux/fuse_386.const | 2 | ||||
| -rw-r--r-- | sys/linux/fuse_amd64.const | 2 | ||||
| -rw-r--r-- | sys/linux/fuse_arm.const | 2 | ||||
| -rw-r--r-- | sys/linux/fuse_arm64.const | 2 | ||||
| -rw-r--r-- | sys/linux/fuse_ppc64le.const | 2 | ||||
| -rw-r--r-- | sys/linux/gen/386.go | 6 | ||||
| -rw-r--r-- | sys/linux/gen/amd64.go | 6 | ||||
| -rw-r--r-- | sys/linux/gen/arm.go | 6 | ||||
| -rw-r--r-- | sys/linux/gen/arm64.go | 6 | ||||
| -rw-r--r-- | sys/linux/gen/ppc64le.go | 6 |
15 files changed, 20 insertions, 25 deletions
diff --git a/sys/linux/dev_usb_hiddev_386.const b/sys/linux/dev_usb_hiddev_386.const index b08225f56..ebf903912 100644 --- a/sys/linux/dev_usb_hiddev_386.const +++ b/sys/linux/dev_usb_hiddev_386.const @@ -30,4 +30,3 @@ HID_REPORT_TYPE_MAX = 3 HID_REPORT_TYPE_MIN = 1 __NR_ioctl = 54 __NR_read = 3 -__NR_write = 4 diff --git a/sys/linux/dev_usb_hiddev_amd64.const b/sys/linux/dev_usb_hiddev_amd64.const index 9a35b3560..afef49b19 100644 --- a/sys/linux/dev_usb_hiddev_amd64.const +++ b/sys/linux/dev_usb_hiddev_amd64.const @@ -30,4 +30,3 @@ HID_REPORT_TYPE_MAX = 3 HID_REPORT_TYPE_MIN = 1 __NR_ioctl = 16 __NR_read = 0 -__NR_write = 1 diff --git a/sys/linux/dev_usb_hiddev_arm.const b/sys/linux/dev_usb_hiddev_arm.const index b08225f56..ebf903912 100644 --- a/sys/linux/dev_usb_hiddev_arm.const +++ b/sys/linux/dev_usb_hiddev_arm.const @@ -30,4 +30,3 @@ HID_REPORT_TYPE_MAX = 3 HID_REPORT_TYPE_MIN = 1 __NR_ioctl = 54 __NR_read = 3 -__NR_write = 4 diff --git a/sys/linux/dev_usb_hiddev_arm64.const b/sys/linux/dev_usb_hiddev_arm64.const index adf0c266c..390de1317 100644 --- a/sys/linux/dev_usb_hiddev_arm64.const +++ b/sys/linux/dev_usb_hiddev_arm64.const @@ -30,4 +30,3 @@ HID_REPORT_TYPE_MAX = 3 HID_REPORT_TYPE_MIN = 1 __NR_ioctl = 29 __NR_read = 63 -__NR_write = 64 diff --git a/sys/linux/dev_usb_hiddev_ppc64le.const b/sys/linux/dev_usb_hiddev_ppc64le.const index 402006ad4..18bf34b6f 100644 --- a/sys/linux/dev_usb_hiddev_ppc64le.const +++ b/sys/linux/dev_usb_hiddev_ppc64le.const @@ -30,4 +30,3 @@ HID_REPORT_TYPE_MAX = 3 HID_REPORT_TYPE_MIN = 1 __NR_ioctl = 54 __NR_read = 3 -__NR_write = 4 diff --git a/sys/linux/fuse_386.const b/sys/linux/fuse_386.const index 3e32bf935..fe137f0b7 100644 --- a/sys/linux/fuse_386.const +++ b/sys/linux/fuse_386.const @@ -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 diff --git a/sys/linux/fuse_amd64.const b/sys/linux/fuse_amd64.const index e59929574..5a9b48634 100644 --- a/sys/linux/fuse_amd64.const +++ b/sys/linux/fuse_amd64.const @@ -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 diff --git a/sys/linux/fuse_arm.const b/sys/linux/fuse_arm.const index 110ef93b1..49cc40d89 100644 --- a/sys/linux/fuse_arm.const +++ b/sys/linux/fuse_arm.const @@ -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 diff --git a/sys/linux/fuse_arm64.const b/sys/linux/fuse_arm64.const index 873bd2062..f0e8df8b2 100644 --- a/sys/linux/fuse_arm64.const +++ b/sys/linux/fuse_arm64.const @@ -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 diff --git a/sys/linux/fuse_ppc64le.const b/sys/linux/fuse_ppc64le.const index a32a6ea2f..f9d23b322 100644 --- a/sys/linux/fuse_ppc64le.const +++ b/sys/linux/fuse_ppc64le.const @@ -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 diff --git a/sys/linux/gen/386.go b/sys/linux/gen/386.go index 6f8a8853d..bd0ef86d5 100644 --- a/sys/linux/gen/386.go +++ b/sys/linux/gen/386.go @@ -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" diff --git a/sys/linux/gen/amd64.go b/sys/linux/gen/amd64.go index 38169939a..438ba69c7 100644 --- a/sys/linux/gen/amd64.go +++ b/sys/linux/gen/amd64.go @@ -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" diff --git a/sys/linux/gen/arm.go b/sys/linux/gen/arm.go index ff459ba80..1e968c2b1 100644 --- a/sys/linux/gen/arm.go +++ b/sys/linux/gen/arm.go @@ -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" diff --git a/sys/linux/gen/arm64.go b/sys/linux/gen/arm64.go index 787a34dab..f290de253 100644 --- a/sys/linux/gen/arm64.go +++ b/sys/linux/gen/arm64.go @@ -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" diff --git a/sys/linux/gen/ppc64le.go b/sys/linux/gen/ppc64le.go index 2687b30ca..1182d24d8 100644 --- a/sys/linux/gen/ppc64le.go +++ b/sys/linux/gen/ppc64le.go @@ -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" |
