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>] [day] [month] [year] [list]
Date:	Mon, 2 Aug 2010 08:26:15 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Arnaldo Carvalho de Melo <acme@...radead.org>
Cc:	linux-kernel@...r.kernel.org,
	Ananth N Mavinakayanahalli <ananth@...ibm.com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Christoph Hellwig <hch@...radead.org>,
	Dave Martin <dave.martin@...aro.org>,
	"David S . Miller" <davem@...emloft.net>,
	"Frank Ch. Eigler" <fche@...hat.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Jim Keniston <jkenisto@...ux.vnet.ibm.com>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Mark Wielaard <mjw@...hat.com>,
	Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
	Mike Galbraith <efault@....de>,
	Naren A Devaiah <naren.devaiah@...ibm.com>,
	Oleg Nesterov <oleg@...hat.com>,
	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Randy Dunlap <rdunlap@...otime.net>,
	Srikar Dronamraju <srikar@...ux.vnet.ibm.com>,
	Stephane Eranian <eranian@...gle.com>,
	Steven Rostedt <rostedt@...dmis.org>,
	Tom Zanussi <tzanussi@...il.com>
Subject: Re: [PATCH 00/19] perf/core improvements and fixes


* Arnaldo Carvalho de Melo <acme@...radead.org> wrote:

> Hi Ingo,
> 
>         Please pull from:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core
> 
> Regards,
> 
> - Arnaldo
> 
> Arnaldo Carvalho de Melo (13):
>   perf hists: Mark entries filtered by parent
>   perf sort: Make column width code per hists instance
>   perf ui: Restore SPACE as an alias to PGDN in annotate
>   perf hist: Introduce routine to measure lenght of formatted entry
>   perf ui: Consider the refreshed dimensions in ui_browser__show
>   perf ui: Show the scroll bar over the left window frame
>   perf ui: New hists tree widget
>   perf man pages: Fix cut'n'paste error
>   perf record: Release resources at exit
>   perf symbols: Precisely specify if dso->{long,short}_name should be freed
>   perf tui: Make CTRL+Z suspend perf
>   perf tools: Release thread resources on PERF_RECORD_EXIT
>   perf tools: Release session and symbol resources on exit
> 
> Dave Martin (5):
>   perf report: Don't abbreviate file paths relative to the cwd
>   perf tools: Remove unneeded code for tracking the cwd in perf sessions
>   perf tools: Factor out buildid reading and make it implicit in dso__load
>   perf tools: remove extra build-id check factored into dso__load
>   perf symbols: Improve debug image search when loading symbols
> 
> Srikar Dronamraju (1):
>   perf probe: Rename common fields/functions from kprobe to probe.
> 
>  tools/perf/Documentation/perf-buildid-cache.txt |    8 +-
>  tools/perf/builtin-buildid-list.c               |    4 +-
>  tools/perf/builtin-diff.c                       |    2 -
>  tools/perf/builtin-probe.c                      |    1 -
>  tools/perf/builtin-record.c                     |   37 +-
>  tools/perf/builtin-report.c                     |    2 -
>  tools/perf/util/build-id.c                      |   18 +
>  tools/perf/util/event.c                         |   42 +-
>  tools/perf/util/hist.c                          |  160 +++-
>  tools/perf/util/hist.h                          |   30 +-
>  tools/perf/util/map.c                           |   81 ++-
>  tools/perf/util/map.h                           |    4 +-
>  tools/perf/util/newt.c                          |  991 ++++++++++++++++-------
>  tools/perf/util/probe-event.c                   |  135 ++--
>  tools/perf/util/probe-event.h                   |   27 +-
>  tools/perf/util/probe-finder.c                  |   34 +-
>  tools/perf/util/probe-finder.h                  |   10 +-
>  tools/perf/util/session.c                       |   48 +-
>  tools/perf/util/sort.c                          |   17 +-
>  tools/perf/util/sort.h                          |   18 +-
>  tools/perf/util/symbol.c                        |  219 +++---
>  tools/perf/util/symbol.h                        |   10 +-
>  tools/perf/util/thread.c                        |    7 +
>  tools/perf/util/thread.h                        |    2 +
>  24 files changed, 1253 insertions(+), 654 deletions(-)

Pulled, thanks a lot Arnaldo!

	Ingo
--
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