Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp698132pxb; Thu, 21 Oct 2021 07:51:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxdrodC+R/NaZnMUutgJYZx9cqVETptK8+/XIjpOSc9kQZx30SXc31GRJIdkOMSeMAywQeV X-Received: by 2002:a17:907:7717:: with SMTP id kw23mr7830389ejc.396.1634827873836; Thu, 21 Oct 2021 07:51:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634827873; cv=none; d=google.com; s=arc-20160816; b=Q9ifq3IbCP4CzN6htlq/LUuiIsyztXrI5SU0wBDDh+tDrs4oZ3WbRpFmFp3omTBEFq wfWRlvl3gdIAdfuD9NqrXvU7YZ+fBWQy+QyrS0mnGcGGah3DlcR6aTLBImMeeZ5A+ihV 2ZNjyfeLWwlDwAegoPWMQhlEOqYWlvTKkRZNz1co3R8/t2YqQ1rjM5rYy40NRmVi/36D 6zi2p+rGtzZH4joY0USsmcXMZRQnDbgnTIRUAFtz80UrzsT3vkALCzEqJU5nCMIeQUUM JxW3y36AOE0YBFfcG/79mgBCsOl9jUScNXyAr/V3ogEFdR29/gmKomwVpWp9HHpU7yi9 C2Ow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=X6h0bv1o2wppxZoTyzjUg6VEW1sguKwqFRk/UbV/KXY=; b=Ni97sZkkiGuTS6MrtUq5po4laeEaZ1wAPcW6JEsygNB9mwKl+Wr+mmo43VXOiVyMdV pXplpeS8S7882V/PyHdo4Kp4gtEFC5tyCvrQZ24ozBQDwQTktCsnKbOuM+tONzTcomv+ UvwRzq+9BqNxrYcayWb2vKWE3QwUVHlDzRPFVIsCbmeUyxSnQnAFy3R/N9ZPT17bAiQV FQvT8YltrS9Fr0O2W6Ux/+onJqEaXwb90nixHcktB41M+YMnmsNIk6idAiHgY/Q7A+RV 6ltauo8y7csWIELPAKBDLTlzGE2WTqMm7MVco233juOmg2W7ID0ZrIvsEjVGEuZj8xxx JJsg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g2si7197360edz.500.2021.10.21.07.50.49; Thu, 21 Oct 2021 07:51:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231559AbhJUOvW (ORCPT + 99 others); Thu, 21 Oct 2021 10:51:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:57748 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231424AbhJUOvV (ORCPT ); Thu, 21 Oct 2021 10:51:21 -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 54E26611CE; Thu, 21 Oct 2021 14:49:04 +0000 (UTC) Date: Thu, 21 Oct 2021 10:49:02 -0400 From: Steven Rostedt To: Masami Hiramatsu Cc: Will Deacon , "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: <20211021104902.2600dd0a@gandalf.local.home> In-Reply-To: <20211021232630.94bea4540670cdab5a7a63c5@kernel.org> References: <163477765570.264901.3851692300287671122.stgit@devnote2> <163477770935.264901.1772964361191833681.stgit@devnote2> <20211021101512.GA16485@willie-the-truck> <20211021232630.94bea4540670cdab5a7a63c5@kernel.org> 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 Thu, 21 Oct 2021 23:26:30 +0900 Masami Hiramatsu wrote: > > > > I'm not sure how you're planning to merge this, so please let me know if > > you want me to queue any of the arm64 bits. > > Ah, good question. Since this part depends on the first 3 patches and > Steve's tracing tree, these should go through the tracing tree. Is that > OK for you? > I'm OK with merging this. > (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 -- Steve