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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 25 Aug 2014 14:22:24 -0700
From:	Sukadev Bhattiprolu <sukadev@...ux.vnet.ibm.com>
To:	Anton Blanchard <anton@...ba.org>
Cc:	mpe@...erman.id.au, acme@...hat.com, a.p.zijlstra@...llo.nl,
	paulus@...ba.org, mingo@...hat.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] perf powerpc: Skip callchain code must include
 util/debug.h

Anton Blanchard [anton@...ba.org] wrote:
| Fix a compile error, the prototype for pr_debug could not be found.
| 
Arnaldo pushed this patch to Ingo recently.

	https://lkml.org/lkml/2014/8/22/393

| Signed-off-by: Anton Blanchard <anton@...ba.org>
| ---
| 
| Index: b/tools/perf/arch/powerpc/util/skip-callchain-idx.c
| ===================================================================
| --- a/tools/perf/arch/powerpc/util/skip-callchain-idx.c
| +++ b/tools/perf/arch/powerpc/util/skip-callchain-idx.c
| @@ -15,6 +15,7 @@
| 
|  #include "util/thread.h"
|  #include "util/callchain.h"
| +#include "util/debug.h"
| 
|  /*
|   * When saving the callchain on Power, the kernel conservatively saves

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ