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 E76B6C433EF for ; Mon, 25 Oct 2021 14:59:16 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 950A360C4A for ; Mon, 25 Oct 2021 14:59:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 950A360C4A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5Kteef2gNGn3ooAzlWpxQmLE76rvsAH9FcY46r17Gac=; b=uz/Pf9G45eeqc/ UJzf8AL3LH/FrZIEbaIoJOXcEUi8ckt41dvJlTwg1VyDkvZaWaSD4q1pMgv6hzXo0TsTCtWogFIk7 lpI1JmEUmSTOAm5lWq4D/hpiDXoRyGidC2ozEJ2E5TDCs7UNi0GvBfCtgi73K0FEmUwkLFrX/m5p6 FMMJXrCqpCEhF1T5/DN4wDP3vjSqYY1GUnG5qrCXzBNPaJ+sEPxVrg8iaY6jJvsBprbQ0NkQ9Qq3B HiYjh07+oZwSmADcFynizXGiO8sBwxKjdSxk2HB2GcJmeYdrlRwTn3iO5BSYlfyKQ36Ck5Ruh1iIZ TvkIoKY8JKhonEjgxj9g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mf1QA-00Goad-2A; Mon, 25 Oct 2021 14:57:54 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mf1Q6-00GoZw-0j for linux-arm-kernel@lists.infradead.org; Mon, 25 Oct 2021 14:57:51 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211025_075750_111792_91143C0A X-CRM114-Status: GOOD ( 13.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel