From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0EFE41A000B for ; Thu, 17 Jul 2014 19:41:01 +1000 (EST) Received: by mail-wi0-f173.google.com with SMTP id f8so6745668wiw.12 for ; Thu, 17 Jul 2014 02:40:54 -0700 (PDT) Sender: Ingo Molnar Date: Thu, 17 Jul 2014 11:40:45 +0200 From: Ingo Molnar To: Masami Hiramatsu Subject: Re: Re: Re: [PATCH v5 2/2] [BUGFIX] kprobes: Fix "Failed to find blacklist" error on ia64 and ppc64 Message-ID: <20140717094045.GC4232@gmail.com> References: <1404276081.7254.1.camel@concordia> <20140702070029.14689.18485.stgit@kbuild-fedora.novalocal> <1405394370.17767.7.camel@concordia> <1405408602.9343.75.camel@pasglop> <53C4FDC8.9050801@hitachi.com> <20140716132838.GA18597@gmail.com> <53C776ED.3050001@hitachi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <53C776ED.3050001@hitachi.com> Cc: Jeremy Fitzhardinge , linux-ia64@vger.kernel.org, sparse@chrisli.org, Linux Kernel Mailing List , Paul Mackerras , "H. Peter Anvin" , Thomas Gleixner , linux-tip-commits@vger.kernel.org, anil.s.keshavamurthy@intel.com, "Suzuki K. Poulose" , Fenghua Yu , Arnd Bergmann , Rusty Russell , Chris Wright , yrl.pp-manager.tt@hitachi.com, akataria@vmware.com, Tony Luck , Kevin Hao , Linus Torvalds , rdunlap@infradead.org, Tony Luck , dl9pf@gmx.de, Andrew Morton , linuxppc-dev@lists.ozlabs.org, "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Masami Hiramatsu wrote: > (2014/07/16 22:28), Ingo Molnar wrote: > > > > * Masami Hiramatsu wrote: > > > >> (2014/07/15 16:16), Benjamin Herrenschmidt wrote: > >>> On Tue, 2014-07-15 at 13:19 +1000, Michael Ellerman wrote: > >>> > >>>>> Signed-off-by: Masami Hiramatsu > >>>>> Reported-by: Tony Luck > >>>>> Tested-by: Tony Luck > >>>>> Cc: Michael Ellerman > >>>> > >>>> Tested-by: Michael Ellerman > >>>> Acked-by: Michael Ellerman (for powerpc) > >>>> > >>>> Ben, can you take this in your tree? > >>> > >>> Acked-by: Benjamin Herrenschmidt > >>> > >>> That looks more like generic material. Do we have a kprobes maintainer ? > >>> Andrew, do you want to take this ? > >> > >> Yeah, I usually use Ingo's tip tree for kprobes maintenance. > >> Ingo, could you pull this as urgent-for-linus patch? > > > > Mind resending it in a separate thread with all acks added, etc? > > OK, I'll resend that soon. > BTW, I missed Suzuki's Signed-off-by in this version, > I'd like to recover that since he made a big bugfix on this. That kind of credit can be added as: Fixed-by: Suzuki K. Poulose and by also adding a sentence to the log message (outside of the version changelogs which get stripped ususally). Thanks, Ingo