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 122DBC6FA82 for ; Mon, 12 Sep 2022 16:15:42 +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=/Nhw/0CgbvRst5VWDwLBmsm9EIsXv5PVlXEA2Jd1S4Y=; b=LCPGVwFa5luWqH fyfursc3rspRZk4AYdR9D2b1ssVb7c/dHHCIl5E9vep/wFM8OFjIez3zcVQKj/EcgjhbFxaaVpejR coLGgSI/STFTEA0dQGWrn5Qc0cytITlkOgivNczwUAxdEL62kCMNnyHKP/IcnPOttkevZsYIFxl7A zXla8K4MbZO2G80QGjV8DngHt3oBebJCWj8N8Fff7GQRSEY0MKc8he5QJukv5sZPnjVmL1chJrahT L17rBQasZCNsL/NXqbfhwwDmJcLo43AaMxcZAvn9vZS+FoFjqHVLlgkjTViAzbcWj5vZC+IXVtw9e US/0Sg+ASB/CAEy0YoBg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oXm50-00BTb6-Di; Mon, 12 Sep 2022 16:14:38 +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 1oXm4w-00BTYT-I2 for linux-arm-kernel@lists.infradead.org; Mon, 12 Sep 2022 16:14:35 +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 07C4D106F; Mon, 12 Sep 2022 09:14:38 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.45.86]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5A2953F73D; Mon, 12 Sep 2022 09:14:30 -0700 (PDT) Date: Mon, 12 Sep 2022 17:14:22 +0100 From: Mark Rutland To: Mark Brown Cc: linux-arm-kernel@lists.infradead.org, ardb@kernel.org, catalin.marinas@arm.com, james.morse@arm.com, joey.gouly@arm.com, maz@kernel.org, will@kernel.org Subject: Re: [PATCH 9/9] HACK: arm64: alternatives: dump summary of alternatives Message-ID: References: <20220901151403.1735836-1-mark.rutland@arm.com> <20220901151403.1735836-10-mark.rutland@arm.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-20220912_091434_657802_E3523923 X-CRM114-Status: GOOD ( 12.86 ) 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, Sep 12, 2022 at 01:36:18PM +0100, Mark Brown wrote: > On Thu, Sep 01, 2022 at 04:14:03PM +0100, Mark Rutland wrote: > > > NOTE: THIS PATCH IS NOT INTENDED FOR UPSTREAM. > > > > It seems like a useful thing to have hanging around behind a > Kconfig option - we should probably be keeping an eye on this, > and there's going to be work people do where they'd have to > reinvent the wheel. I'd wanted to rework this to have a cmdline option (and also add some other dbeug options here), so I'll pull this out of v2 and send it as a follow-up along with those. Thanks, Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel