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, 16 Jan 2014 09:36:04 +0100
From:	Ingo Molnar <mingo@...nel.org>
To:	Arnaldo Carvalho de Melo <acme@...radead.org>
Cc:	linux-kernel@...r.kernel.org,
	Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
	Adrian Hunter <adrian.hunter@...el.com>,
	Andi Kleen <andi@...stfloor.org>, Arun Sharma <asharma@...com>,
	David Ahern <dsahern@...il.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Jiri Olsa <jolsa@...hat.com>,
	Mark Rutland <mark.rutland@....com>,
	Mike Galbraith <efault@....de>,
	Namhyung Kim <namhyung.kim@....com>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Rodrigo Campos <rodrigo@...g.com.ar>,
	Stephane Eranian <eranian@...gle.com>,
	Steven Rostedt <rostedt@...dmis.org>,
	Will Deacon <will.deacon@....com>,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: Re: [GIT PULL 00/13] perf/core improvements and fixes


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

> From: Arnaldo Carvalho de Melo <acme@...stprotocols.net>
> 
> Hi Ingo,
> 
> 	Please consider pulling,
> 
> - Arnaldo
> 
> The following changes since commit 197749981e539c1eb5863f417de6dd4e2c02b76c:
> 
>   Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2014-01-14 17:25:12 +0100)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo
> 
> for you to fetch changes up to 0e9e79a13ab9d56b86db6538305babc23b1445cc:
> 
>   tools lib traceevent: fix pointer-integer size mismatch (2014-01-15 17:04:38 -0300)
> 
> ----------------------------------------------------------------
> Changes in user visible interfaces:
> 
> . Rename 'record's --no-delay option to --no-buffering, better reflecting its
>   purpose and freeing up '--delay' to take the place of '--initial-delay', so that
>   'record' and 'stat' are consistent.
> 
> Refactorings:
> 
> . Get rid of die() and friends (good riddance!) in libtraceevent (Namhyung Kim)
> 
> Developer stuff:
> 
> . Fix cross build problems related to pkgconfig and CROSS_COMPILE not being
>   propagated to the feature tests, leading to features being tested in the
>   host and then being enabled on the target. (Mark Rutland)
> 
> . Fix pointer-integer size mismatch in some libtraceevent plugins (Mark Rutland)
> 
> . Fix build error due to zfree() cast (Namhyung Kim)
> 
> Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
> 
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (2):
>       perf record: Rename --no-delay to --no-buffering
>       perf record: Rename --initial-delay to --delay
> 
> Mark Rutland (2):
>       perf: tools: Fix cross building
>       tools lib traceevent: fix pointer-integer size mismatch
> 
> Namhyung Kim (9):
>       perf tools: Fix build error due to zfree() cast
>       tools lib traceevent: Add state member to struct trace_seq
>       tools lib traceevent: Check return value of realloc()
>       tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()
>       tools lib traceevent: Get rid of die() finally!!
>       tools lib traceevent: Make plugin unload function receive pevent
>       perf tools: Remove symbol_conf.use_callchain check
>       perf tools: Factor out sample__resolve_callchain()
>       perf hists: Convert hist entry functions to use struct he_stat
> 
>  tools/lib/traceevent/Makefile             |  2 +-
>  tools/lib/traceevent/event-parse.h        | 14 +++++--
>  tools/lib/traceevent/event-plugin.c       |  4 +-
>  tools/lib/traceevent/event-utils.h        |  4 --
>  tools/lib/traceevent/parse-utils.c        | 44 --------------------
>  tools/lib/traceevent/plugin_cfg80211.c    |  2 +-
>  tools/lib/traceevent/plugin_function.c    |  2 +-
>  tools/lib/traceevent/plugin_scsi.c        |  2 +-
>  tools/lib/traceevent/trace-seq.c          | 67 ++++++++++++++++++++++++-------
>  tools/perf/Documentation/perf-record.txt  |  6 +--
>  tools/perf/Makefile.perf                  |  1 +
>  tools/perf/builtin-record.c               |  4 +-
>  tools/perf/builtin-report.c               | 24 ++---------
>  tools/perf/builtin-top.c                  | 22 ++++------
>  tools/perf/builtin-trace.c                |  2 +-
>  tools/perf/config/Makefile                |  6 +--
>  tools/perf/config/feature-checks/Makefile |  9 +++--
>  tools/perf/perf.h                         |  2 +-
>  tools/perf/tests/open-syscall-tp-fields.c |  8 ++--
>  tools/perf/tests/perf-record.c            |  6 +--
>  tools/perf/util/callchain.c               | 23 +++++++++++
>  tools/perf/util/callchain.h               |  6 +++
>  tools/perf/util/evsel.c                   |  2 +-
>  tools/perf/util/hist.c                    | 22 +++++-----
>  tools/perf/util/machine.c                 |  2 -
>  tools/perf/util/srcline.c                 |  4 +-
>  tools/perf/util/strlist.c                 |  2 +-
>  tools/perf/util/trace-event.c             |  2 +-
>  28 files changed, 147 insertions(+), 147 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