From 4c24e4a46766247ec5831351d05a5d1c3acf8269 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 3 May 2018 13:53:01 +0200 Subject: gometalinter: enable package comment checking Update #538 --- sys/linux/386.go | 3 ++- sys/linux/amd64.go | 3 ++- sys/linux/arm.go | 3 ++- sys/linux/arm64.go | 3 ++- sys/linux/ppc64le.go | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) (limited to 'sys/linux') diff --git a/sys/linux/386.go b/sys/linux/386.go index 3cdf81f0d..3a9506b8a 100644 --- a/sys/linux/386.go +++ b/sys/linux/386.go @@ -1,4 +1,5 @@ // AUTOGENERATED FILE + package linux import . "github.com/google/syzkaller/prog" @@ -29654,4 +29655,4 @@ var consts_386 = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_386 = "00f223a36b5936914b3a4405673c7714af5263b2" +const revision_386 = "e1e3ea1d7c3a36e08c8fcaee513af7676ce73ef9" diff --git a/sys/linux/amd64.go b/sys/linux/amd64.go index b8ff7d4b6..a95a3b1f9 100644 --- a/sys/linux/amd64.go +++ b/sys/linux/amd64.go @@ -1,4 +1,5 @@ // AUTOGENERATED FILE + package linux import . "github.com/google/syzkaller/prog" @@ -30325,4 +30326,4 @@ var consts_amd64 = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_amd64 = "83fec109090c3f044dfaf88cf5e43cc530fb72fc" +const revision_amd64 = "a2463ce91be2e035728a8241aa9c54bde7fe127a" diff --git a/sys/linux/arm.go b/sys/linux/arm.go index deb6fff4b..34fd81f38 100644 --- a/sys/linux/arm.go +++ b/sys/linux/arm.go @@ -1,4 +1,5 @@ // AUTOGENERATED FILE + package linux import . "github.com/google/syzkaller/prog" @@ -29517,4 +29518,4 @@ var consts_arm = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_arm = "59d36d16217ff18657fa1b5dd417c8c9e3dfee3b" +const revision_arm = "5f20b8c644dfc68c4f871523b4e3377cece897b5" diff --git a/sys/linux/arm64.go b/sys/linux/arm64.go index d278eaa3d..69f0dd0c3 100644 --- a/sys/linux/arm64.go +++ b/sys/linux/arm64.go @@ -1,4 +1,5 @@ // AUTOGENERATED FILE + package linux import . "github.com/google/syzkaller/prog" @@ -29707,4 +29708,4 @@ var consts_arm64 = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_arm64 = "82bff713b26f4d662b521d742bf3f66736dd777e" +const revision_arm64 = "1b0779569d22aeee458f1015be6b3831602ed203" diff --git a/sys/linux/ppc64le.go b/sys/linux/ppc64le.go index f58880c44..236d78ed4 100644 --- a/sys/linux/ppc64le.go +++ b/sys/linux/ppc64le.go @@ -1,4 +1,5 @@ // AUTOGENERATED FILE + package linux import . "github.com/google/syzkaller/prog" @@ -29469,4 +29470,4 @@ var consts_ppc64le = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_ppc64le = "bae68a78b4c8410266a08791d29b3f6d9d2778ab" +const revision_ppc64le = "90526274f947d332127c3e331252c843ecc73b7e" -- cgit mrf-deployment