perf: Pass protection and flags bits through mmap2 interface
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Mon, 19 May 2014 19:13:47 +0000 (15:13 -0400)
committerJiri Olsa <jolsa@kernel.org>
Mon, 9 Jun 2014 10:21:04 +0000 (12:21 +0200)
commitf972eb63b1003fae68d7b7e9b674d4ba5db681c2
tree55e61b866ebfaeefd44ac32bb3e855604f538048
parente646fe730a324098a718f1c9b2f349efb99d5457
perf: Pass protection and flags bits through mmap2 interface

The mmap2 interface was missing the protection and flags bits needed to
accurately determine if a mmap memory area was shared or private and
if it was readable or not.

Signed-off-by: Peter Zijlstra <peterz@infradead.org>
[tweaked patch to compile and wrote changelog]
Signed-off-by: Don Zickus <dzickus@redhat.com>
Link: http://lkml.kernel.org/r/1400526833-141779-2-git-send-email-dzickus@redhat.com
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
include/uapi/linux/perf_event.h
kernel/events/core.c