Message ID | 20240122183804.3293904-1-tusharsu@linux.microsoft.com (mailing list archive) |
---|---|
Headers | show
Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id BE2731EEE6 for <linux-integrity@vger.kernel.org>; Mon, 22 Jan 2024 18:38:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705948697; cv=none; b=IFZxZiUVCqTlOyY5dL6HRSftRcPHpgTtZKIwe9DbCHa8h9LRwnFTX4UH4SGXrg8bs3aohxvuK9kXrlfS6TPnrnui5Novxx5o3qEqxf+E3p2eDw3s1CfWorxyNPYOkIB9GBlYhWWUppFrcGyCIuPSSeyb0uCykLljXIfPoohZvu0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705948697; c=relaxed/simple; bh=CEvsXHaXkpTLa8s5SS8b3xXBx0Mx8A8EKvp9b9n2wDU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=DQs0dPvSMe0BdDxM1YZ/rkrFgIWmp/qeEF65V3oQaP6arwp0U8JfJ4NvF8QcwAHyIWAiNpCdBXVwl18dfJ80GyVkOeaZi390J+A7h+9yR7kiNCWZq8pnOrrr6RpoQyvjx31pz9jkC6KFlKmsapZC0WY+hMkxy7CU6mSc6tRiE4o= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=ATCJXJzJ; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="ATCJXJzJ" Received: from tushar-HP-Pavilion-Laptop-15-eg0xxx.lan (unknown [50.46.228.62]) by linux.microsoft.com (Postfix) with ESMTPSA id D5BA120E2C02; Mon, 22 Jan 2024 10:38:14 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com D5BA120E2C02 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1705948695; bh=hWuclVCqV+v/KtkyVKkC+vllMXMNwX/wTWUoU/hFFzU=; h=From:To:Cc:Subject:Date:From; b=ATCJXJzJ7HuN9acT/ttQ1KnYCStX7zpvGYVTbxTS7KUQ4uMSgZyiuJUDZrYrkSv44 etzppoc/r0C7W2WIeQii4FnfZNaR+QpaZ5eQDCwFu0UA2+nfCNJ1wt/8+5zTlj1Z0y 9Wfn5D1mw3YDHhor8E3VVVgXK0K0wO0QQ05bj73g= From: Tushar Sugandhi <tusharsu@linux.microsoft.com> To: zohar@linux.ibm.com, roberto.sassu@huaweicloud.com, roberto.sassu@huawei.com, eric.snowberg@oracle.com, stefanb@linux.ibm.com, ebiederm@xmission.com, noodles@fb.com, bauermann@kolabnow.com, linux-integrity@vger.kernel.org, kexec@lists.infradead.org Cc: code@tyhicks.com, nramas@linux.microsoft.com, paul@paul-moore.com Subject: [PATCH v4 0/7] ima: kexec: measure events between kexec load and execute Date: Mon, 22 Jan 2024 10:37:57 -0800 Message-Id: <20240122183804.3293904-1-tusharsu@linux.microsoft.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-integrity@vger.kernel.org List-Id: <linux-integrity.vger.kernel.org> List-Subscribe: <mailto:linux-integrity+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-integrity+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
ima: kexec: measure events between kexec load and execute
|
expand
|