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 96051C433FE for ; Thu, 21 Oct 2021 17:01:08 +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 5CCAC61529 for ; Thu, 21 Oct 2021 17:01:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5CCAC61529 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=ku1DxvZ3l5xah5JTjZeVZ2+bPFahQcvXNcQfqGdsFX8=; b=AGRaCpqtDtyMWz lqfRs3A6A7bJAepvthb6055Yg7YM6XrAdnvPQ7Xjr//wlgwt2lYzDQ7mVvN0OrtNEpTHk2lCZzeNP TuUVf3NEogZCrWFXFPrmd6ZyK39hUCzSFY9Ckq45sRUJ0fxGJUwRxjBDJ/FOaQL0z0Jiays6oY76Y icTzYNyBYk42sh7cfe+bkaWP2du1VA5ZtxoepEdR9u/EwKiOPKeJtJOHG8oVKTKo9k/CTB2RdNe1U SG3ZS2tYqJj6b9j+BzIyvIhUQBl24uYR4rrlL/isYOolqGdsite2aVJn1Bn3VqFsWSXF8cPNaJex9 xp1E8SwmVbqTqe7NcniA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdbPx-008S0Y-Uk; Thu, 21 Oct 2021 16:59:50 +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 1mdbPu-008Rzc-Ce for linux-arm-kernel@lists.infradead.org; Thu, 21 Oct 2021 16:59:47 +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 EF69C61505; Thu, 21 Oct 2021 16:59:44 +0000 (UTC) Date: Thu, 21 Oct 2021 12:59:43 -0400 From: Steven Rostedt To: Will Deacon Cc: Masami Hiramatsu , "Naveen N . Rao" , Ananth N Mavinakayanahalli , Ingo Molnar , linux-kernel@vger.kernel.org, Sven Schnelle , Catalin Marinas , Russell King , Nathan Chancellor , Nick Desaulniers , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 6/9] arm64: Recover kretprobe modified return address in stacktrace Message-ID: <20211021125943.11c10133@gandalf.local.home> In-Reply-To: <20211021165241.GB16889@willie-the-truck> References: <163477765570.264901.3851692300287671122.stgit@devnote2> <163477770935.264901.1772964361191833681.stgit@devnote2> <20211021101512.GA16485@willie-the-truck> <20211021232630.94bea4540670cdab5a7a63c5@kernel.org> <20211021104902.2600dd0a@gandalf.local.home> <20211021165241.GB16889@willie-the-truck> 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-20211021_095946_479612_7E48BAE9 X-CRM114-Status: GOOD ( 16.54 ) 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 Thu, 21 Oct 2021 17:52:42 +0100 Will Deacon wrote: > > I'm OK with merging this. > > Ok, cool. I've acked the arm64 bits so I'll leave it in your hands! Thanks! I'll pull them in. > > > > (Or, wait for merging the current tracing tree and merge rest of them. > > > but this will take a long time.) > > > > And my linux-next is behind because my tests triggered a bug on one of my > > arcane configs, and I'm still debugging it. :-p > > Happy debugging :) Found the bug. I'll restart my tests (takes around 13 hours more or less to complete) and when/if they succeed, I'll push it for inclusion in linux-next. -- Steve _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel