]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
perf ui gtk: Add missing zalloc object
authorJiri Olsa <jolsa@kernel.org>
Mon, 13 Jan 2020 10:43:57 +0000 (11:43 +0100)
committerPaolo Pisati <paolo.pisati@canonical.com>
Fri, 6 Mar 2020 13:05:59 +0000 (14:05 +0100)
commit04e4a1ab98f5f6e46f95e6df97c3d8a81c9a6dd1
tree39bdf52d5aed0b9c70e61a4baa371ddddd9ed4d4
parent920e752138de57d524f007305e35105f46f83fd6
perf ui gtk: Add missing zalloc object

BugLink: https://bugs.launchpad.net/bugs/1866333
commit 604e2139a1026793b8c2172bd92c7e9d039a5cf0 upstream.

When we moved zalloc.o to the library we missed gtk library which needs
it compiled in, otherwise the missing __zfree symbol will cause the
library to fail to load.

Adding the zalloc object to the gtk library build.

Fixes: 7f7c536f23e6 ("tools lib: Adopt zalloc()/zfree() from tools/perf")
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jelle van der Waa <jelle@vdwaa.nl>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20200113104358.123511-1-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
tools/perf/ui/gtk/Build