From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masami Hiramatsu Date: Thu, 08 Jul 2021 04:08:56 +0000 Subject: Re: [PATCH -tip v8 02/13] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbo Message-Id: <20210708130856.ccb7cfb4f92e5896d597906a@kernel.org> List-Id: References: <162399992186.506599.8457763707951687195.stgit@devnote2> <162399994018.506599.10332627573727646767.stgit@devnote2> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrii Nakryiko Cc: Steven Rostedt , Josh Poimboeuf , Ingo Molnar , X86 ML , Daniel Xu , open list , bpf , Jakub Kicinski , Ingo Molnar , Alexei Starovoitov , Thomas Gleixner , Borislav Petkov , Peter Zijlstra , Kernel Team , Yonghong Song , linux-ia64@vger.kernel.org, Abhishek Sagar On Wed, 7 Jul 2021 11:28:10 -0700 Andrii Nakryiko wrote: > On Fri, Jun 18, 2021 at 12:05 AM Masami Hiramatsu wrote: > > > > Replace arch_deref_entry_point() with dereference_symbol_descriptor() > > because those are doing same thing. > > > > Signed-off-by: Masami Hiramatsu > > Tested-by: Andrii Nakryik > > Hi Masami, > > If you are going to post v9 anyway, can you please fix up my name, it > should be "Andrii Nakryiko", thanks! Oops, sorry. OK, I'll fix it. Thank you, > > > --- > > Changes in v6: > > - Use dereference_symbol_descriptor() so that it can handle address in > > modules correctly. > > --- > > arch/ia64/kernel/kprobes.c | 5 ----- > > arch/powerpc/kernel/kprobes.c | 11 ----------- > > include/linux/kprobes.h | 1 - > > kernel/kprobes.c | 7 +------ > > lib/error-inject.c | 3 ++- > > 5 files changed, 3 insertions(+), 24 deletions(-) > > > > [...] -- Masami Hiramatsu