All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix perf tool issues in tip/perf/core
@ 2014-01-15 10:44 Mark Rutland
  2014-01-15 10:44 ` [PATCH 1/3] perf: tools: Fix aliasing violation in zfree uses Mark Rutland
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mark Rutland @ 2014-01-15 10:44 UTC (permalink / raw)
  To: linux-kernel, Jiri Olsa, Arnaldo Carvalho de Melo, Ingo Molnar
  Cc: Will Deacon, Mark Rutland

Hi Ingo, Arnaldo, Jiri,

While trying to fix perf tool cross-builds I noticed that in tip/perf/core
there are new build issues over v3.13-rc8: a build failure on x86_64, and a new
set of warnings on arm.

The following patches fix cross-building (at least for arm) and fix the new
build issues on both arm and x86_64.

Cheers,
Mark.

Mark Rutland (3):
  perf: tools: Fix aliasing violation in zfree uses
  tools lib traceevent: fix pointer-integer size mismatch
  perf: tools: fix cross building

 tools/lib/traceevent/plugin_cfg80211.c    | 2 +-
 tools/lib/traceevent/plugin_scsi.c        | 2 +-
 tools/perf/Makefile.perf                  | 1 +
 tools/perf/config/Makefile                | 6 +++---
 tools/perf/config/feature-checks/Makefile | 9 +++++----
 tools/perf/util/srcline.c                 | 4 ++--
 tools/perf/util/strlist.c                 | 2 +-
 7 files changed, 14 insertions(+), 12 deletions(-)

-- 
1.8.1.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-01-16 13:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 10:44 [PATCH 0/3] Fix perf tool issues in tip/perf/core Mark Rutland
2014-01-15 10:44 ` [PATCH 1/3] perf: tools: Fix aliasing violation in zfree uses Mark Rutland
2014-01-15 10:44 ` [PATCH 2/3] tools lib traceevent: fix pointer-integer size mismatch Mark Rutland
2014-01-15 18:14   ` Arnaldo Carvalho de Melo
2014-01-15 18:42     ` Jiri Olsa
2014-01-15 19:40     ` Steven Rostedt
2014-01-16 13:39   ` [tip:perf/core] " tip-bot for Mark Rutland
2014-01-15 10:44 ` [PATCH 3/3] perf: tools: fix cross building Mark Rutland
2014-01-16 13:38   ` [tip:perf/core] perf: tools: Fix " tip-bot for Mark Rutland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.