On Fri, Feb 26, 2021 at 05:06:18PM -0800, James Bottomley wrote:
On Wed, 2021-02-24 at 18:49 +0200, Jarkko Sakkinen wrote:
> On Sun, Feb 21, 2021 at 12:48:33PM -0800, James Bottomley wrote:
> > On Sun, 2021-02-21 at 04:10 +0200, Jarkko Sakkinen wrote:
> > > James,
> > >
> > > Any clue, I can fix this inline, if you could check the issue and
> > > tell what to do. Thanks.
> >
> > OK, I found the issue. In commit
> >
> > commit 6bf16dc226a0593a197c4c9648d089a8a3e7799b
> > Author: James Bottomley <James.Bottomley(a)HansenPartnership.com>
> > Date: Wed Jan 27 11:06:16 2021 -0800
> >
> > security: keys: trusted: use ASN.1 TPM2 key format for the
> > blobs
> >
> >
> > You managed to lose the
> >
> > security/keys/trusted-keys/tpm2key.asn1
> >
> > File.
> >
> > So this isn't even a cross compile error.
> >
> > James
> >
> >
> >
>
> Can you send a new version with fixes that I fixed manually, i.e.
> checkpatch error and:
>
> $(obj)/trusted_tpm2.o: $(obj)/tpm2key.asn1.h
> trusted-y += trusted_tpm2.o
> trusted-y += tpm2key.asn1.o
>
> I.e. separate lines.
>
> I'll just apply that.
This is the patch you did with tpm2key.asn1 manually added. It's
passed all my build and run tests (so far).
James
Send a full patch set so that I can then apply it from patchwork.
/Jarkko