From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Date: Mon, 30 Jun 2014 11:36:16 +0000 Subject: Re: [PATCH v4] [BUGFIX] kprobes: Fix "Failed to find blacklist" error on ia64 and ppc64 Message-Id: <1404128176.7888.1.camel@concordia> List-Id: References: <20140620022307.23075.55858.stgit@kbuild-fedora.novalocal> <53B0D61B.9010104@hitachi.com> In-Reply-To: <53B0D61B.9010104@hitachi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Masami Hiramatsu Cc: Benjamin Herrenschmidt , Paul Mackerras , Tony Luck , Jeremy Fitzhardinge , linux-ia64@vger.kernel.org, sparse@chrisli.org, "H. Peter Anvin" , Ingo Molnar , linux-tip-commits@vger.kernel.org, akataria@vmware.com, anil.s.keshavamurthy@intel.com, "Suzuki K. Poulose" , Fenghua Yu , Arnd Bergmann , Rusty Russell , Chris Wright , yrl.pp-manager.tt@hitachi.com, Thomas Gleixner , Tony Luck , Kevin Hao , Ananth N Mavinakayanahalli , linuxppc-dev@lists.ozlabs.org, rdunlap@infradead.org, Linux Kernel Mailing List , dl9pf@gmx.de, Andrew Morton , Linus Torvalds , "David S. Miller" On Mon, 2014-06-30 at 12:14 +0900, Masami Hiramatsu wrote: > Ping? :) Yeah sorry. I started looking at this and got dragged into another mess. You seem to have duplicated the functionality of arch_deref_entry_point(), which was also added for kprobes, and for the same reason - ie. because some arches have strange function pointers. Is there some reason you can't use it? cheers