lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <871pw0gw8d.fsf@linux.intel.com>
Date: Fri, 14 Feb 2025 11:30:26 -0800
From: Andi Kleen <ak@...ux.intel.com>
To: Stephen Brennan <stephen.s.brennan@...cle.com>
Cc: Namhyung Kim <namhyung@...nel.org>,  Ingo Molnar <mingo@...hat.com>,
  Arnaldo Carvalho de Melo <acme@...nel.org>,  Peter Zijlstra
 <peterz@...radead.org>,  linux-perf-users@...r.kernel.org,  Adrian Hunter
 <adrian.hunter@...el.com>,  "Liang, Kan" <kan.liang@...ux.intel.com>,
  James Clark <james.clark@...aro.org>,  Athira Rajeev
 <atrajeev@...ux.vnet.ibm.com>,  linux-kernel@...r.kernel.org,  Chaitanya S
 Prakash <chaitanyas.prakash@....com>,  Alexander Shishkin
 <alexander.shishkin@...ux.intel.com>,  Jiri Olsa <jolsa@...nel.org>,  Mark
 Rutland <mark.rutland@....com>,  Ian Rogers <irogers@...gle.com>
Subject: Re: [PATCH 1/1] tools: perf: support .gnu_debugdata for symbols

Stephen Brennan <stephen.s.brennan@...cle.com> writes:
>  	DSO_BINARY_TYPE__GUEST_KMODULE_COMP,
> diff --git a/tools/perf/util/symbol-elf.c b/tools/perf/util/symbol-elf.c
> index 66fd1249660a3..e578b7d406a69 100644
> --- a/tools/perf/util/symbol-elf.c
> +++ b/tools/perf/util/symbol-elf.c
> @@ -6,6 +6,7 @@
>  #include <string.h>
>  #include <unistd.h>
>  #include <inttypes.h>
> +#include <lzma.h>

This needs some ifdefs in case lzma.h is not available?

-Andi

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ