From: Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
To: Wang Nan <wangnan0@huawei.com>,
acme@kernel.org, naveen.n.rao@linux.vnet.ibm.com
Cc: linux-kernel@vger.kernel.org, lizefan@huawei.com,
pi3orama@163.com, Arnaldo Carvalho de Melo <acme@redhat.com>,
Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
Subject: Re: [PATCH 0/2] tools include: Fix uapi mman.h for each architecture
Date: Fri, 16 Sep 2016 18:11:47 +0530 [thread overview]
Message-ID: <57DBE88B.7030804@linux.vnet.ibm.com> (raw)
In-Reply-To: <1473850649-83389-1-git-send-email-wangnan0@huawei.com>
On Wednesday 14 September 2016 04:27 PM, Wang Nan wrote:
> Naveen reports a building failure on powerpc because powerpc doesn't
> define MMAP_32BIT. Fix it by ensure all macros required by perf is
> defined.
Fixes: 277cf08f3feb ("perf trace beauty mmap: Fix defines for non !x86_64")
> Wang Nan (2):
> perf trace beauty mmap: Add missing MADV_FREE
> tools include: Add mman macros needed by perf for all arch
>
> tools/arch/alpha/include/uapi/asm/mman.h | 9 +++++++++
> tools/arch/arc/include/uapi/asm/mman.h | 2 ++
> tools/arch/arm/include/uapi/asm/mman.h | 2 ++
> tools/arch/arm64/include/uapi/asm/mman.h | 2 ++
> tools/arch/frv/include/uapi/asm/mman.h | 2 ++
> tools/arch/h8300/include/uapi/asm/mman.h | 2 ++
> tools/arch/hexagon/include/uapi/asm/mman.h | 2 ++
> tools/arch/ia64/include/uapi/asm/mman.h | 2 ++
> tools/arch/m32r/include/uapi/asm/mman.h | 2 ++
> tools/arch/microblaze/include/uapi/asm/mman.h | 2 ++
> tools/arch/mips/include/uapi/asm/mman.h | 7 +++++++
> tools/arch/mn10300/include/uapi/asm/mman.h | 2 ++
> tools/arch/parisc/include/uapi/asm/mman.h | 9 +++++++++
> tools/arch/powerpc/include/uapi/asm/mman.h | 2 ++
> tools/arch/s390/include/uapi/asm/mman.h | 2 ++
> tools/arch/score/include/uapi/asm/mman.h | 2 ++
> tools/arch/sh/include/uapi/asm/mman.h | 2 ++
> tools/arch/sparc/include/uapi/asm/mman.h | 2 ++
> tools/arch/tile/include/uapi/asm/mman.h | 2 ++
> tools/arch/xtensa/include/uapi/asm/mman.h | 9 +++++++++
> tools/perf/trace/beauty/mmap.c | 1 +
> 21 files changed, 67 insertions(+)
>
> Signed-off-by: Wang Nan <wangnan0@huawei.com>
> Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
> Cc: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
prev parent reply other threads:[~2016-09-16 12:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-14 10:57 [PATCH 0/2] tools include: Fix uapi mman.h for each architecture Wang Nan
2016-09-14 10:57 ` [PATCH 1/2] perf trace beauty mmap: Add missing MADV_FREE Wang Nan
2016-09-20 21:42 ` [tip:perf/core] " tip-bot for Wang Nan
2016-09-14 10:57 ` [PATCH 2/2] tools include: Add mman macros needed by perf for all arch Wang Nan
2016-09-14 11:46 ` Naveen N. Rao
2016-09-16 23:17 ` Kim Phillips
2016-09-19 14:32 ` Arnaldo Carvalho de Melo
2016-09-20 21:42 ` [tip:perf/core] " tip-bot for Wang Nan
2016-09-16 12:41 ` Ravi Bangoria [this message]
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=57DBE88B.7030804@linux.vnet.ibm.com \
--to=ravi.bangoria@linux.vnet.ibm.com \
--cc=acme@kernel.org \
--cc=acme@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lizefan@huawei.com \
--cc=naveen.n.rao@linux.vnet.ibm.com \
--cc=pi3orama@163.com \
--cc=wangnan0@huawei.com \
/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.