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]
Date:   Tue, 11 Apr 2017 13:49:10 +0200
From:   Daniel Borkmann <daniel@...earbox.net>
To:     Alexander Alemayhu <alexander@...mayhu.com>, netdev@...r.kernel.org
CC:     ast@...com
Subject: Re: [PATCH net-next] bpf: add test_progs to .gitignore

On 04/11/2017 01:35 PM, Alexander Alemayhu wrote:
> Signed-off-by: Alexander Alemayhu <alexander@...mayhu.com>
> ---
>   tools/testing/selftests/bpf/.gitignore | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore
> index 541d9d7fad5a..2fe8766e204f 100644
> --- a/tools/testing/selftests/bpf/.gitignore
> +++ b/tools/testing/selftests/bpf/.gitignore
> @@ -3,3 +3,4 @@ test_maps
>   test_lru_map
>   test_lpm_map
>   test_tag
> +test_progs

Good point, we should also add '*.o' in that case for the
TEST_GEN_FILES specified objs that clang generates.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ