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=-8.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 8A903C3A59F for ; Thu, 29 Aug 2019 06:58:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5928522CF5 for ; Thu, 29 Aug 2019 06:58:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="xZX4jG1Y" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727397AbfH2G6i (ORCPT ); Thu, 29 Aug 2019 02:58:38 -0400 Received: from pandora.armlinux.org.uk ([78.32.30.218]:40420 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726330AbfH2G6i (ORCPT ); Thu, 29 Aug 2019 02:58:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=gD1AMkI8FpRbArgAWS2NSX6iE7kz1rPPHG4idT8fdBw=; b=xZX4jG1YMmq087sHk0zLDOE4A 2vh6QhH5yMkwjsM9Kp11ycPtWMPsStMqPB1gsYmPeQdU38/CrelMbY3AY5qXGh7tbpAdjCZ5KHE9/ NmqwyVPivxGrlgR4xRYn/lBEzt1XreknQwkBCd86UmMXaL8QSc1ODlJX4myltGfVg4M2B5CVqY38z pc/rLqCT7mUNevoTr9erFmiC8W79S+0INBApxqn5Zk0xTuH2xN+DZo1BXELzkj+YUQa9XvNKFtlIO kQUMZ2cg1Rvls+xM+2ms7dtOLb7ist29TMzT3KiqClUBUwKBE+MQhKWB/UVb/SCAkH+k2lga92QD6 K+kDl6+Jw==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:39344) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1i3ENH-0007HG-J3; Thu, 29 Aug 2019 07:57:39 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1i3EN7-0007UX-9P; Thu, 29 Aug 2019 07:57:29 +0100 Date: Thu, 29 Aug 2019 07:57:29 +0100 From: Russell King - ARM Linux admin To: Leo Yan Cc: Oleg Nesterov , Catalin Marinas , Will Deacon , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , x86@kernel.org, Arnd Bergmann , Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Yonghong Song , "Naveen N. Rao" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arch@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org, clang-built-linux@googlegroups.com, Masami Hiramatsu Subject: Re: [PATCH v2 3/3] arm: Add support for function error injection Message-ID: <20190829065729.GU13294@shell.armlinux.org.uk> References: <20190806100015.11256-1-leo.yan@linaro.org> <20190806100015.11256-4-leo.yan@linaro.org> <20190819091808.GB5599@leoy-ThinkPad-X240s> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190819091808.GB5599@leoy-ThinkPad-X240s> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org I'm sorry, I can't apply this, it produces loads of: include/linux/error-injection.h:7:10: fatal error: asm/error-injection.h: No such file or directory Since your patch 1 has been merged by the ARM64 people, I can't take it until next cycle. On Mon, Aug 19, 2019 at 05:18:08PM +0800, Leo Yan wrote: > Hi Russell, > > On Tue, Aug 06, 2019 at 06:00:15PM +0800, Leo Yan wrote: > > This patch implements arm specific functions regs_set_return_value() and > > override_function_with_return() to support function error injection. > > > > In the exception flow, it updates pt_regs::ARM_pc with pt_regs::ARM_lr > > so can override the probed function return. > > Gentle ping ... Could you review this patch? > > Thanks, > Leo. > > > Signed-off-by: Leo Yan > > --- > > arch/arm/Kconfig | 1 + > > arch/arm/include/asm/ptrace.h | 5 +++++ > > arch/arm/lib/Makefile | 2 ++ > > arch/arm/lib/error-inject.c | 19 +++++++++++++++++++ > > 4 files changed, 27 insertions(+) > > create mode 100644 arch/arm/lib/error-inject.c > > > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > > index 33b00579beff..2d3d44a037f6 100644 > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -77,6 +77,7 @@ config ARM > > select HAVE_EXIT_THREAD > > select HAVE_FAST_GUP if ARM_LPAE > > select HAVE_FTRACE_MCOUNT_RECORD if !XIP_KERNEL > > + select HAVE_FUNCTION_ERROR_INJECTION if !THUMB2_KERNEL > > select HAVE_FUNCTION_GRAPH_TRACER if !THUMB2_KERNEL && !CC_IS_CLANG > > select HAVE_FUNCTION_TRACER if !XIP_KERNEL > > select HAVE_GCC_PLUGINS > > diff --git a/arch/arm/include/asm/ptrace.h b/arch/arm/include/asm/ptrace.h > > index 91d6b7856be4..3b41f37b361a 100644 > > --- a/arch/arm/include/asm/ptrace.h > > +++ b/arch/arm/include/asm/ptrace.h > > @@ -89,6 +89,11 @@ static inline long regs_return_value(struct pt_regs *regs) > > return regs->ARM_r0; > > } > > > > +static inline void regs_set_return_value(struct pt_regs *regs, unsigned long rc) > > +{ > > + regs->ARM_r0 = rc; > > +} > > + > > #define instruction_pointer(regs) (regs)->ARM_pc > > > > #ifdef CONFIG_THUMB2_KERNEL > > diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile > > index b25c54585048..8f56484a7156 100644 > > --- a/arch/arm/lib/Makefile > > +++ b/arch/arm/lib/Makefile > > @@ -42,3 +42,5 @@ ifeq ($(CONFIG_KERNEL_MODE_NEON),y) > > CFLAGS_xor-neon.o += $(NEON_FLAGS) > > obj-$(CONFIG_XOR_BLOCKS) += xor-neon.o > > endif > > + > > +obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o > > diff --git a/arch/arm/lib/error-inject.c b/arch/arm/lib/error-inject.c > > new file mode 100644 > > index 000000000000..2d696dc94893 > > --- /dev/null > > +++ b/arch/arm/lib/error-inject.c > > @@ -0,0 +1,19 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > + > > +#include > > +#include > > + > > +void override_function_with_return(struct pt_regs *regs) > > +{ > > + /* > > + * 'regs' represents the state on entry of a predefined function in > > + * the kernel/module and which is captured on a kprobe. > > + * > > + * 'regs->ARM_lr' contains the the link register for the probed > > + * function, when kprobe returns back from exception it will override > > + * the end of probed function and directly return to the predefined > > + * function's caller. > > + */ > > + instruction_pointer_set(regs, regs->ARM_lr); > > +} > > +NOKPROBE_SYMBOL(override_function_with_return); > > -- > > 2.17.1 > > > -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up