Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp1137190ybf; Thu, 27 Feb 2020 05:44:18 -0800 (PST) X-Google-Smtp-Source: APXvYqxv9GS8HM+TZTlH7aYUc3iPLacYK9avzuUXqsuMcaqrG0g5yUaHDppby5/BXkENtsYx8y/R X-Received: by 2002:aca:2312:: with SMTP id e18mr3476204oie.34.1582811058544; Thu, 27 Feb 2020 05:44:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582811058; cv=none; d=google.com; s=arc-20160816; b=lz1EBcGAzGrQzoEkD+B6mxHyWjPkzC1563Yxv8TNwF5maAWu0WYGuwPFF88+usrDJm fQ7cjSCNyCO6/xnTTg22VuQZwEiJIWsabckAQ2qEvxaBeVeeDZPlIbgvCr/aivLh1z1O hB6U1we4a7X5r3M3aPoKUI2b6MF98uF/OufbRzlwIscz9iAlRYTh384FeUObP/IQrUl0 jrOWMTaBC1y2/hdIdEU4YNDitDUOGFSkIMBh5JnLKZq/AozMFR0YqftGdYOwMR8XIaLg oVtA6wEDDrZQaH0VY4OUEw4U5+U2v3XUSMD7hVVZxyYrxe7pv5Lflrs8SWkq32y3Y/Qr Y7LQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=aJpx8Zfsy/Xf8nQ+Yy2ZSVgHIV10qG76UJCVZQjnyqM=; b=gcMpKTiIeXIfx4jome3NLklwELNIOoiObEgQV5xpCkxD5aGc1nSWkMHoc7EzFpmb1c X/xNFkbK/hIY2EEzxj7P2Kp+ptrkMNxtjlr0RVQXsfbZsGPSTGHTaWUKWOfq/SyyArXl FQn/vB1NlPJ9npPw3hLBQSXloGPzucOTAlhChyq6oSEVwbLnm2N1QrU/+IFv8LnYcjog DygLYbOSKtp2OSt/YhqJaKjWr6ktfMgXrF0Pdj9J0GjEvGRd1SWqxAIjy9+S8leB4Mfv FntyXhdGlrQJEBAphUlNsO726AIa421faDJRm/JNxajvB44S7KHOwcO+JoBvRdXVEQiV xlWg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="AuP/Q0AB"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q5si1493820otc.104.2020.02.27.05.44.06; Thu, 27 Feb 2020 05:44:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="AuP/Q0AB"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729860AbgB0Nmy (ORCPT + 99 others); Thu, 27 Feb 2020 08:42:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:37902 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729842AbgB0Nmt (ORCPT ); Thu, 27 Feb 2020 08:42:49 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 DAB5320578; Thu, 27 Feb 2020 13:42:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582810968; bh=VRnjWlSGoHS9Lvi/rHGpj+NTxoiIIGFFCtZMdu5pXnI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AuP/Q0AB3DByQAfRLS3MWFyaAawLvIX/hzxdl73STp6m/KTkuiBOzf79Nd2JfHC78 fuSOYcZl1JBx2p+u/pkBunmkrZ5xAXlPrUPY15EssXqdfcggmRaQi3d0ZIYLUKhHqr vC0WqvKeb8j2IaPACF/pA5zcLVkA2+fY/3wiAxPg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Sven Schnelle , Heiko Carstens , Vasily Gorbik , Sasha Levin Subject: [PATCH 4.4 067/113] s390/ftrace: generate traced function stack frame Date: Thu, 27 Feb 2020 14:36:23 +0100 Message-Id: <20200227132222.497656354@linuxfoundation.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200227132211.791484803@linuxfoundation.org> References: <20200227132211.791484803@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Vasily Gorbik [ Upstream commit 45f7a0da600d3c409b5ad8d5ddddacd98ddc8840 ] Currently backtrace from ftraced function does not contain ftraced function itself. e.g. for "path_openat": arch_stack_walk+0x15c/0x2d8 stack_trace_save+0x50/0x68 stack_trace_call+0x15e/0x3d8 ftrace_graph_caller+0x0/0x1c <-- ftrace code do_filp_open+0x7c/0xe8 <-- ftraced function caller do_open_execat+0x76/0x1b8 open_exec+0x52/0x78 load_elf_binary+0x180/0x1160 search_binary_handler+0x8e/0x288 load_script+0x2a8/0x2b8 search_binary_handler+0x8e/0x288 __do_execve_file.isra.39+0x6fa/0xb40 __s390x_sys_execve+0x56/0x68 system_call+0xdc/0x2d8 Ftraced function is expected in the backtrace by ftrace kselftests, which are now failing. It would also be nice to have it for clarity reasons. "ftrace_caller" itself is called without stack frame allocated for it and does not store its caller (ftraced function). Instead it simply allocates a stack frame for "ftrace_trace_function" and sets backchain to point to ftraced function stack frame (which contains ftraced function caller in saved r14). To fix this issue make "ftrace_caller" allocate a stack frame for itself just to store ftraced function for the stack unwinder. As a result backtrace looks like the following: arch_stack_walk+0x15c/0x2d8 stack_trace_save+0x50/0x68 stack_trace_call+0x15e/0x3d8 ftrace_graph_caller+0x0/0x1c <-- ftrace code path_openat+0x6/0xd60 <-- ftraced function do_filp_open+0x7c/0xe8 <-- ftraced function caller do_open_execat+0x76/0x1b8 open_exec+0x52/0x78 load_elf_binary+0x180/0x1160 search_binary_handler+0x8e/0x288 load_script+0x2a8/0x2b8 search_binary_handler+0x8e/0x288 __do_execve_file.isra.39+0x6fa/0xb40 __s390x_sys_execve+0x56/0x68 system_call+0xdc/0x2d8 Reported-by: Sven Schnelle Tested-by: Sven Schnelle Reviewed-by: Heiko Carstens Signed-off-by: Vasily Gorbik Signed-off-by: Sasha Levin --- arch/s390/kernel/mcount.S | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/arch/s390/kernel/mcount.S b/arch/s390/kernel/mcount.S index 6c1c7d399bf95..78ba14546e007 100644 --- a/arch/s390/kernel/mcount.S +++ b/arch/s390/kernel/mcount.S @@ -23,6 +23,12 @@ ENTRY(ftrace_stub) #define STACK_PTREGS (STACK_FRAME_OVERHEAD) #define STACK_PTREGS_GPRS (STACK_PTREGS + __PT_GPRS) #define STACK_PTREGS_PSW (STACK_PTREGS + __PT_PSW) +#ifdef __PACK_STACK +/* allocate just enough for r14, r15 and backchain */ +#define TRACED_FUNC_FRAME_SIZE 24 +#else +#define TRACED_FUNC_FRAME_SIZE STACK_FRAME_OVERHEAD +#endif ENTRY(_mcount) BR_EX %r14 @@ -34,9 +40,16 @@ ENTRY(ftrace_caller) #ifndef CC_USING_HOTPATCH aghi %r0,MCOUNT_RETURN_FIXUP #endif - aghi %r15,-STACK_FRAME_SIZE + # allocate stack frame for ftrace_caller to contain traced function + aghi %r15,-TRACED_FUNC_FRAME_SIZE stg %r1,__SF_BACKCHAIN(%r15) + stg %r0,(__SF_GPRS+8*8)(%r15) + stg %r15,(__SF_GPRS+9*8)(%r15) + # allocate pt_regs and stack frame for ftrace_trace_function + aghi %r15,-STACK_FRAME_SIZE stg %r1,(STACK_PTREGS_GPRS+15*8)(%r15) + aghi %r1,-TRACED_FUNC_FRAME_SIZE + stg %r1,__SF_BACKCHAIN(%r15) stg %r0,(STACK_PTREGS_PSW+8)(%r15) stmg %r2,%r14,(STACK_PTREGS_GPRS+2*8)(%r15) #ifdef CONFIG_HAVE_MARCH_Z196_FEATURES -- 2.20.1