diff for duplicates of <20200601020048.GC794847@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index d5fe92c..b1a74e5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -463,7 +463,7 @@ follow up commits. > + * encrypted_keys.ko depends on successful load of this module even if > + * trusted key implementation is not found. > + */ -> + if (ret = -ENODEV) +> + if (ret == -ENODEV) > + return 0; > + > + return ret; diff --git a/a/content_digest b/N1/content_digest index ae24056..aa631e2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,27 +2,27 @@ "ref\01588758017-30426-2-git-send-email-sumit.garg@linaro.org\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH v4 1/4] KEYS: trusted: Add generic trusted keys framework\0" - "Date\0Mon, 01 Jun 2020 02:00:48 +0000\0" + "Date\0Mon, 1 Jun 2020 05:00:48 +0300\0" "To\0Sumit Garg <sumit.garg@linaro.org>\0" - "Cc\0tee-dev@lists.linaro.org" - daniel.thompson@linaro.org - op-tee@lists.trustedfirmware.org - corbet@lwn.net + "Cc\0zohar@linux.ibm.com" jejb@linux.ibm.com - janne.karhunen@gmail.com - linux-doc@vger.kernel.org - jmorris@namei.org - zohar@linux.ibm.com - linux-kernel@vger.kernel.org dhowells@redhat.com - linux-security-module@vger.kernel.org - keyrings@vger.kernel.org - Markus.Wamser@mixed-mode.de + jens.wiklander@linaro.org + corbet@lwn.net + jmorris@namei.org + serge@hallyn.com casey@schaufler-ca.com + janne.karhunen@gmail.com + daniel.thompson@linaro.org + Markus.Wamser@mixed-mode.de + keyrings@vger.kernel.org linux-integrity@vger.kernel.org - jens.wiklander@linaro.org + linux-security-module@vger.kernel.org + linux-doc@vger.kernel.org + linux-kernel@vger.kernel.org linux-arm-kernel@lists.infradead.org - " serge@hallyn.com\0" + op-tee@lists.trustedfirmware.org + " tee-dev@lists.linaro.org\0" "\00:1\0" "b\0" "On Wed, May 06, 2020 at 03:10:14PM +0530, Sumit Garg wrote:\n" @@ -490,7 +490,7 @@ "> +\t * encrypted_keys.ko depends on successful load of this module even if\n" "> +\t * trusted key implementation is not found.\n" "> +\t */\n" - "> +\tif (ret = -ENODEV)\n" + "> +\tif (ret == -ENODEV)\n" "> +\t\treturn 0;\n" "> +\n" "> +\treturn ret;\n" @@ -991,4 +991,4 @@ "\n" /Jarkko -1cd5d77ccc0dca51e99adbcb23b0edbe9e68988266020f995e310b4e16801cd3 +e098c164946b2035f5719ae187947c61f93aa149d7d4d030d1a63e614830cd1c
diff --git a/a/1.txt b/N2/1.txt index d5fe92c..b1a74e5 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -463,7 +463,7 @@ follow up commits. > + * encrypted_keys.ko depends on successful load of this module even if > + * trusted key implementation is not found. > + */ -> + if (ret = -ENODEV) +> + if (ret == -ENODEV) > + return 0; > + > + return ret; diff --git a/a/content_digest b/N2/content_digest index ae24056..b5c9e52 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,29 +1,9 @@ - "ref\01588758017-30426-1-git-send-email-sumit.garg@linaro.org\0" "ref\01588758017-30426-2-git-send-email-sumit.garg@linaro.org\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" - "Subject\0Re: [PATCH v4 1/4] KEYS: trusted: Add generic trusted keys framework\0" - "Date\0Mon, 01 Jun 2020 02:00:48 +0000\0" - "To\0Sumit Garg <sumit.garg@linaro.org>\0" - "Cc\0tee-dev@lists.linaro.org" - daniel.thompson@linaro.org - op-tee@lists.trustedfirmware.org - corbet@lwn.net - jejb@linux.ibm.com - janne.karhunen@gmail.com - linux-doc@vger.kernel.org - jmorris@namei.org - zohar@linux.ibm.com - linux-kernel@vger.kernel.org - dhowells@redhat.com - linux-security-module@vger.kernel.org - keyrings@vger.kernel.org - Markus.Wamser@mixed-mode.de - casey@schaufler-ca.com - linux-integrity@vger.kernel.org - jens.wiklander@linaro.org - linux-arm-kernel@lists.infradead.org - " serge@hallyn.com\0" - "\00:1\0" + "Subject\0Re: [op-tee] [PATCH v4 1/4] KEYS: trusted: Add generic trusted keys framework\0" + "Date\0Mon, 01 Jun 2020 05:00:48 +0300\0" + "To\0op-tee@lists.trustedfirmware.org\0" + "\01:1\0" "b\0" "On Wed, May 06, 2020 at 03:10:14PM +0530, Sumit Garg wrote:\n" "> Current trusted keys framework is tightly coupled to use TPM device as\n" @@ -490,7 +470,7 @@ "> +\t * encrypted_keys.ko depends on successful load of this module even if\n" "> +\t * trusted key implementation is not found.\n" "> +\t */\n" - "> +\tif (ret = -ENODEV)\n" + "> +\tif (ret == -ENODEV)\n" "> +\t\treturn 0;\n" "> +\n" "> +\treturn ret;\n" @@ -991,4 +971,4 @@ "\n" /Jarkko -1cd5d77ccc0dca51e99adbcb23b0edbe9e68988266020f995e310b4e16801cd3 +35a552f6914d07b7d94cce0f345b980873d35fc62ce6322fbaf05d676180bcb8
diff --git a/a/1.txt b/N3/1.txt index d5fe92c..016c791 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -463,7 +463,7 @@ follow up commits. > + * encrypted_keys.ko depends on successful load of this module even if > + * trusted key implementation is not found. > + */ -> + if (ret = -ENODEV) +> + if (ret == -ENODEV) > + return 0; > + > + return ret; @@ -963,3 +963,8 @@ Everywhere: do not use 'tk'. Use 'trusted' in those places. We do not want a new acronym. /Jarkko + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N3/content_digest index ae24056..bda0967 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,7 @@ "ref\01588758017-30426-2-git-send-email-sumit.garg@linaro.org\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH v4 1/4] KEYS: trusted: Add generic trusted keys framework\0" - "Date\0Mon, 01 Jun 2020 02:00:48 +0000\0" + "Date\0Mon, 1 Jun 2020 05:00:48 +0300\0" "To\0Sumit Garg <sumit.garg@linaro.org>\0" "Cc\0tee-dev@lists.linaro.org" daniel.thompson@linaro.org @@ -490,7 +490,7 @@ "> +\t * encrypted_keys.ko depends on successful load of this module even if\n" "> +\t * trusted key implementation is not found.\n" "> +\t */\n" - "> +\tif (ret = -ENODEV)\n" + "> +\tif (ret == -ENODEV)\n" "> +\t\treturn 0;\n" "> +\n" "> +\treturn ret;\n" @@ -989,6 +989,11 @@ "Everywhere: do not use 'tk'. Use 'trusted' in those places. We do not\n" "want a new acronym.\n" "\n" - /Jarkko + "/Jarkko\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -1cd5d77ccc0dca51e99adbcb23b0edbe9e68988266020f995e310b4e16801cd3 +acd5e619b6bcaa6afd1b9514898024ae2267eaceb2e6c09af7749d1a384be168
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.