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 2C172C00140 for ; Mon, 8 Aug 2022 12:18:13 +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=SjIw9x29VUWWSCTRH1lOd2YCroPqOB9NtsnGcwxQKhY=; b=QduO+8Gne9zueX /ZwfT5n8uHDe/wKEJIhZWJtj1YvKDS6tekvGtd2R/DW4SkU3dXYakqISr145VyFOw3K7CpDkAAjLp ME22guVwyvx0hEDFFn5m9vziAODSJIcc/WRhw8eEgvEHowaspCqC1ebHaYXEddtTriiPfT1pHAmsQ chCSlIWfrr9vyHoGPqcrzhWLMhP8K1fGj3iFLtTScQXn+QTxXteV3S0cTcyqhXSHOS3DgFJXX2nuW YX35QJy1E+gy8Tg5MeFi62pP1L6XtK2puxVM/PON5HoHOF7Fa2S9hgM1vGxIdRX3Sda60xGyBX6e5 8K6U5VP2nTaztsv6Cfog==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oL1gt-00DZOA-Eg; Mon, 08 Aug 2022 12:17:03 +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 1oL1bN-00DWHx-JV for linux-arm-kernel@lists.infradead.org; Mon, 08 Aug 2022 12:11:23 +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 93AEB1596; Mon, 8 Aug 2022 05:11:20 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.44.193]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 640AD3F5A1; Mon, 8 Aug 2022 05:11:18 -0700 (PDT) Date: Mon, 8 Aug 2022 13:11:15 +0100 From: Mark Rutland To: Will Deacon Cc: linux-arm-kernel@lists.infradead.org, Marc Zyngier , broonie@kernel.org, catalin.marinas@arm.com, james.morse@arm.com, kaleshsingh@google.com, madvenka@linux.microsoft.com, tabba@google.com Subject: Re: [PATCH v2 0/8] arm64: stacktrace: cleanups and improvements Message-ID: References: <20220805124522.706457-1-mark.rutland@arm.com> <20220808115907.GC32107@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220808115907.GC32107@willie-the-truck> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220808_051121_713977_D0946628 X-CRM114-Status: GOOD ( 16.79 ) 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, Aug 08, 2022 at 12:59:08PM +0100, Will Deacon wrote: > On Fri, Aug 05, 2022 at 01:45:14PM +0100, Mark Rutland wrote: > > This series is a set of improvements for the recently merged stacktrace > > rework queued in the kvmarm next branch, along the lines of my prior > > suggestions. I'm hoping that it would be possible to queue this for > > -rc1. > > What justifies this for inclusion in -rc1? Although the series looks pretty > good to me, it seems to be cleanup and refactoring which could wait for > 5.21 (or whatever it ends up being called). What am I missing? If you think this should wait, that's fine by me. I plan to build atop this with further rework and just wanted to get the trivial bits out of the way early. Thanks, Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel