From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Ingo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org,
Adrian Hunter <adrian.hunter@intel.com>,
Borislav Petkov <bp@suse.de>, David Ahern <dsahern@gmail.com>,
Don Zickus <dzickus@redhat.com>,
Frederic Weisbecker <fweisbec@gmail.com>,
Jiri Olsa <jolsa@redhat.com>, Mike Galbraith <efault@gmx.de>,
Mitchell Krome <mitchellkrome@gmail.com>,
Namhyung Kim <namhyung@kernel.org>,
Paul Mackerras <paulus@samba.org>,
Peter Zijlstra <peterz@infradead.org>,
Stephane Eranian <eranian@google.com>
Subject: Re: [GIT PULL 00/18] perf/core improvements and fixes
Date: Wed, 17 Dec 2014 11:50:35 -0300 [thread overview]
Message-ID: <20141217145035.GE11607@kernel.org> (raw)
In-Reply-To: <1418749040-31807-1-git-send-email-acme@kernel.org>
Em Tue, Dec 16, 2014 at 01:57:02PM -0300, Arnaldo Carvalho de Melo escreveu:
> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> The following changes since commit 41e950c033b7df997d4b38653efe6554be9b96a7:
>
> Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2014-12-12 09:09:52 +0100)
>
> are available in the git repository at:
>
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo
Ingo,
Please consider pulling the perf-core-for-mingo-2 signed tag
instead, it is exactly the same content modulo removal of some
whitespaces at the end of a few lines in tools/perf/Makefile.perf that
Jiri found while reading those patches,
Thanks,
- Arnaldo
> for you to fetch changes up to 67195c75a87232f055ff415fc4624ef01f24fc3d:
>
> perf symbols: Fix use after free in filename__read_build_id (2014-12-16 13:38:28 -0300)
>
> ----------------------------------------------------------------
> perf/core improvements and fixes:
>
> User visible:
>
> - The mmap address range for the ring buffer now is calculated using the
> contents of /proc/sys/kernel/perf_event_mlock_kb.
>
> This fixes an -EPERM case where 'trace' was trying to use more than what
> configured on perf_event_mlock_kb. (Arnaldo Carvalho de Melo)
>
> Infrastructure:
>
> - Move bitops definitions so that they match the header file hierarchy
> in the kernel sources where that code came from. (Arnaldo Carvalho de Melo)
>
> - Adopt round{down,up}_pow_of_two from the kernel and use it instead of
> equivalent code, so that we reuse more kernel code and make tools/ look
> more like kernel source code, to encourage further contributions from
> kernel hackers (Arnaldo Carvalho de Melo)
>
> - Fix use after free in filename__read_build_id (Mitchell Krome)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (17):
> perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline arg
> perf evlist: Clarify sterror_mmap variable names
> perf evlist: Improve the strerror_mmap method
> perf trace: Let the perf_evlist__mmap autosize the number of pages to use
> perf evlist: Do not use hard coded value for a mmap_pages default
> tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h
> tools: Move code originally from linux/log2.h to tools/include/linux/
> tools: Move code originally from asm-generic/atomic.h into tools/include/asm-generic/
> tools: Whitespace prep patches for moving bitops.h
> tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib
> tools: Introduce asm-generic/bitops.h
> tools: Move bitops.h from tools/perf/util to tools/
> tools: Adopt fls_long and deps
> tools: Adopt rounddown_pow_of_two and deps
> perf tools: Make the mmap length autotuning more robust
> tools: Adopt roundup_pow_of_two
> perf evlist: Use roundup_pow_of_two
>
> Mitchell Krome (1):
> perf symbols: Fix use after free in filename__read_build_id
>
> tools/include/asm-generic/bitops.h | 27 +++++
> tools/include/asm-generic/bitops/__ffs.h | 43 +++++++
> tools/include/asm-generic/bitops/__fls.h | 1 +
> tools/include/asm-generic/bitops/atomic.h | 22 ++++
> tools/include/asm-generic/bitops/find.h | 33 ++++++
> tools/include/asm-generic/bitops/fls.h | 1 +
> tools/include/asm-generic/bitops/fls64.h | 1 +
> tools/include/linux/bitops.h | 53 +++++++++
> tools/include/linux/log2.h | 185 ++++++++++++++++++++++++++++++
> tools/lib/util/find_next_bit.c | 89 ++++++++++++++
> tools/perf/MANIFEST | 13 ++-
> tools/perf/Makefile.perf | 14 ++-
> tools/perf/builtin-trace.c | 2 +-
> tools/perf/util/evlist.c | 46 ++++++--
> tools/perf/util/include/linux/bitops.h | 162 --------------------------
> tools/perf/util/symbol-minimal.c | 8 +-
> tools/perf/util/util.h | 29 -----
> 17 files changed, 522 insertions(+), 207 deletions(-)
> create mode 100644 tools/include/asm-generic/bitops.h
> create mode 100644 tools/include/asm-generic/bitops/__ffs.h
> create mode 100644 tools/include/asm-generic/bitops/__fls.h
> create mode 100644 tools/include/asm-generic/bitops/atomic.h
> create mode 100644 tools/include/asm-generic/bitops/find.h
> create mode 100644 tools/include/asm-generic/bitops/fls.h
> create mode 100644 tools/include/asm-generic/bitops/fls64.h
> create mode 100644 tools/include/linux/bitops.h
> create mode 100644 tools/include/linux/log2.h
> create mode 100644 tools/lib/util/find_next_bit.c
> delete mode 100644 tools/perf/util/include/linux/bitops.h
> --
> 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/
next prev parent reply other threads:[~2014-12-17 14:50 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-16 16:57 [GIT PULL 00/18] perf/core improvements and fixes Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 01/18] perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline arg Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 02/18] perf evlist: Clarify sterror_mmap variable names Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 03/18] perf evlist: Improve the strerror_mmap method Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 04/18] perf trace: Let the perf_evlist__mmap autosize the number of pages to use Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 05/18] perf evlist: Do not use hard coded value for a mmap_pages default Arnaldo Carvalho de Melo
2014-12-17 13:23 ` Jiri Olsa
2014-12-17 14:00 ` Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 06/18] tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h Arnaldo Carvalho de Melo
2014-12-17 13:27 ` Jiri Olsa
2014-12-16 16:57 ` [PATCH 07/18] tools: Move code originally from linux/log2.h to tools/include/linux/ Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 08/18] tools: Move code originally from asm-generic/atomic.h into tools/include/asm-generic/ Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 09/18] tools: Whitespace prep patches for moving bitops.h Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 10/18] tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib Arnaldo Carvalho de Melo
2014-12-17 13:41 ` Jiri Olsa
2014-12-17 14:04 ` Arnaldo Carvalho de Melo
2014-12-17 13:42 ` Jiri Olsa
2014-12-17 14:02 ` Arnaldo Carvalho de Melo
2014-12-17 14:48 ` Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 11/18] tools: Introduce asm-generic/bitops.h Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 12/18] tools: Move bitops.h from tools/perf/util to tools/ Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 13/18] tools: Adopt fls_long and deps Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 14/18] tools: Adopt rounddown_pow_of_two " Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 15/18] perf tools: Make the mmap length autotuning more robust Arnaldo Carvalho de Melo
2014-12-17 13:48 ` Jiri Olsa
2014-12-16 16:57 ` [PATCH 16/18] tools: Adopt roundup_pow_of_two Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 17/18] perf evlist: Use roundup_pow_of_two Arnaldo Carvalho de Melo
2014-12-16 16:57 ` [PATCH 18/18] perf symbols: Fix use after free in filename__read_build_id Arnaldo Carvalho de Melo
2014-12-17 14:50 ` Arnaldo Carvalho de Melo [this message]
2014-12-18 6:24 ` [GIT PULL 00/18] perf/core improvements and fixes Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2018-05-19 10:54 Arnaldo Carvalho de Melo
2018-05-19 10:54 ` Arnaldo Carvalho de Melo
2018-05-19 11:33 ` Ingo Molnar
2018-05-19 11:33 ` Ingo Molnar
2017-08-29 19:42 Arnaldo Carvalho de Melo
2017-08-29 19:42 ` Arnaldo Carvalho de Melo
2017-08-29 21:15 ` Ingo Molnar
2017-08-29 21:15 ` Ingo Molnar
2017-04-12 0:51 Arnaldo Carvalho de Melo
2017-04-12 5:30 ` Ingo Molnar
2017-04-12 7:13 ` Christian Borntraeger
2017-04-12 7:24 ` Ingo Molnar
2017-02-20 19:08 Arnaldo Carvalho de Melo
2017-02-21 8:08 ` Ingo Molnar
2016-11-23 16:40 Arnaldo Carvalho de Melo
2016-11-24 4:10 ` Ingo Molnar
2016-06-27 21:01 Arnaldo Carvalho de Melo
2016-06-28 7:02 ` Ingo Molnar
2016-06-28 8:27 ` Jiri Olsa
2016-06-28 14:01 ` Arnaldo Carvalho de Melo
2016-06-28 14:12 ` Arnaldo Carvalho de Melo
2016-06-29 9:36 ` Ingo Molnar
2015-07-24 1:58 Arnaldo Carvalho de Melo
2015-07-27 15:58 ` Ingo Molnar
2015-05-18 15:50 Arnaldo Carvalho de Melo
2015-05-20 11:25 ` Ingo Molnar
2014-12-11 21:25 Arnaldo Carvalho de Melo
2014-12-12 8:10 ` Ingo Molnar
2014-11-06 21:04 Arnaldo Carvalho de Melo
2014-11-07 5:24 ` Ingo Molnar
2014-08-15 16:49 Arnaldo Carvalho de Melo
2014-08-15 16:49 ` Arnaldo Carvalho de Melo
2014-08-18 8:18 ` Ingo Molnar
2014-08-18 8:18 ` Ingo Molnar
2014-08-15 16:48 Arnaldo Carvalho de Melo
2014-08-15 16:48 ` Arnaldo Carvalho de Melo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141217145035.GE11607@kernel.org \
--to=acme@kernel.org \
--cc=adrian.hunter@intel.com \
--cc=bp@suse.de \
--cc=dsahern@gmail.com \
--cc=dzickus@redhat.com \
--cc=efault@gmx.de \
--cc=eranian@google.com \
--cc=fweisbec@gmail.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=mitchellkrome@gmail.com \
--cc=namhyung@kernel.org \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.