diff for duplicates of <20170623103554.2333z4fzb6eulcsg@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index cb2c1b8..b190aae 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -45,7 +45,7 @@ you can use Naynas well implemented approach. > + int count = 1; > + > + chip = tpm_chip_find_get(chip_num); -> + if (chip = NULL) +> + if (chip == NULL) > + return -ENODEV; > + > + if (!(chip->flags & TPM_CHIP_FLAG_TPM2)) { @@ -117,4 +117,8 @@ you can use Naynas well implemented approach. > } > -- > 2.9.3 -> +> +-- +To unsubscribe from this list: send the line "unsubscribe linux-security-module" in +the body of a message to majordomo at vger.kernel.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index ab35bf1..8b72c54 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\020170621142941.32674-1-roberto.sassu@huawei.com\0" "ref\020170621142941.32674-6-roberto.sassu@huawei.com\0" - "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" - "Subject\0Re: [PATCH v3 5/6] tpm: introduce tpm_get_pcr_banks_info()\0" - "Date\0Fri, 23 Jun 2017 10:35:54 +0000\0" + "From\0jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)\0" + "Subject\0[PATCH v3 5/6] tpm: introduce tpm_get_pcr_banks_info()\0" + "Date\0Fri, 23 Jun 2017 12:35:54 +0200\0" "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" @@ -53,7 +53,7 @@ "> +\tint count = 1;\n" "> +\n" "> +\tchip = tpm_chip_find_get(chip_num);\n" - "> +\tif (chip = NULL)\n" + "> +\tif (chip == NULL)\n" "> +\t\treturn -ENODEV;\n" "> +\n" "> +\tif (!(chip->flags & TPM_CHIP_FLAG_TPM2)) {\n" @@ -125,6 +125,10 @@ "> }\n" "> -- \n" "> 2.9.3\n" - > + "> \n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-security-module\" in\n" + "the body of a message to majordomo at vger.kernel.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -5875cf94466e77e736b4c876e9defa9df1c9adf17a37ed4bd211a69192c9773c +704f1875de6e208559e6363fe6af70299d2aaa3ab8598c6bce3f343691ab6dc1
diff --git a/a/1.txt b/N2/1.txt index cb2c1b8..d8ce4ac 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -45,7 +45,7 @@ you can use Naynas well implemented approach. > + int count = 1; > + > + chip = tpm_chip_find_get(chip_num); -> + if (chip = NULL) +> + if (chip == NULL) > + return -ENODEV; > + > + if (!(chip->flags & TPM_CHIP_FLAG_TPM2)) { diff --git a/a/content_digest b/N2/content_digest index ab35bf1..55c2547 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,8 +2,13 @@ "ref\020170621142941.32674-6-roberto.sassu@huawei.com\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH v3 5/6] tpm: introduce tpm_get_pcr_banks_info()\0" - "Date\0Fri, 23 Jun 2017 10:35:54 +0000\0" - "To\0linux-security-module@vger.kernel.org\0" + "Date\0Fri, 23 Jun 2017 12:35:54 +0200\0" + "To\0Roberto Sassu <roberto.sassu@huawei.com>\0" + "Cc\0tpmdd-devel@lists.sourceforge.net" + linux-ima-devel@lists.sourceforge.net + linux-security-module@vger.kernel.org + keyrings@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Wed, Jun 21, 2017 at 04:29:40PM +0200, Roberto Sassu wrote:\n" @@ -53,7 +58,7 @@ "> +\tint count = 1;\n" "> +\n" "> +\tchip = tpm_chip_find_get(chip_num);\n" - "> +\tif (chip = NULL)\n" + "> +\tif (chip == NULL)\n" "> +\t\treturn -ENODEV;\n" "> +\n" "> +\tif (!(chip->flags & TPM_CHIP_FLAG_TPM2)) {\n" @@ -127,4 +132,4 @@ "> 2.9.3\n" > -5875cf94466e77e736b4c876e9defa9df1c9adf17a37ed4bd211a69192c9773c +de61ebcce76bf7c769501092d4406eb9e99fef72da2e2a6e1204d60236c8795a
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.