lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAADnVQK0RiGYRnzdLRvSQRwTdyCOr1nBqZaNz7YR9gvyXu82fg@mail.gmail.com>
Date:   Wed, 20 Jan 2021 11:24:56 -0800
From:   Alexei Starovoitov <alexei.starovoitov@...il.com>
To:     angkery <angkery@....com>
Cc:     Shuah Khan <shuah@...nel.org>, Alexei Starovoitov <ast@...nel.org>,
        Daniel Borkmann <daniel@...earbox.net>,
        Andrii Nakryiko <andrii@...nel.org>,
        LKML <linux-kernel@...r.kernel.org>, bpf <bpf@...r.kernel.org>,
        Network Development <netdev@...r.kernel.org>,
        "open list:KERNEL SELFTEST FRAMEWORK" 
        <linux-kselftest@...r.kernel.org>,
        Junlin Yang <yangjunlin@...ong.com>
Subject: Re: [PATCH] selftest/bpf: fix typo

On Wed, Jan 20, 2021 at 6:22 AM angkery <angkery@....com> wrote:
>
> From: Junlin Yang <yangjunlin@...ong.com>
>
> Change 'exeeds' to 'exceeds'.
>
> Signed-off-by: Junlin Yang <yangjunlin@...ong.com>

The patch didn't reach patchwork.
Please reduce cc list and resubmit to bpf@...r only.
Also pls mention [PATCH bpf-next] in the subject.

> ---
>  tools/testing/selftests/bpf/prog_tests/btf.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/testing/selftests/bpf/prog_tests/btf.c b/tools/testing/selftests/bpf/prog_tests/btf.c
> index 8ae97e2..ea008d0 100644
> --- a/tools/testing/selftests/bpf/prog_tests/btf.c
> +++ b/tools/testing/selftests/bpf/prog_tests/btf.c
> @@ -914,7 +914,7 @@ struct btf_raw_test {
>         .err_str = "Member exceeds struct_size",
>  },
>
> -/* Test member exeeds the size of struct
> +/* Test member exceeds the size of struct
>   *
>   * struct A {
>   *     int m;
> @@ -948,7 +948,7 @@ struct btf_raw_test {
>         .err_str = "Member exceeds struct_size",
>  },
>
> -/* Test member exeeds the size of struct
> +/* Test member exceeds the size of struct
>   *
>   * struct A {
>   *     int m;
> --
> 1.9.1
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ