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 F12BBCD6E48 for ; Wed, 11 Oct 2023 08:57:00 +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=6qZAr9r+qKosw1sWtsMBoJCIes3kpqV/LAJBiFa+BQU=; b=0zdaGJxCT9sgXk 8aDF0/jpyYoGAv9ebY9gLt7t3JC6Rj9Ci8TM4w7fN8lvDTz26qs+jayq2f+Vk0gcwmoqIUZTyo1mw E00tNCYfOIsG1Y3BJLQe9euvPmE3FztMep5Q2uT0Y0iZjqwidBuH/ypk7gZG36herJ7RRo1V96KUV oxs2N7hRvsFbp5n037Lzz+B1AwgzX+u75GzfEcjpa3IOeSH6ZDTBUTizp19VbypSSkImvb8JdSF33 NYsIM7z7MtZAoTzvE+/S7VonHDPQSxdxWd7UzibybfU3/NUlz6gIa5s1S0EmLkuJ86bRXx74wcL0D cyTX37SwGL337cJB7GCw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qqV1W-00FHPV-1p; Wed, 11 Oct 2023 08:56:58 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qqV1R-00FHNc-06 for kexec@lists.infradead.org; Wed, 11 Oct 2023 08:56:56 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 761B1CE20D3; Wed, 11 Oct 2023 08:56:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DABB2C433C9; Wed, 11 Oct 2023 08:56:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697014610; bh=ctk8PeOQ1OfF0MJGzaIzO6zAFbOqhouyg4E5wk+U22I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vML+huGiF9CnddSmqwC5H+GLN6PosgWlO/+JbTOrJnFbP7pdDQ8Exh4ZDvJa3zsAQ QPIb2xLLhdQGTid2vSFw+6tBkelnzCaknWVl3A/IV0qwOISLX2jDDfpCPHoqaEmFV8 xUehrDAOlEYur1IbrudWSdnqLveprk7WsmZhMKM3Jj910kaeIDXt/NNtY7N5iehZ9i 8DDAgbbmJSiBZasvVSpXdVqt4Tcx51Dev0IegSDm1/5EOuElxR88JaPiKSHF7GDqOB sF/i8/C5YiODHgCzhI5GqGFlFdULD7O1x7uty6n2Ctap4KzvdMb+5a+gc9fLwyGI7/ BWi7c9q5O2jqg== Date: Wed, 11 Oct 2023 10:56:47 +0200 From: Simon Horman To: Ming Wang Cc: kexec@lists.infradead.org, chenhuacai@loongson.cn Subject: Re: [PATCH] kexec/loongarch64: fix 'make dist' file loss issue Message-ID: References: <20231011035621.571216-1-wangming01@loongson.cn> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231011035621.571216-1-wangming01@loongson.cn> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231011_015653_238576_7C3E00D3 X-CRM114-Status: UNSURE ( 8.30 ) X-CRM114-Notice: Please train this message. X-BeenThere: kexec@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: "kexec" Errors-To: kexec-bounces+kexec=archiver.kernel.org@lists.infradead.org On Wed, Oct 11, 2023 at 11:56:21AM +0800, Ming Wang wrote: > The Makefile omits the iomem.h file, causing the archive file > generated by 'make dist' to lose iomem.h. This patch is used to > fix this problem. > > Signed-off-by: Ming Wang Thanks, applied. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec