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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F755C43334 for ; Mon, 27 Jun 2022 09:43:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233729AbiF0JnL (ORCPT ); Mon, 27 Jun 2022 05:43:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231927AbiF0JnI (ORCPT ); Mon, 27 Jun 2022 05:43:08 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E81326F2; Mon, 27 Jun 2022 02:43:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id F0B16B81063; Mon, 27 Jun 2022 09:43:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11493C3411D; Mon, 27 Jun 2022 09:43:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656322984; bh=GkBQb/LDP/LrppRPZGnpAoFtkcRW5f8iMON0D/lxPKw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ohqaX4NzMaVnezuBBavy/jVJkemvk/EzxA99gZyn7wamwnWIPZmcH1FVAeNpFW3zp BQz/yjjJVRLDzYRU5Cb/BPJE+VtUklc2ByCg2L0uAUTR7hHq+yOzxE8Gqo4JQewJQx RKPs8q5de/TStYY4Z3WR9QktWHR3xidFMkVEUlx1e4pwfdXEFySMQQ8GA3e7qaf7M7 mlA8gI69LngE6XMFESZopzWiEOiYh1Aze4rDtLQC42TrNngaB9v3h/mzkK0DEFuZoz +HG6lHg4Zz5uOyTBv4hEJaLxPqJHWkCysReVOKLB4StLayCycZzLcltwwq5ypJDozm /4LTsIonxHhDg== Date: Mon, 27 Jun 2022 10:42:58 +0100 From: Will Deacon To: "Madhavan T. Venkataraman" Cc: Mark Rutland , broonie@kernel.org, jpoimboe@redhat.com, ardb@kernel.org, nobuta.keiya@fujitsu.com, sjitindarsingh@gmail.com, catalin.marinas@arm.com, jamorris@linux.microsoft.com, linux-arm-kernel@lists.infradead.org, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, maz@kernel.org, Kalesh Singh Subject: Re: [PATCH v15 0/6] arm64: Reorganize the unwinder and implement stack trace reliability checks Message-ID: <20220627094257.GA21634@willie-the-truck> References: <20220617210717.27126-1-madvenka@linux.microsoft.com> <20220623173224.GB16966@willie-the-truck> <66545c21-cfcf-60eb-4acf-39be99520369@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 26, 2022 at 11:48:36PM -0500, Madhavan T. Venkataraman wrote: > > > On 6/26/22 04:18, Mark Rutland wrote: > > On Fri, Jun 24, 2022 at 12:19:01AM -0500, Madhavan T. Venkataraman wrote: > >> > >> > >> On 6/23/22 12:32, Will Deacon wrote: > >>> On Fri, Jun 17, 2022 at 04:07:11PM -0500, madvenka@linux.microsoft.com wrote: > >>>> From: "Madhavan T. Venkataraman" > >>>> > >>>> I have synced this patch series to v5.19-rc2. > >>>> I have also removed the following patch. > >>>> > >>>> [PATCH v14 7/7] arm64: Select HAVE_RELIABLE_STACKTRACE > >>>> > >>>> as HAVE_RELIABLE_STACKTRACE depends on STACK_VALIDATION which is not present > >>>> yet. This patch will be added in the future once Objtool is enhanced to > >>>> provide stack validation in some form. > >>> > >>> Given that it's not at all obvious that we're going to end up using objtool > >>> for arm64, does this patch series gain us anything in isolation? > >>> > >> > >> BTW, I have synced my patchset to 5.19-rc2 and sent it as v15. > >> > >> So, to answer your question, patches 1 thru 3 in v15 are still useful even if we don't > >> consider reliable stacktrace. These patches reorganize the unwinder code based on > >> comments from both Mark Rutland and Mark Brown. Mark Brown has already OKed them. > >> If Mark Rutland OKes them, we should upstream them. > > > > Sorry for the delay; I have been rather swamped recently and haven't had the > > time to give this the time it needs. > > > > I'm happy with patches 1 and 2, and I've acked those in case Will wants to pick > > them. > > > > Thanks for the review. > > Will, > > Are you fine with picking up patches 1 and 2? > > For the other patches, I have responded separately. Sure thing, I'll do that today. Thanks for persevering with this. Will 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 DD52CC43334 for ; Mon, 27 Jun 2022 09:44:14 +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=7CC5rjJa+3HMBfvJZyVNrAeVXLfY6N5HUMbH5wtYiHY=; b=c2edNpvUw1zboj Jlin4E971qx3Eun+9z6BBNlIahAnC0vDr07T2qIXJgedYznfKjwatu2d50mpoghA2ssH45wOIuMnH yG3am4Vind86cTnICQFg7qJnWSd8G5307LdQqv1JpZZvu7o2NpUravOobQE4D0cqhcO9S6HDm7DHJ 6gAHoPKHTE4gu3U+pT6zNNDWy5xXQ8Cye3bNyeS+fbXnA3ZJLypM3VmLcDqaB0ttFgvRANIL9nWhg OJLQF5A60TOFJMEJbqeCZKWwB57y+6bjIhvjj6pcDGoE7Rd+djDH+ZaiDghGo7VtQE1hZ3jIhYFI0 dPjcVueoWXBIjtJaNBRw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5lGw-00HPuJ-Us; Mon, 27 Jun 2022 09:43:11 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5lGs-00HPsS-Oo for linux-arm-kernel@lists.infradead.org; Mon, 27 Jun 2022 09:43:08 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4670361298; Mon, 27 Jun 2022 09:43:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11493C3411D; Mon, 27 Jun 2022 09:43:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656322984; bh=GkBQb/LDP/LrppRPZGnpAoFtkcRW5f8iMON0D/lxPKw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ohqaX4NzMaVnezuBBavy/jVJkemvk/EzxA99gZyn7wamwnWIPZmcH1FVAeNpFW3zp BQz/yjjJVRLDzYRU5Cb/BPJE+VtUklc2ByCg2L0uAUTR7hHq+yOzxE8Gqo4JQewJQx RKPs8q5de/TStYY4Z3WR9QktWHR3xidFMkVEUlx1e4pwfdXEFySMQQ8GA3e7qaf7M7 mlA8gI69LngE6XMFESZopzWiEOiYh1Aze4rDtLQC42TrNngaB9v3h/mzkK0DEFuZoz +HG6lHg4Zz5uOyTBv4hEJaLxPqJHWkCysReVOKLB4StLayCycZzLcltwwq5ypJDozm /4LTsIonxHhDg== Date: Mon, 27 Jun 2022 10:42:58 +0100 From: Will Deacon To: "Madhavan T. Venkataraman" Cc: Mark Rutland , broonie@kernel.org, jpoimboe@redhat.com, ardb@kernel.org, nobuta.keiya@fujitsu.com, sjitindarsingh@gmail.com, catalin.marinas@arm.com, jamorris@linux.microsoft.com, linux-arm-kernel@lists.infradead.org, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, maz@kernel.org, Kalesh Singh Subject: Re: [PATCH v15 0/6] arm64: Reorganize the unwinder and implement stack trace reliability checks Message-ID: <20220627094257.GA21634@willie-the-truck> References: <20220617210717.27126-1-madvenka@linux.microsoft.com> <20220623173224.GB16966@willie-the-truck> <66545c21-cfcf-60eb-4acf-39be99520369@linux.microsoft.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220627_024306_909140_0E0B75D2 X-CRM114-Status: GOOD ( 26.36 ) 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 Sun, Jun 26, 2022 at 11:48:36PM -0500, Madhavan T. Venkataraman wrote: > > > On 6/26/22 04:18, Mark Rutland wrote: > > On Fri, Jun 24, 2022 at 12:19:01AM -0500, Madhavan T. Venkataraman wrote: > >> > >> > >> On 6/23/22 12:32, Will Deacon wrote: > >>> On Fri, Jun 17, 2022 at 04:07:11PM -0500, madvenka@linux.microsoft.com wrote: > >>>> From: "Madhavan T. Venkataraman" > >>>> > >>>> I have synced this patch series to v5.19-rc2. > >>>> I have also removed the following patch. > >>>> > >>>> [PATCH v14 7/7] arm64: Select HAVE_RELIABLE_STACKTRACE > >>>> > >>>> as HAVE_RELIABLE_STACKTRACE depends on STACK_VALIDATION which is not present > >>>> yet. This patch will be added in the future once Objtool is enhanced to > >>>> provide stack validation in some form. > >>> > >>> Given that it's not at all obvious that we're going to end up using objtool > >>> for arm64, does this patch series gain us anything in isolation? > >>> > >> > >> BTW, I have synced my patchset to 5.19-rc2 and sent it as v15. > >> > >> So, to answer your question, patches 1 thru 3 in v15 are still useful even if we don't > >> consider reliable stacktrace. These patches reorganize the unwinder code based on > >> comments from both Mark Rutland and Mark Brown. Mark Brown has already OKed them. > >> If Mark Rutland OKes them, we should upstream them. > > > > Sorry for the delay; I have been rather swamped recently and haven't had the > > time to give this the time it needs. > > > > I'm happy with patches 1 and 2, and I've acked those in case Will wants to pick > > them. > > > > Thanks for the review. > > Will, > > Are you fine with picking up patches 1 and 2? > > For the other patches, I have responded separately. Sure thing, I'll do that today. Thanks for persevering with this. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel