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:	Mon, 29 Aug 2011 14:53:01 +0200
From:	Peter Zijlstra <peterz@...radead.org>
To:	Stephane Eranian <eranian@...gle.com>
Cc:	linux-kernel@...r.kernel.org, mingo@...e.hu, emunson@...bm.net,
	vweaver1@...s.utk.edu
Subject: Re: [PATCH] perf_event: fix broken calc_timer_values()

On Mon, 2011-08-29 at 14:41 +0200, Stephane Eranian wrote:

> @@ -3354,8 +3354,8 @@ static int perf_event_index(struct perf_event *event)
>  }
>  
>  static void calc_timer_values(struct perf_event *event,
> -				u64 *running,
> -				u64 *enabled)
> +				u64 *enabled,
> +				u64 *running)
>  {
>  	u64 now, ctx_time;
>  

Urgh, nice catch.. I'll queue it for perf/urgent and Cc stable for 3.0.x
--
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