diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-10-24 07:47:40 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-10-24 07:47:40 +0200 |
commit | c1264a4ab7d3bcc467812dde9f57c0676fa91239 (patch) | |
tree | a9c01f62f35c70ed7f24e165167def66dae98753 /Makefile | |
parent | 0e9e3e306c7e472bdcffa34c4c4584301eda03b3 (diff) | |
parent | 42be73989c18931a394515b83aeae9246aa8b7b9 (diff) | |
download | linux-3.10-c1264a4ab7d3bcc467812dde9f57c0676fa91239.tar.gz linux-3.10-c1264a4ab7d3bcc467812dde9f57c0676fa91239.tar.bz2 linux-3.10-c1264a4ab7d3bcc467812dde9f57c0676fa91239.zip |
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Pull perf/urgent fixes from Arnaldo Carvalho de Melo:
* Validate syscall id before growing syscall table in 'trace', fixing potential
excessive memory usage.
* Validate perf_sample.raw_data, making 'trace' more robust, avoiding some
potential SEGFAULTs when reading tracepoint fields.
* Fix exclude_guest parse events 'perf test's, from Jiri Olsa.
* Do not flush maps on COMM, that is sent by the kernel when a process is
exec'ed, but also when a process changes its name. Since we were assuming
a COMM always meant an EXEC, we were losing track of a process maps by
flushing its maps. Fix from Luigi Semenzato.
* A recent patch introduced a problem by not initializing what should be
the first kind of pager to use, 'man', instead it was being left as zero
which means no pager. This caused 'perf subcmd --help' to produce no output.
Fix from Namhyung Kim.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions