diff for duplicates of <20190708153908.GA28253@jax> diff --git a/a/1.txt b/N1/1.txt index 4a0f674..2dc2a6f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ On Thu, Jun 13, 2019 at 04:00:29PM +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 32e10f2..51d3ba8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01560421833-27414-4-git-send-email-sumit.garg@linaro.org\0" "From\0Jens Wiklander <jens.wiklander@linaro.org>\0" "Subject\0Re: [RFC 3/7] tee: add private login method for kernel clients\0" - "Date\0Mon, 08 Jul 2019 15:39:09 +0000\0" + "Date\0Mon, 8 Jul 2019 17:39:09 +0200\0" "To\0Sumit Garg <sumit.garg@linaro.org>\0" "Cc\0keyrings@vger.kernel.org" linux-integrity@vger.kernel.org @@ -43,7 +43,7 @@ "> \t\t\tgoto out;\n" "> \t}\n" "> \n" - "> +\tif (arg.clnt_login = TEE_IOCTL_LOGIN_REE_KERNEL) {\n" + "> +\tif (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" @@ -82,4 +82,4 @@ "Thanks,\n" Jens -5488626e1574f541a23db2eb3c6c6042bf215c26e79fc24691efaddbd76c78b5 +0317842f84bff704e857bc641c19b809413ef353a41486ba8d1e93aa17c8b7db
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.