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:   Wed, 17 Jan 2018 14:07:46 +0100
From:   Peter Oberparleiter <oberpar@...ux.vnet.ibm.com>
To:     Jaejoong Kim <climbbb.kim@...il.com>
Cc:     LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] gitignore: add *.gcda files

On 09.01.2018 06:17, Jaejoong Kim wrote:
> 2017-12-20 16:09 GMT+09:00 Jaejoong Kim <climbbb.kim@...il.com>:
>> Ignore the *.gcda files generated by gcov
>>
>> Signed-off-by: Jaejoong Kim <climbbb.kim@...il.com>
>> ---
>>  .gitignore | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/.gitignore b/.gitignore
>> index 0c39aa2..580ef7c 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -39,6 +39,7 @@ Module.symvers
>>  *.dwo
>>  *.su
>>  *.c.[012]*.*
>> +*.gcda

The gcov-kernel mechanism generates .gcda files for kernel code only as
virtual files in debugfs, and not in the kernel source tree. What source
of .gcda files would be covered by this .gitignore change?

>>
>>  #
>>  # Top-level generic files
>> --
>> 2.7.4
>>

-- 
Peter Oberparleiter
Linux on z Systems Development - IBM Germany

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ