Message ID | 20250203232033.64123-1-chenste@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 5F1A51FF60F; Mon, 3 Feb 2025 23:20:41 +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=1738624843; cv=none; b=JadArBTD/uMaff9D1XbV8yzy2hX6tgD//16RcVciDyaTcKFTdnCD/hnhhq6KRhQuRn0MS6dIkrXsaS6B1cEol6bjQ6RM0cYiUvizIDpHiDcCT/oI6TWLhLjpU8MYH53ABreU11EkmX4M0DAVO2czecWWPpK7KALIkWhjwEV/lR4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738624843; c=relaxed/simple; bh=fxqWyVX4IuMenlU0UJcel2qTq3Qh4pINwWB5ls5WVy8=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=AopfiRMp6Ys7zjMQiufoWAQqYZSsOpUG0ZA9l0m4+FsEnPKA4EpSfce79/t2ccJ8U78gjUxtHIESU3L6UGxWAoDA6+qEJ9XwwJYG4otVpEw/4NSa1fZG3AX22KEiKsyoL8R/yiRnmiipTaDoAjgXtD4uKmd69bIs7rIKQ5vmxm0= 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=fuKH+rQV; 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="fuKH+rQV" Received: from localhost.localdomain (unknown [167.220.59.4]) by linux.microsoft.com (Postfix) with ESMTPSA id 925252054936; Mon, 3 Feb 2025 15:20:40 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 925252054936 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1738624840; bh=uNLRDUwysbzATtnr84eaWtXYshfkEgTr8zUspFLSKYk=; h=From:To:Cc:Subject:Date:From; b=fuKH+rQVClnlJS6u8slJ/Dg1KTebzVytO/lgjl4d04cKopuDFbM/CMsbQI4/Al7eu Ark3MUL+wxbKf2LEehyckdPuss0loyqveMfRCjsyQaPSD9XIzMCv02ZdBY+YR4taSG /27+/imkZ/gty9T2A8XkBWWmVt4y1LN+V6RLPuDs= From: steven chen <chenste@linux.microsoft.com> To: zohar@linux.ibm.com, stefanb@linux.ibm.com, roberto.sassu@huaweicloud.com, roberto.sassu@huawei.com, eric.snowberg@oracle.com, ebiederm@xmission.com, paul@paul-moore.com, code@tyhicks.com, bauermann@kolabnow.com, linux-integrity@vger.kernel.org, kexec@lists.infradead.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, chenste@linux.microsoft.com Cc: madvenka@linux.microsoft.com, nramas@linux.microsoft.com, James.Bottomley@HansenPartnership.com Subject: [PATCH v7 0/7] ima: kexec: measure events between kexec load and excute Date: Mon, 3 Feb 2025 15:20:25 -0800 Message-Id: <20250203232033.64123-1-chenste@linux.microsoft.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-security-module@vger.kernel.org List-Id: <linux-security-module.vger.kernel.org> List-Subscribe: <mailto:linux-security-module+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-security-module+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
ima: kexec: measure events between kexec load and excute
|
expand
|