Re: [PATCH 4/4] tools include: Fix include path for uapi/asm-generic/mman.h

2017-02-06 Thread David Carrillo-Cisneros
> What problem is this fixing? > > I.e. one is supposed to include , get the > tools/include/uapi/linux/mman.h and it in turn will include the per-arch > mman.h, say tools/arch/sparc/include/uapi/asm/mman.h, that in turn will > include uapi/asm-generic/mman-common.h after defining its diverging >

Re: [PATCH 4/4] tools include: Fix include path for uapi/asm-generic/mman.h

2017-02-06 Thread David Carrillo-Cisneros
> What problem is this fixing? > > I.e. one is supposed to include , get the > tools/include/uapi/linux/mman.h and it in turn will include the per-arch > mman.h, say tools/arch/sparc/include/uapi/asm/mman.h, that in turn will > include uapi/asm-generic/mman-common.h after defining its diverging >

Re: [PATCH 4/4] tools include: Fix include path for uapi/asm-generic/mman.h

2017-02-06 Thread Arnaldo Carvalho de Melo
Em Wed, Feb 01, 2017 at 10:38:04PM -0800, David Carrillo-Cisneros escreveu: > commit f3539c12d819 ("tools include: Add uapi mman.h for each architecture") > > copied include/uapi/linux/mman.h into tools/include/uapi/linux/mman.h > but did not update the include path for uapi/asm-generic/mman.h.

Re: [PATCH 4/4] tools include: Fix include path for uapi/asm-generic/mman.h

2017-02-06 Thread Arnaldo Carvalho de Melo
Em Wed, Feb 01, 2017 at 10:38:04PM -0800, David Carrillo-Cisneros escreveu: > commit f3539c12d819 ("tools include: Add uapi mman.h for each architecture") > > copied include/uapi/linux/mman.h into tools/include/uapi/linux/mman.h > but did not update the include path for uapi/asm-generic/mman.h.

Re: [PATCH 4/4] tools include: Fix include path for uapi/asm-generic/mman.h

2017-02-02 Thread Jiri Olsa
On Wed, Feb 01, 2017 at 10:38:04PM -0800, David Carrillo-Cisneros wrote: > commit f3539c12d819 ("tools include: Add uapi mman.h for each architecture") > > copied include/uapi/linux/mman.h into tools/include/uapi/linux/mman.h > but did not update the include path for uapi/asm-generic/mman.h. Fix

Re: [PATCH 4/4] tools include: Fix include path for uapi/asm-generic/mman.h

2017-02-02 Thread Jiri Olsa
On Wed, Feb 01, 2017 at 10:38:04PM -0800, David Carrillo-Cisneros wrote: > commit f3539c12d819 ("tools include: Add uapi mman.h for each architecture") > > copied include/uapi/linux/mman.h into tools/include/uapi/linux/mman.h > but did not update the include path for uapi/asm-generic/mman.h. Fix

[PATCH 4/4] tools include: Fix include path for uapi/asm-generic/mman.h

2017-02-01 Thread David Carrillo-Cisneros
commit f3539c12d819 ("tools include: Add uapi mman.h for each architecture") copied include/uapi/linux/mman.h into tools/include/uapi/linux/mman.h but did not update the include path for uapi/asm-generic/mman.h. Fix it. Signed-off-by: David Carrillo-Cisneros ---

[PATCH 4/4] tools include: Fix include path for uapi/asm-generic/mman.h

2017-02-01 Thread David Carrillo-Cisneros
commit f3539c12d819 ("tools include: Add uapi mman.h for each architecture") copied include/uapi/linux/mman.h into tools/include/uapi/linux/mman.h but did not update the include path for uapi/asm-generic/mman.h. Fix it. Signed-off-by: David Carrillo-Cisneros --- tools/include/uapi/linux/mman.h