[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201007232957.nrmqryypzc44rqcd@ast-mbp>
Date: Wed, 7 Oct 2020 16:29:57 -0700
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Andrii Nakryiko <andrii@...nel.org>
Cc: bpf@...r.kernel.org, netdev@...r.kernel.org, ast@...com,
daniel@...earbox.net, kernel-team@...com,
Luka Perkov <luka.perkov@...tura.hr>,
Tony Ambardar <tony.ambardar@...il.com>,
Andrii Nakryiko <andriin@...com>
Subject: Re: [PATCH v2 bpf-next 4/4] selftests/bpf: validate libbpf's
auto-sizing of LD/ST/STX instructions
On Wed, Oct 07, 2020 at 01:29:46PM -0700, Andrii Nakryiko wrote:
> diff --git a/tools/testing/selftests/bpf/progs/test_core_autosize.c b/tools/testing/selftests/bpf/progs/test_core_autosize.c
> new file mode 100644
> index 000000000000..e999f2e2ea22
> --- /dev/null
> +++ b/tools/testing/selftests/bpf/progs/test_core_autosize.c
> @@ -0,0 +1,172 @@
> +// SPDX-License-Identifier: GPL-2.0
> +// Copyright (c) 2019 Facebook
The year is wrong.
Also Copyright should be in /* */
The // exception is only for SPDX and only in .c
.h should have both in /* */
Powered by blists - more mailing lists