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:	Thu, 21 Mar 2013 03:31:37 +0000
From:	Ben Hutchings <ben@...adent.org.uk>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Jiri Slaby <jslaby@...e.cz>
Cc:	linux-kernel@...r.kernel.org, stable@...r.kernel.org,
	Andrew Vagin <avagin@...nvz.org>,
	Steven Rostedt <rostedt@...dmis.org>,
	Greg Kroah-Hartman <gregkh@...e.de>
Subject: Re: [ 16/40] Revert duplicated perf commit.

On Mon, 2013-03-18 at 14:10 -0700, Greg Kroah-Hartman wrote:
> 3.0-stable review patch.  If anyone has any objections, please let me know.
> 
> ------------------
> 
> This reverts commit 2431496fbdd142ccc83138d94f3f510a36ce9270 as it was
> applied incorrectly twice.
> 
> Thanks to Jiri for pointing this out.
> 
> Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
> Cc: Jiri Slaby <jslaby@...e.cz>
> Cc: Andrew Vagin <avagin@...nvz.org>
> Cc: Steven Rostedt <rostedt@...dmis.org>

3.2.y had the same problem, so I'm making a similar revert there.

Ben.

> ---
>  tools/perf/util/trace-event-parse.c |    2 --
>  1 file changed, 2 deletions(-)
> 
> --- a/tools/perf/util/trace-event-parse.c
> +++ b/tools/perf/util/trace-event-parse.c
> @@ -1582,8 +1582,6 @@ process_symbols(struct event *event, str
>  	field = malloc_or_die(sizeof(*field));
>  
>  	type = process_arg(event, field, &token);
> -	while (type == EVENT_OP)
> -		type = process_op(event, field, &token);
>  	if (test_type_token(type, token, EVENT_DELIM, ","))
>  		goto out_free;
>  
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe stable" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
Ben Hutchings
It is easier to write an incorrect program than to understand a correct one.

Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ