Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 0/2] fix perf tool build error on MUSL libc
       [not found] <20201210144844.72580-1-chanho61.park@samsung.com>
@ 2020-12-11  3:45 ` Namhyung Kim
  0 siblings, 0 replies; only message in thread
From: Namhyung Kim @ 2020-12-11  3:45 UTC (permalink / raw
  To: Chanho Park
  Cc: linux-kernel, Chanho Park, Mathieu Poirier, Suzuki K Poulose,
	Mike Leach, Leo Yan, John Garry, Will Deacon, Peter Zijlstra,
	Ingo Molnar, Arnaldo Carvalho de Melo, Mark Rutland, Jiri Olsa,
	Khem Raj, Philippe Ombredanne, Kate Stewart, Greg Kroah-Hartman,
	Thomas Gleixner, Masahiro Yamada, Michal Marek, linux-kbuild

Adding people in the original patch + kbuild folks.

On Thu, Dec 10, 2020 at 11:48 PM Chanho Park <parkch98@gmail.com> wrote:
>
> __always_inline can cause build error on musl libc because it's not
> defined. We need to include <linux/stddef.h> before asm/byteorder.h.
> tools/include/uapi/linux/perf_event.h is copied version from
> include/uapi/linux/perf_event.h. To fix this, we need to apply this
> change both header files.
>
> Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
> Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
> Cc: Mike Leach <mike.leach@linaro.org>
> Cc: Leo Yan <leo.yan@linaro.org>
> Cc: John Garry <john.garry@huawei.com>
> Cc: Will Deacon <will@kernel.org>
> Cc: Peter Zijlstra <peterz@infradead.org>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Jiri Olsa <jolsa@redhat.com>
> Cc: Namhyung Kim <namhyung@kernel.org>
> Cc: Khem Raj <raj.khem@gmail.com>
>
> Chanho Park (2):
>   perf: fix build error on MUSL libc
>   perf: tool: fix build error on MUSL libc
>
>  include/uapi/linux/perf_event.h       | 3 +++
>  tools/include/uapi/linux/perf_event.h | 3 +++
>  2 files changed, 6 insertions(+)
>
> --
> 2.23.0
>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-11  3:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20201210144844.72580-1-chanho61.park@samsung.com>
2020-12-11  3:45 ` [PATCH 0/2] fix perf tool build error on MUSL libc Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).