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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id DE6A1C433EF for ; Fri, 8 Apr 2022 17:59:29 +0000 (UTC) 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:In-Reply-To:MIME-Version:References: 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=Nz/K26wiCnKCL3botHTMPnR6rvkSYDV89j6Bex36oQg=; b=oE/lqV7bI2FnFU Dm7IfguWbYcD8+4qlGdg3ebpppCUrXjBvP6mVi+R8iqDmLXvWCoXG8aK8LOJPP3AJFajSQTxxKp/r 4O/yImPZK6aFG5gfanxI+HPoJgIeuqm/VqyasGq7F+GOy5ACcgnnRhKkQs3RwCDYCLHkcDlaytMY9 W2WlICLp57x+WTogK7uAKVgev6zhVvfgilOuImNSnS/YLADAV8jXMVD/98j0px5jybbMcg+fY6U5l sgPq3Uf+4s2X3adiY8VT0gmvzuRTz/kyv4ir4gIzmC6oUXXtNbQbfvsgZUl7z8bH4qn4/nkqJxGOH 3sYi1/GplygmUaKYXApQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncssH-000nvU-E9; Fri, 08 Apr 2022 17:58:21 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncssE-000nuH-1g for linux-arm-kernel@lists.infradead.org; Fri, 08 Apr 2022 17:58:19 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7B1431042; Fri, 8 Apr 2022 10:58:15 -0700 (PDT) Received: from lakrids (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EAC193F5A1; Fri, 8 Apr 2022 10:58:13 -0700 (PDT) Date: Fri, 8 Apr 2022 18:58:08 +0100 From: Mark Rutland To: "Madhavan T. Venkataraman" Cc: broonie@kernel.org, jpoimboe@redhat.com, ardb@kernel.org, nobuta.keiya@fujitsu.com, sjitindarsingh@gmail.com, catalin.marinas@arm.com, will@kernel.org, jmorris@namei.org, linux-arm-kernel@lists.infradead.org, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v13 06/11] arm64: Use stack_trace_consume_fn and rename args to unwind() Message-ID: References: <95691cae4f4504f33d0fc9075541b1e7deefe96f> <20220117145608.6781-1-madvenka@linux.microsoft.com> <20220117145608.6781-7-madvenka@linux.microsoft.com> <845e4589-97d9-5371-3a0e-f6e05919f32d@linux.microsoft.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220408_105818_170263_9037D2FB X-CRM114-Status: GOOD ( 17.33 ) 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 Fri, Apr 08, 2022 at 03:44:34PM +0100, Mark Rutland wrote: > On Mon, Mar 07, 2022 at 10:51:38AM -0600, Madhavan T. Venkataraman wrote: > > Hey Mark Rutland, Mark Brown, > > > > Could you please review the rest of the patches in the series when you can? > > Sorry, I was expecting a new version with some of my comments > addressed, in case that had effects on subsequent patches. > > > Also, many of the patches have received a Reviewed-By from you both. > > So, after I send the next version out, can we upstream those ones? > > I would very much like to upstream the ones I have given a Reviewed-by. > > Given those were conditional on some adjustments (e.g. actually filling > out comments), do you mind if I pick those into a series now? FWIW, I've picked up the set I'm trivially happy with, rebased that on v5.18-rc1, and put that on a branch with a couple of other cleanups: https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git/log/?h=arm64/stacktrace/cleanups I'll send that out on Monday if there are no objections. Thanks, Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel