Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

From: James Bottomley
Date: Fri Mar 12 2021 - 11:31:57 EST


On Fri, 2021-03-12 at 18:26 +0200, Jarkko Sakkinen wrote:
> On Wed, Mar 10, 2021 at 02:26:27PM -0800, James Bottomley wrote:
> > On Wed, 2021-03-10 at 21:56 +0200, Jarkko Sakkinen wrote:
> > [...]
> > > I also need to apply
> > >
> > > https://lore.kernel.org/linux-integrity/20210127190617.17564-1-James.Bottomley@xxxxxxxxxxxxxxxxxxxxx/
> > >
> > > and I would like to do both while I'm at it.
> > >
> > > James, there was one patch that needed fixing but I cannot find
> > > lore.kernel.org link. Can you point me to that so that we
> > > can proceed?
> >
> > I think you mean this one observing a missing space in the commit
> > message:
> >
> > https://lore.kernel.org/keyrings/1327393.1612972717@xxxxxxxxxxxxxxxxxxxxxx/
> >
> > James
>
> Makefile needed fixing (separate lines), and spaces where missing
> between
> commas in one file (checkpatch complained).
>
> I digged a version from my reflog but as I noted privately it's
> missing one
> file.
>
> Either provide that file or send a new version of the full patch set.

This is the file that got lost

James

---
--- ASN.1 for TPM 2.0 keys
---

TPMKey ::= SEQUENCE {
type OBJECT IDENTIFIER ({tpm2_key_type}),
emptyAuth [0] EXPLICIT BOOLEAN OPTIONAL,
parent INTEGER ({tpm2_key_parent}),
pubkey OCTET STRING ({tpm2_key_pub}),
privkey OCTET STRING ({tpm2_key_priv})
}