Message ID | 20250124225547.22684-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 BF9D91DB146; Fri, 24 Jan 2025 22:55:56 +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=1737759358; cv=none; b=Fq9JVozraptpz77pcoxfEqryA48VYL7SqwRAAwBX6jvAUbxY5wLmFMZw/S3mfcUcD381LtlnHbysrREIYBK1GOhmhQ4TYyGkIrxVYZ/628wWEQFdZUAlC30aCaFGFafdmIYqRo9XRdN1bf6RZmIry+hxDgXSaMfeswryQouNo7I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737759358; c=relaxed/simple; bh=Po1xoaM8No9zhWyZLhjycYOxfUhgMwyE6Osjn3JkW4M=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=cuMR+7+7L7uGSrEGnqyR0ctmbYSrFiu8oQQ8OcDLxGlR19NFZVZT2T5DvKG/duJzhWcAIVO6y7qM71i5jnfeZHXJSvgrEmcQJtbCn6FJXCUGJwudTYKPvvgPea45UbG3tl/3NWll6edAxFy2U/AblLLrjNIxiPgV0cUtJsjMfl0= 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=ZpI9nxz6; 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="ZpI9nxz6" Received: from localhost.localdomain (unknown [167.220.59.4]) by linux.microsoft.com (Postfix) with ESMTPSA id 3C0D1210D0D0; Fri, 24 Jan 2025 14:55:56 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3C0D1210D0D0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1737759356; bh=eAEjsRhUnICVnsEH5Gtvc0UznM3WCg+XbnFK+ktH3dg=; h=From:To:Cc:Subject:Date:From; b=ZpI9nxz6qIJOmX+ZrSZbWedFOppV2NPOSAEnyiv2sz3B+vye6XyfFgT2QF8IE+xgA ApCeMrXCMWzY2oLsuH6TL0/N+FLfG+IMermYE13w+HOxCwVbdVHxPLuctrNU+h3QU+ x5lX4YeWk6jvAEgr/ojVEDmwiWoKPMKcoipmniqg= From: steven chen <chenste@linux.microsoft.com> To: zohar@linux.ibm.com, stefanb@linux.ibm.com, roberto.sassu@huaweicloud.com, petr@tesarici.cz, eric.snowberg@oracle.com, paul@paul-moore.com, code@tyhicks.com, nramas@linux.microsoft.com, James.Bottomley@HansenPartnership.com, madvenka@linux.microsoft.com Cc: linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, chenste@linux.microsoft.com Subject: [PATCH v6 0/7] ima: kexec: measure events between kexec load and excute Date: Fri, 24 Jan 2025 14:55:40 -0800 Message-Id: <20250124225547.22684-1-chenste@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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
ima: kexec: measure events between kexec load and excute
|
expand
|