Message ID | 20240718085759.13247-1-piliu@redhat.com |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 18A1B7A715 for <linux-efi@vger.kernel.org>; Thu, 18 Jul 2024 08:58:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721293106; cv=none; b=Sukrq1Zg5fQQqjOscEJI5t794C7PphyfJdxCxNq5R/BHJFDqfsp7S6LiMi1OfFylXJy5EdQkZ/3N1UQWmF2qI/6134Kpn5IfWts8dtXtjeT0cMtkkC4fGQq6zk1PaT9Uf1irWV6H9TT7CqXycxEopJ/Fvl+7IvBB75W8oSrEmsA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721293106; c=relaxed/simple; bh=pmbAI7WkhsbypM3B2OzT+jPbhKPAmmYuU8lgjqsoTqo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=akh3j3zia5o3//5G2pH+7eXFGCobOVqdgpkK6aiMKHV1jT5sYxLz+LM/5jjv1HzfeUOlVeiNwsvvaYMf2uru4KbcLSPoTlkalhOGOLAD7b1RqBiNtixYGRfG2drZ/fZgs7WANtqYQjdzd+2sdt1QGpSBFcl7jfXVbqbC2gpLGkw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=XnSYcTZJ; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="XnSYcTZJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1721293104; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Cx+//M4mwT1/oyzWMG3NiAKSYFzIbWrxzN4Vn4DAQzM=; b=XnSYcTZJTdLr+sEMY8wNCLMrIasZHfwz+wagzwgs9NXA0VLxOTLLU8uivXk+IYsAOBk0dD VQugkgf2uDX202Tucz9QC6rNXq7w1T2B6nH8KpleqDRlvTqZeKS/a/z7HrVlSOhEtZK3g9 HdCKhv0bso2pV0Bhe2mO9ivAJ1pcZTE= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-489-S-tQwn_uOC21t6sHERRXcw-1; Thu, 18 Jul 2024 04:58:20 -0400 X-MC-Unique: S-tQwn_uOC21t6sHERRXcw-1 Received: from mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.4]) (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 mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 9C8551954128; Thu, 18 Jul 2024 08:58:17 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.72.112.125]) by mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id EBB6F3000188; Thu, 18 Jul 2024 08:58:08 +0000 (UTC) From: Pingfan Liu <piliu@redhat.com> To: linux-arm-kernel@lists.infradead.org, kexec@lists.infradead.org, linux-efi@vger.kernel.org Cc: Pingfan Liu <piliu@redhat.com>, Ard Biesheuvel <ardb@kernel.org>, Jan Hendrik Farr <kernel@jfarr.cc>, Philipp Rudo <prudo@redhat.com>, Lennart Poettering <mzxreary@0pointer.de>, Jarkko Sakkinen <jarkko@kernel.org>, Baoquan He <bhe@redhat.com>, Dave Young <dyoung@redhat.com>, Mark Rutland <mark.rutland@arm.com>, Will Deacon <will@kernel.org>, Catalin Marinas <catalin.marinas@arm.com> Subject: [RFC 0/7] UEFI emulator for kexec Date: Thu, 18 Jul 2024 16:57:50 +0800 Message-ID: <20240718085759.13247-1-piliu@redhat.com> Precedence: bulk X-Mailing-List: linux-efi@vger.kernel.org List-Id: <linux-efi.vger.kernel.org> List-Subscribe: <mailto:linux-efi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-efi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.4 |
Series |
UEFI emulator for kexec
|
expand
|