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] [day] [month] [year] [list]
Date:   Wed, 18 Dec 2019 00:22:00 +0100
From:   Daniel Borkmann <daniel@...earbox.net>
To:     Yonghong Song <yhs@...com>, Andrii Nakryiko <andriin@...com>,
        "bpf@...r.kernel.org" <bpf@...r.kernel.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        Alexei Starovoitov <ast@...com>
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/17/19 10:54 PM, Yonghong Song wrote:
> 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>

Applied, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ