From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C61DAC433EF for ; Thu, 12 May 2022 16:12:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356319AbiELQMI (ORCPT ); Thu, 12 May 2022 12:12:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356318AbiELQLr (ORCPT ); Thu, 12 May 2022 12:11:47 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CB39366696; Thu, 12 May 2022 09:11:42 -0700 (PDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1npBPf-0001Vm-04; Thu, 12 May 2022 18:11:39 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 5C79DC01DC; Thu, 12 May 2022 18:10:54 +0200 (CEST) Date: Thu, 12 May 2022 18:10:54 +0200 From: Thomas Bogendoerfer To: Tiezhu Yang Cc: Masami Hiramatsu , Steven Rostedt , Shuah Khan , Xuefeng Li , linux-mips@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/2] Modify some code about kprobe Message-ID: <20220512161054.GE14475@alpha.franken.de> References: <1651834923-31573-1-git-send-email-yangtiezhu@loongson.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1651834923-31573-1-git-send-email-yangtiezhu@loongson.cn> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 06, 2022 at 07:02:01PM +0800, Tiezhu Yang wrote: > v3: no need to change post_kprobe_handler() in patch #2 now, > sorry for the carelessness. > > v2: > -- only replace __kprobes with NOKPROBE_SYMBOL() in patch #2 > -- update the commit messages > > Tiezhu Yang (2): > selftests/ftrace: Save kprobe_events to test log > MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation > > arch/mips/kernel/kprobes.c | 36 ++++++++++++++-------- > arch/mips/mm/fault.c | 6 ++-- > .../ftrace/test.d/kprobe/multiple_kprobes.tc | 2 ++ > 3 files changed, 30 insertions(+), 14 deletions(-) > > -- > 2.1.0 seires applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]