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:	Tue, 13 May 2014 13:22:07 -0700
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	"Yuan Pengfei" <yuanpf12@....pku.edu.cn>
Cc:	"'Peter Oberparleiter'" <oberpar@...ux.vnet.ibm.com>,
	<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] gcov: add support for GCC 4.9

On Tue, 13 May 2014 08:31:36 +0800 "Yuan Pengfei" <yuanpf12@....pku.edu.cn> wrote:

> From: Yuan Pengfei <coolypf@...com>
> 
> This patch handles the gcov-related changes in GCC 4.9:
>   A new counter (time profile) is added.
> See http://gcc.gnu.org/gcc-4.9/changes.html

That link doesn't describe __gcov_merge_time_profile() and a quick web
search didn't turn up anything terribly useful.

> --- a/kernel/gcov/base.c
> +++ b/kernel/gcov/base.c
> @@ -85,6 +85,12 @@ void __gcov_merge_ior(gcov_type *counters, unsigned int
> n_counters)
>  }
>  EXPORT_SYMBOL(__gcov_merge_ior);
>  
> +void __gcov_merge_time_profile(gcov_type *counters, unsigned int
> n_counters)
> +{
> +	/* Unused. */
> +}
> +EXPORT_SYMBOL(__gcov_merge_time_profile);

So it would be useful for you to describe this change within the patch
changelog so that others can understand and review it.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ