From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 22DDB28C030 for ; Tue, 22 Jul 2025 05:49:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753163385; cv=none; b=YKM+4ikRp6mwbi0yG2N36MMaVqzk6fE7NRqRwDQU0JbQqirADK/C9fePDb2YLriKzqCgagt/Qqe/TZL1H5N4EyEk0IJ+HbQ+MT3wL7h7sXsvS/jRT++Qya4WLLrxH+3mWVbEYY8dTsD309gv2HwQNYspwDnKMKzINpNupYGS/IQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753163385; c=relaxed/simple; bh=OLmQBVvr8sUK94FODMo2oPiARQIUhTsc6GYXGiLNw7A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qgxZnKr6IzVlUYCluos+rqXBbU4ODErz8jzClvgVH4dY8SpgrMt2gC/JqmBQJWngHgaj5yRN3uiakpaTs0k5XzYKN544W+J/TGSmtjHmiy2cJfFREwkbd4i6VyYt7V+GctNXmcJ40w4iQoEBc2WtNvuKjSF8UobuPEQ8yxsJGIM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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 DEB04152B; Mon, 21 Jul 2025 22:49:36 -0700 (PDT) Received: from arm.com (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 68B153F59E; Mon, 21 Jul 2025 22:49:36 -0700 (PDT) Date: Tue, 22 Jul 2025 06:49:32 +0100 From: Catalin Marinas To: Pingfan Liu Cc: linux-arm-kernel@lists.infradead.org, Alexei Starovoitov , Daniel Borkmann , John Fastabend , Andrii Nakryiko , Martin KaFai Lau , Eduard Zingerman , Song Liu , Yonghong Song , Jeremy Linton , Will Deacon , Ard Biesheuvel , Simon Horman , Gerd Hoffmann , Vitaly Kuznetsov , Philipp Rudo , Viktor Malik , Jan Hendrik Farr , Baoquan He , Dave Young , Andrew Morton , kexec@lists.infradead.org, bpf@vger.kernel.org Subject: Re: [PATCHv4 10/12] arm64/kexec: Add PE image format support Message-ID: References: <20250722020319.5837-1-piliu@redhat.com> <20250722020319.5837-11-piliu@redhat.com> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250722020319.5837-11-piliu@redhat.com> On Tue, Jul 22, 2025 at 10:03:17AM +0800, Pingfan Liu wrote: > Now everything is ready for kexec PE image parser. Select it on arm64 > for zboot and UKI image support. > > Signed-off-by: Pingfan Liu > Cc: Catalin Marinas > Cc: Will Deacon > To: linux-arm-kernel@lists.infradead.org Acked-by: Catalin Marinas