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 X-Spam-Level: X-Spam-Status: No, score=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6D3EC2D0A8 for ; Mon, 28 Sep 2020 09:28:41 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 813CE21D95 for ; Mon, 28 Sep 2020 09:28:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="GzYXOVV7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 813CE21D95 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=119vfXF39s8q2jNlgI6Z5Zzho8/WDgYYVKYdrxdTcVQ=; b=GzYXOVV7yivxtWoXaVaiF5/XcQ EkqEeP97doI3+Y7AX6vLqV5yUhcTVcd0lb1T0njX0kZasOPe0fJJPgVJygMJ+iAU801Iw/tMOFgYq XzsZclJ5/Jnwg8V88biKRNMGhw+fCvvjM8+cND4OD/11mo7SZl1myGlGfaVexovtREvDjVGwPTSlW yiDAcicvDel2GDrczSgDFA2i3Qdw71pkmgcoFySxzP952Cl188nmcPUlGjvExF5VGZaqU43bhAMej DwR54HoP41/xHjnsCUfXXuSqjWFW9NadOJB2N7tzTkTx4/zKphCSB7YSVTGeTV9CMiyIuyUVT4s2M bIwnhfUg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kMpRN-00064c-Fk; Mon, 28 Sep 2020 09:27:25 +0000 Received: from szxga07-in.huawei.com ([45.249.212.35] helo=huawei.com) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kMpR9-0005xh-JV for linux-arm-kernel@lists.infradead.org; Mon, 28 Sep 2020 09:27:12 +0000 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 0B0F9CC6B51B16F014DD; Mon, 28 Sep 2020 17:26:59 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.253) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.487.0; Mon, 28 Sep 2020 17:26:52 +0800 From: Zhen Lei To: Russell King , Ard Biesheuvel , linux-arm-kernel , linux-kernel Subject: [PATCH 0/2] ARM: decompressor: relax the loading restriction of the decompressed kernel Date: Mon, 28 Sep 2020 17:26:39 +0800 Message-ID: <20200928092641.2070-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.177.253] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200928_052711_917767_EB7C982C X-CRM114-Status: UNSURE ( 7.33 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kefeng Wang , Libin , Zhen Lei 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 Patch 1 is baseed on Ard Biesheuvel's series: https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/log/?h=arm-p2v-v2 Zhen Lei (2): ARM: p2v: fix trivial comments ARM: decompressor: relax the loading restriction of the decompressed kernel arch/arm/boot/compressed/head.S | 33 ++++++++++++++------------------- arch/arm/kernel/phys2virt.S | 4 ++-- 2 files changed, 16 insertions(+), 21 deletions(-) -- 1.8.3 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel