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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F0B9C433DB for ; Fri, 26 Mar 2021 14:24:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11FB161A24 for ; Fri, 26 Mar 2021 14:24:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230104AbhCZOXb convert rfc822-to-8bit (ORCPT ); Fri, 26 Mar 2021 10:23:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:46956 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230076AbhCZOXY (ORCPT ); Fri, 26 Mar 2021 10:23:24 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8087261A24; Fri, 26 Mar 2021 14:23:22 +0000 (UTC) Date: Fri, 26 Mar 2021 10:23:21 -0400 From: Steven Rostedt To: Huang Pei Cc: Thomas Bogendoerfer , ambrosehua@gmail.com, Bibo Mao , linux-mips@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, Jiaxun Yang , Paul Burton , Li Xuefeng , Yang Tiezhu , Gao Juxin , Huacai Chen , Jinyang He , "Maciej W . Rozycki" , Jisheng Zhang , Masami Hiramatsu , "Naveen N . Rao" Subject: Re: [PATCH 4/6] kprobes/ftrace: Use ftrace_location() when [dis]arming probes Message-ID: <20210326102321.666afcc5@gandalf.local.home> In-Reply-To: References: <20210313064149.29276-1-huangpei@loongson.cn> <20210313064149.29276-5-huangpei@loongson.cn> <20210325154433.7ed7e56a@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On Fri, 26 Mar 2021 22:12:18 +0800 Huang Pei wrote: > Patch 4/5 is from arm64’s KPROBES_ON_FTRACE, I think which is needed by > all RISC with both KPROBES_ON_FTRACE and -fpatchable-function-entry. > > But since V7, no further patches are released, what protocol should I follow if > I need these two patches? > If you need this patch, just resend it, but with the proper author. If you look at the thread I linked to, Jisheng pointed out that the From line that held the proper author was missing from the patch. You'll need that. -- Steve