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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 464F2C3DA6E for ; Wed, 20 Dec 2023 23:32:02 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=P8oDRmAf; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=P8oDRmAf; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4SwVFr5g1Hz3cST for ; Thu, 21 Dec 2023 10:32:00 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=P8oDRmAf; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=P8oDRmAf; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=redhat.com (client-ip=170.10.133.124; helo=us-smtp-delivery-124.mimecast.com; envelope-from=bhe@redhat.com; receiver=lists.ozlabs.org) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4SwVDt0S9Mz2xrD for ; Thu, 21 Dec 2023 10:31:08 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1703115059; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NpHzyetdfnFa+em1B7GLhPjt2d/LNwN97Oht9kcvxy0=; b=P8oDRmAfoLiybtnscj26YhnAiEog411BLBEvUNj9s8YMfOsCp5hd977RUGuRoAp9mXNdMV fSn40uYHpyTokv47djmbPAHXPabiFTtJoHaN3sfeupSnooTh9H07KNpFg0E0du+Bri80GH vtcMEmfql89TygMlR6DJnWZk+JH7fzg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1703115059; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NpHzyetdfnFa+em1B7GLhPjt2d/LNwN97Oht9kcvxy0=; b=P8oDRmAfoLiybtnscj26YhnAiEog411BLBEvUNj9s8YMfOsCp5hd977RUGuRoAp9mXNdMV fSn40uYHpyTokv47djmbPAHXPabiFTtJoHaN3sfeupSnooTh9H07KNpFg0E0du+Bri80GH vtcMEmfql89TygMlR6DJnWZk+JH7fzg= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-320-si85M4twNxiIF802LZPQqA-1; Wed, 20 Dec 2023 18:30:52 -0500 X-MC-Unique: si85M4twNxiIF802LZPQqA-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 54B173C00094; Wed, 20 Dec 2023 23:30:51 +0000 (UTC) Received: from localhost (unknown [10.72.116.38]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 96C10492BFA; Wed, 20 Dec 2023 23:30:50 +0000 (UTC) Date: Thu, 21 Dec 2023 07:30:47 +0800 From: Baoquan He To: Andrew Morton Subject: Re: [PATCH v4 5/7] kexec_file, ricv: print out debugging message if required Message-ID: References: <20231213055747.61826-1-bhe@redhat.com> <20231213055747.61826-6-bhe@redhat.com> <20231219-twitch-many-ca8877857182@spud> <20231220074634.cd736ec567cd7adf1e4c6d7e@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231220074634.cd736ec567cd7adf1e4c6d7e@linux-foundation.org> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-parisc@vger.kernel.org, x86@kernel.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, Conor Dooley , nathan@kernel.org, joe@perches.com, linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On 12/20/23 at 07:46am, Andrew Morton wrote: > 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. Thanks a lot.