This is a note to let you know that I've just added the patch titled Revert duplicated perf commit. to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: revert-duplicated-perf-commit.patch and it can be found in the queue-3.0 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From foo@baz Thu Mar 14 15:13:02 PDT 2013 Date: Thu, 14 Mar 2013 15:13:02 -0700 To: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Subject: Revert duplicated perf commit. This reverts commit 2431496fbdd142ccc83138d94f3f510a36ce9270 as it was applied incorrectly twice. Thanks to Jiri for pointing this out. Cc: Jiri Slaby <jslaby@xxxxxxx> Cc: Andrew Vagin <avagin@xxxxxxxxxx> Cc: Steven Rostedt <rostedt@xxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> --- 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; Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-3.0/tty-do-not-reset-master-s-packet-mode.patch queue-3.0/usb-cp210x-new-vendor-device-ids.patch queue-3.0/usb-ehci-don-t-check-dma-values-in-qh-overlays.patch queue-3.0/revert-duplicated-perf-commit.patch queue-3.0/usb-cdc-wdm-fix-buffer-overflow.patch queue-3.0/signal-always-clear-sa_restorer-on-execve.patch queue-3.0/virtio-rng-disallow-multiple-device-registrations-fixes-crashes.patch queue-3.0/usb-added-support-for-cinterion-s-products-ah6-and-pls8.patch queue-3.0/usb-option-add-huawei-e5331.patch queue-3.0/qcaux-add-franklin-u600.patch queue-3.0/tty-serial-fix-typo-arch_s5p6450.patch queue-3.0/md-protect-against-crash-upon-fsync-on-ro-array.patch queue-3.0/ext3-fix-format-string-issues.patch queue-3.0/usb-storage-fix-huawei-mode-switching-regression.patch queue-3.0/usb-serial-add-rigblaster-advantage-to-device-table.patch queue-3.0/staging-vt6656-fix-oops-on-resume-from-suspend.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html