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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1B35C433F5 for ; Mon, 25 Oct 2021 14:57:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D821F60E09 for ; Mon, 25 Oct 2021 14:57:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233688AbhJYPAR (ORCPT ); Mon, 25 Oct 2021 11:00:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:47336 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233677AbhJYPAL (ORCPT ); Mon, 25 Oct 2021 11:00:11 -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 89A5260E05; Mon, 25 Oct 2021 14:57:48 +0000 (UTC) Date: Mon, 25 Oct 2021 10:57:47 -0400 From: Steven Rostedt To: Masami Hiramatsu Cc: "Naveen N . Rao" , Ananth N Mavinakayanahalli , Ingo Molnar , linux-kernel@vger.kernel.org, Sven Schnelle , Catalin Marinas , Will Deacon , Russell King , Nathan Chancellor , Nick Desaulniers , linux-arm-kernel@lists.infradead.org, Stephen Rothwell Subject: Re: [PATCH v4] kprobes: Add a test case for stacktrace from kretprobe handler Message-ID: <20211025105747.0acb6eb8@gandalf.local.home> In-Reply-To: <163516211244.604541.18350507860972214415.stgit@devnote2> References: <163516211244.604541.18350507860972214415.stgit@devnote2> 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=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Oct 2021 20:41:52 +0900 Masami Hiramatsu wrote: > Changes in v4: > - Enable stack_trace_save_regs() testcase only when the selftest > is not a module. > - Rebased on the latest ftrace/core. Thanks Masami, I'll be queuing this and the __init fix you replied to Stephen with, into my test suite. May be a few days before it gets posted to linux-next. -- Steve