diff for duplicates of <20190709070354.GA5791@jax> diff --git a/a/1.txt b/N1/1.txt index 316d797..abef71f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,7 +25,7 @@ On Tue, Jul 09, 2019 at 11:26:19AM +0530, Sumit Garg wrote: > > > goto out; > > > } > > > -> > > + if (arg.clnt_login = TEE_IOCTL_LOGIN_REE_KERNEL) { +> > > + if (arg.clnt_login == TEE_IOCTL_LOGIN_REE_KERNEL) { > > TEE_IOCTL_LOGIN_REE_KERNEL is defined as 0x80000000 which is in the > > range specified and implementation defined by the GP spec. I wonder if > > we shouldn't filter the entire implementation defined range instead of diff --git a/a/content_digest b/N1/content_digest index 4e87413..9c2f86c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0CAFA6WYNzs=RErreWaa5BmF-P03Vf9nzQjvY_JpMckw87k9z12w@mail.gmail.com\0" "From\0Jens Wiklander <jens.wiklander@linaro.org>\0" "Subject\0Re: [RFC 3/7] tee: add private login method for kernel clients\0" - "Date\0Tue, 09 Jul 2019 07:03:55 +0000\0" + "Date\0Tue, 9 Jul 2019 09:03:55 +0200\0" "To\0Sumit Garg <sumit.garg@linaro.org>\0" "Cc\0keyrings@vger.kernel.org" linux-integrity@vger.kernel.org @@ -50,7 +50,7 @@ "> > > goto out;\n" "> > > }\n" "> > >\n" - "> > > + if (arg.clnt_login = TEE_IOCTL_LOGIN_REE_KERNEL) {\n" + "> > > + if (arg.clnt_login == TEE_IOCTL_LOGIN_REE_KERNEL) {\n" "> > TEE_IOCTL_LOGIN_REE_KERNEL is defined as 0x80000000 which is in the\n" "> > range specified and implementation defined by the GP spec. I wonder if\n" "> > we shouldn't filter the entire implementation defined range instead of\n" @@ -115,4 +115,4 @@ "> > Thanks,\n" > > Jens -02f07180511aa4348d0260ce9024ff8f1aee2bb080bae051bf3157588c5f203f +cf0d9423dc7993915d930f8cccb21b68079abeb70e3fe2be0fd982402dc06fdf
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.