All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: Fix perf-targz-src-pkg building failure
@ 2015-09-22  7:32 Wang Nan
  2015-09-22 13:29 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Nan @ 2015-09-22  7:32 UTC (permalink / raw)
  To: acme
  Cc: linux-kernel, lizefan, pi3orama, Wang Nan, Jiri Olsa,
	Arnaldo Carvalho de Melo, Raphael Beamonte, David Ahern,
	Matt Fleming, Namhyung Kim, Peter Zijlstra

Commit 01ca9fd41d6f2ad796a6b109b5253e06b6ae6dc7 ("tools: Add err.h with
ERR_PTR PTR_ERR interface") introduces 'linux/err.h', but forgot to insert
it into MANIFEST, which causes failure when calling tests/perf-targz-src-pkg
to create tarball and building.

This patch add it into MANIFEST.

Signed-off-by: Wang Nan <wangnan0@huawei.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Raphael Beamonte <raphael.beamonte@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
---
 tools/perf/MANIFEST | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
index 14e8b98..6581782 100644
--- a/tools/perf/MANIFEST
+++ b/tools/perf/MANIFEST
@@ -42,6 +42,7 @@ tools/include/asm-generic/bitops.h
 tools/include/linux/atomic.h
 tools/include/linux/bitops.h
 tools/include/linux/compiler.h
+tools/include/linux/err.h
 tools/include/linux/filter.h
 tools/include/linux/hash.h
 tools/include/linux/kernel.h
-- 
1.8.3.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-22 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22  7:32 [PATCH] perf: Fix perf-targz-src-pkg building failure Wang Nan
2015-09-22 13:29 ` Arnaldo Carvalho de Melo

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.