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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b0e81ae2-9155-e878-1193-3e7ecfab1983@fb.com>
Date:   Tue, 17 Dec 2019 21:54:26 +0000
From:   Yonghong Song <yhs@...com>
To:     Andrii Nakryiko <andriin@...com>,
        "bpf@...r.kernel.org" <bpf@...r.kernel.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        Alexei Starovoitov <ast@...com>,
        "daniel@...earbox.net" <daniel@...earbox.net>
CC:     "andrii.nakryiko@...il.com" <andrii.nakryiko@...il.com>,
        Kernel Team <Kernel-team@...com>
Subject: Re: [PATCH bpf-next] selftests/bpf: more succinct Makefile output



On 12/16/19 10:14 PM, Andrii Nakryiko wrote:
> Similarly to bpftool/libbpf output, make selftests/bpf output succinct
> per-item output line. Output is roughly as follows:
> 
> $ make
> ...
>    CLANG-LLC [test_maps] pyperf600.o
>    CLANG-LLC [test_maps] strobemeta.o
>    CLANG-LLC [test_maps] pyperf100.o
>    EXTRA-OBJ [test_progs] cgroup_helpers.o
>    EXTRA-OBJ [test_progs] trace_helpers.o
>       BINARY test_align
>       BINARY test_verifier_log
>     GEN-SKEL [test_progs] fexit_bpf2bpf.skel.h
>     GEN-SKEL [test_progs] test_global_data.skel.h
>     GEN-SKEL [test_progs] sendmsg6_prog.skel.h
> ...
> 
> To see the actual command invocation, verbose mode can be turned on with V=1
> argument:
> 
> $ make V=1
> 
> ... very verbose output ...
> 
> Signed-off-by: Andrii Nakryiko <andriin@...com>

Acked-by: Yonghong Song <yhs@...com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ