Message ID | 20230822175221.2196136-1-jarkko@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-sgx-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 88E3EEE49B2 for <linux-sgx@archiver.kernel.org>; Tue, 22 Aug 2023 17:52:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229541AbjHVRwb (ORCPT <rfc822;linux-sgx@archiver.kernel.org>); Tue, 22 Aug 2023 13:52:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229571AbjHVRwa (ORCPT <rfc822;linux-sgx@vger.kernel.org>); Tue, 22 Aug 2023 13:52:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 637BECD9 for <linux-sgx@vger.kernel.org>; Tue, 22 Aug 2023 10:52:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EC75C6149C for <linux-sgx@vger.kernel.org>; Tue, 22 Aug 2023 17:52:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D22D7C433C8; Tue, 22 Aug 2023 17:52:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692726747; bh=FM/ImYOedgyMG/UeQQ5hyr1gup3KyKWUkOb5ef8p3Gg=; h=From:To:Cc:Subject:Date:From; b=MUc/wAFZstDSnuc+7ecf4iMZSWI0n3VLM0OpKTDECHkp12wpKqbPNdK/uXkpUKuzO Q3IK1hLptb2c29y/EyE27VFbKCMBHJVyNtbdkiMviP1ylMFAAxbUvBNPdWeuT7WxHQ s4HqvV1bgImRniaiLUNQc2etTfd3L55Y/CotjEH3hc16zDrY1A0u9M1zNk+r6AgMAJ /rWPiJsmGq8OMKXTWOHk2ijIrULuBmqhextR4D6IjuNV90rj1xnj8Z8RC/NzoYDyVq ZxT7ILFNaARnow/bTjvdjsqKd5/2CiN5N0sauceJeXEQMYwiWTTQITz2MUDhQdPJHe Skd+e7bHCfTXQ== From: Jarkko Sakkinen <jarkko@kernel.org> To: linux-sgx@vger.kernel.org Cc: Jarkko Sakkinen <jarkko@kernel.org>, James Bottomley <James.Bottomley@HansenPartnership.com>, William Roberts <bill.c.roberts@gmail.com>, Stefan Berger <stefanb@linux.ibm.com>, David Howells <dhowells@redhat.com>, Jason Gunthorpe <jgg@ziepe.ca>, Mimi Zohar <zohar@linux.ibm.com> Subject: [PATCH v2 0/6] Extend struct tpm_buf to support sized buffers (TPM2B) Date: Tue, 22 Aug 2023 20:52:15 +0300 Message-Id: <20230822175221.2196136-1-jarkko@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-sgx.vger.kernel.org> X-Mailing-List: linux-sgx@vger.kernel.org |
Series |
Extend struct tpm_buf to support sized buffers (TPM2B)
|
expand
|