Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp816643pxb; Thu, 21 Oct 2021 10:02:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxSvRvXfDOoh9GurvkTPToAQathzoIkpDetZrrpkqcSWn+svXz+xznkA88AGqa0mu7y9wGg X-Received: by 2002:a17:906:ae14:: with SMTP id le20mr8781030ejb.89.1634835728868; Thu, 21 Oct 2021 10:02:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634835728; cv=none; d=google.com; s=arc-20160816; b=uWxLbVXpptQ3FY+6HinkpV3y+64bFUjoMB9SKt1sedFTmg65DPA0IvNRH2VC5LgXKS /0LbXciwmnVK7E/Dr2Ev+dkQ/O2C4M6xe4+05VYhzkJ2TJrMNHuS19kszbUNsjFAqqRn /KDPRSOENCfuOcYq4zacClbK7fEEHMBNF+4l25+HZc3eVffOEzai6r0AdtY06OPbys7L P/QvQj1NX1tIoJA2h80yiSLVEDhimhjU9Ax80ezB5aPvJyW4yJ961Qj+oH42eDUG+mCh VWzPqTNpSIJCNnJ5wtgban5IV6mOm1Q58Z6cD/Mmrr7u9rADk/t1jDnImlYXkkst3GHU +KwA== 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=TLM46i4I7KG9wCaet2pjPVj/xVzo7qWMGEl8lOHWccQ=; b=i46MTN83M89IGi/mX4iqp7ZWt1yljccZUgZjVyoaIMLUEBfMLCxh+yKJGhj3iXHHOM jj4L493U3swwJbC729peIxPo9w04ksaCGY5DDeUMRf9F8kzaUThww0+gpT41lSidUeCt 4+jtmi4YjrDkdgyw6ZelXDfSDIWDLrxzBdGVgLDDIHYv4zfc61gZzT+E2ARfZZ54a5ZX funSy6vvpYxWnS8FxyVKyjWqHMDe3yjpO87P3ZbUOK3LlDyjVEfznu2yi6F+S6Dn03IL dRl9IAbqEJHm82gYFyyUpRx9n5zldjSHzs1R/+UmD+H0rIiLM2BtjSrqvcH8nvTXQW36 9y1w== 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 w14si7170294ejc.561.2021.10.21.10.01.45; Thu, 21 Oct 2021 10:02:08 -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 S231701AbhJURCC (ORCPT + 99 others); Thu, 21 Oct 2021 13:02:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:60164 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230453AbhJURCC (ORCPT ); Thu, 21 Oct 2021 13:02:02 -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 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 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 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