From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752668AbeEROLC (ORCPT ); Fri, 18 May 2018 10:11:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:39686 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752059AbeEROLB (ORCPT ); Fri, 18 May 2018 10:11:01 -0400 Date: Fri, 18 May 2018 23:10:56 +0900 From: Masami Hiramatsu To: Ingo Molnar Cc: Thomas Gleixner , x86@kernel.org, Ingo Molnar , "H . Peter Anvin" , linux-kernel@vger.kernel.org, Ananth N Mavinakayanahalli , Andrew Morton , Steven Rostedt , Laura Abbott , Josef Bacik , Alexei Starovoitov , Ravi Bangoria Subject: Re: [PATCH -tip v3 0/7] kprobes: x86: Cleanup jprobe implementation on x86 Message-Id: <20180518231056.1f9257801e20c422131c6feb@kernel.org> In-Reply-To: <20180518062343.GC27960@gmail.com> References: <152651499561.25583.14488389770693278906.stgit@devbox> <20180518062343.GC27960@gmail.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 18 May 2018 08:23:43 +0200 Ingo Molnar wrote: > > * Masami Hiramatsu wrote: > > > x86: kprobes: Remove jprobe implementation > > x86: kprobes: Ignore break_handler > > x86: kprobes: Do not disable preempt on int3 path > > So this is another annoyance. Do you ever compare the changelogs and titles you > write with the ones I actually commit? They are almost never the same, for example > the titles to x86 level kprobes code are always trying to use this kind of prefix: > > b664d57f39d0: kprobes/x86: Remove IRQ disabling from jprobe handlers > ee213fc72fd6: kprobes/x86: Set up frame pointer in kprobe trampoline > a19b2e3d7839: kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobes > 5bb4fc2d8641: kprobes/x86: Disable preemption in ftrace-based jprobes > 9a09f261a4fa: kprobes/x86: Disable preemption in optprobe > cd52edad55fb: kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled block > a8976fc84b64: kprobes/x86: Remove addressof() operators > > Not "x86: kprobes:" which is the wrong order anyway... OK, I got it. And sorry for the prefix change. > > Could you please be more careful about all this in the future? Yes, I promise it, use kprobes/x86: prefix for kprobes x86 part. Thank you, > > Thanks, > > Ingo -- Masami Hiramatsu