Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1323331
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL 0/2] perf/urgent fixes |
| Date | 2016-02-01 18:20 +0100 |
| Message-ID | <qXqiS-66P-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
See http://www.infradead.org/rpr.html
Hi Ingo,
Please consider pulling,
- Arnaldo
The following changes since commit 28fb8a5b6e233fc384fb27f9f91f811b40ba9cf8:
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2016-01-30 09:15:49 +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 d3a37ea00a9fbc0f4fa91647c9ae66c038ba65e3:
perf tools: Fix fault in error patch of intel_pt_process_auxtrace_info() (2016-02-01 12:03:35 -0300)
----------------------------------------------------------------
perf/urgent fixes:
- tracepoint_error() can receive e=NULL, robustify it, fixes a problem noticed
with a very specific combination: Machine with Intel PT (e.g. Broadwell),
kernel with no perf_event_attr.context_switch feature (e.g. 4.2) and unreadable
tracefs (for instance !root users), making the fallback from
perf_event_attr.context_switch to the sched:sched_switch tracepoint to fail
reading its info from tracefs, fix it. (Adrian Hunter)
- Fix fault in error path of intel_pt_process_auxtrace_info(), obeying
the existing 'struct thread' lifetime cycle checking expectations, noticed
for instance, when processing perf.data files with Intel PT data using
'perf script' (Wang Nan)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
----------------------------------------------------------------
Adrian Hunter (1):
perf tools: tracepoint_error() can receive e=NULL, robustify it
Wang Nan (1):
perf tools: Fix fault in error patch of intel_pt_process_auxtrace_info()
tools/perf/util/intel-pt.c | 4 ++++
tools/perf/util/parse-events.c | 3 +++
2 files changed, 7 insertions(+)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL 0/2] perf/urgent fixes Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-02-01 18:20 +0100
[PATCH 2/2] perf tools: Fix fault in error patch of intel_pt_process_auxtrace_info() Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-02-01 18:20 +0100
Re: [PATCH 2/2] perf tools: Fix fault in error patch of intel_pt_process_auxtrace_info() Adrian Hunter <adrian.hunter@intel.com> - 2016-02-02 11:30 +0100
Re: [PATCH 2/2] perf tools: Fix fault in error patch of intel_pt_process_auxtrace_info() Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-02-02 15:10 +0100
Re: [PATCH 2/2] perf tools: Fix fault in error patch of intel_pt_process_auxtrace_info() Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-02-02 17:00 +0100
Re: [PATCH 2/2] perf tools: Fix fault in error patch of intel_pt_process_auxtrace_info() Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-02-02 21:40 +0100
Re: [PATCH 2/2] perf tools: Fix fault in error patch of intel_pt_process_auxtrace_info() "Wangnan (F)" <wangnan0@huawei.com> - 2016-02-03 03:10 +0100
Re: [PATCH 2/2] perf tools: Fix fault in error patch of intel_pt_process_auxtrace_info() Adrian Hunter <adrian.hunter@intel.com> - 2016-02-03 08:10 +0100
csiph-web