Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1293486
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL 0/2] perf/urgent fix |
| Date | 2015-12-17 02:00 +0100 |
| Message-ID | <qGv5h-DM-43@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Ingo,
Please consider pulling, this one is already in perf/core,
but is needed for perf/urgent too, as reported by Will Cohen.
- Arnaldo
The following changes since commit 03fba21adb190fc0aec9c2556639c1c1b195aee7:
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2015-12-08 06:05:12 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo
for you to fetch changes up to fb202539e61b14bc63ac29af10fe5d758ecd880a:
perf list: Robustify event printing routine (2015-12-16 16:43:10 -0300)
----------------------------------------------------------------
perf/urgent fix:
User visible changes:
- Fix 'perf list' segfault due to lack of support for PERF_CONF_SW_BPF_OUTPUT
in an array used just for printing available events, robustify the code
involved (Arnaldo Carvalho de Melo)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
----------------------------------------------------------------
Arnaldo Carvalho de Melo (2):
perf list: Add support for PERF_COUNT_SW_BPF_OUT
perf list: Robustify event printing routine
tools/perf/util/parse-events.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL 0/2] perf/urgent fix Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-12-17 02:00 +0100 [PATCH 2/2] perf list: Robustify event printing routine Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-12-17 02:00 +0100 [PATCH 1/2] perf list: Add support for PERF_COUNT_SW_BPF_OUT Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-12-17 02:00 +0100 Re: [GIT PULL 0/2] perf/urgent fix Ingo Molnar <mingo@kernel.org> - 2015-12-18 09:50 +0100
csiph-web