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 34314C3DA6E for ; Wed, 20 Dec 2023 15:47:11 +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:Mime-Version:References:In-Reply-To: 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=QQQ+ZpYSeMIRAdVU2UM323nUKP2TASRHHkfi5GyOyHU=; b=h2vj8U51dl075w o6xXIeFXzf8kaZXqmYnIv2EOwMlbaK/wUu9pAJU4/OFwsjE3r/uZAcCuIwazDagv0xkhS2BVNNgx/ VdxgBHcDd5Q5IqAOf4pUtsEi3rYlNTFAJ7O+XUE/Octo+PAoJ3PZOxqxBQGBTbgZg6fUcBFR93QKT Hg1A1l4gz/6pgS29Y4Q+4ehl9C3qXd96Naxuq3ScQiIPmlssrdju5Q4f9/9pTiM0ewLS/qrvZ/dwl FtWwCpVQoE1BCN8mglO5/NWXf8jTp0MVUhszvc47MynQbavTQ0sjCm6S1h4x020MI5GZ7EHEH/I+/ eoD0qqOJqBhmA5eb3y7Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rFymQ-000IDa-0e; Wed, 20 Dec 2023 15:46:42 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rFymN-000ICb-0Y; Wed, 20 Dec 2023 15:46:40 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id E172FCE174E; Wed, 20 Dec 2023 15:46:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC20AC433C7; Wed, 20 Dec 2023 15:46:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1703087196; bh=msAgnUJbaRwfm0a89d9Fghf3puPMYUbmDNZfg/0kRDo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AVC49m9FN7UGqMos9JDgfGONK9pW0mV8N1W5Vv3mUk6F8twDEkxVRjNuBW5IX5JUG 0nLJsru7WPnunGTjb8v+22r3+58p8Imo1VC0eV03PaX/vc6dYu8/ZTuhs9iN6RDN2k DT9h9/+GrpK5JBrs2or6PwZlDKEuYDvIQ3LPCpIY= Date: Wed, 20 Dec 2023 07:46:34 -0800 From: Andrew Morton To: Baoquan He Cc: Conor Dooley , linux-kernel@vger.kernel.org, kexec@lists.infradead.org, x86@kernel.org, linux-arm-kernel@lists.infradead.org, linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-parisc@vger.kernel.org, joe@perches.com, nathan@kernel.org Subject: Re: [PATCH v4 5/7] kexec_file, ricv: print out debugging message if required Message-Id: <20231220074634.cd736ec567cd7adf1e4c6d7e@linux-foundation.org> In-Reply-To: References: <20231213055747.61826-1-bhe@redhat.com> <20231213055747.61826-6-bhe@redhat.com> <20231219-twitch-many-ca8877857182@spud> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231220_074639_472235_23648805 X-CRM114-Status: UNSURE ( 7.34 ) X-CRM114-Notice: Please train this message. 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 Wed, 20 Dec 2023 12:22:29 +0800 Baoquan He wrote: > Could you help fix the typo in subject? > > [PATCH v4 5/7] kexec_file, ricv: print out debugging message if required > ~~~ s/ricv/riscv/ I made that change. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel