diff for duplicates of <20171025200746.svsraubdotjyzt2i@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index fd3925b..0834439 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ On Wed, Oct 25, 2017 at 01:46:33PM -0600, Jason Gunthorpe wrote: > > > > chip = idr_get_next(&dev_nums_idr, &chip_num); > > -> > if (chip && (!id || id = chip->id) && !tpm_try_get_ops(chip)) { +> > if (chip && (!id || id == chip->id) && !tpm_try_get_ops(chip)) { > > res = chip; > > break; > > } diff --git a/a/content_digest b/N1/content_digest index c576d43..459229f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\020171025194633.GB998@obsidianresearch.com\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH v2] tpm: use struct tpm_chip for tpm_chip_find_get()\0" - "Date\0Wed, 25 Oct 2017 20:07:46 +0000\0" + "Date\0Wed, 25 Oct 2017 22:07:46 +0200\0" "To\0Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\0" "Cc\0PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>" linux-integrity@vger.kernel.org @@ -22,7 +22,8 @@ Jerry Snitselaar <jsnitsel@redhat.com> open list:HARDWARE RANDOM NUMBER GENERATOR CORE <linux-crypto@vger.kernel.org> open list <linux-kernel@vger.kernel.org> - " moderated list:TPM DEVICE DRIVER <tpmdd-devel@lists.sourceforge.net>\0" + moderated list:TPM DEVICE DRIVER <tpmdd-devel@lists.sourceforge.net> + "\0" "\00:1\0" "b\0" "On Wed, Oct 25, 2017 at 01:46:33PM -0600, Jason Gunthorpe wrote:\n" @@ -40,7 +41,7 @@ "> > \n" "> > \t\tchip = idr_get_next(&dev_nums_idr, &chip_num);\n" "> > \n" - "> > \t\tif (chip && (!id || id = chip->id) && !tpm_try_get_ops(chip)) {\n" + "> > \t\tif (chip && (!id || id == chip->id) && !tpm_try_get_ops(chip)) {\n" "> > \t\t\tres = chip;\n" "> > \t\t\tbreak;\n" "> > \t\t}\n" @@ -95,4 +96,4 @@ "\n" /Jarkko -a3c1d1714707a8e557360d1a2da28c42674c2440a768c6b7faf3ec0a3abfafba +f48f9991e3f182c95a31a9fcd1ecf2db63ab31a014fc74a4e1c3760310897b07
diff --git a/a/1.txt b/N2/1.txt index fd3925b..0834439 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -13,7 +13,7 @@ On Wed, Oct 25, 2017 at 01:46:33PM -0600, Jason Gunthorpe wrote: > > > > chip = idr_get_next(&dev_nums_idr, &chip_num); > > -> > if (chip && (!id || id = chip->id) && !tpm_try_get_ops(chip)) { +> > if (chip && (!id || id == chip->id) && !tpm_try_get_ops(chip)) { > > res = chip; > > break; > > } diff --git a/a/content_digest b/N2/content_digest index c576d43..b35e4ec 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,7 +4,7 @@ "ref\020171025194633.GB998@obsidianresearch.com\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH v2] tpm: use struct tpm_chip for tpm_chip_find_get()\0" - "Date\0Wed, 25 Oct 2017 20:07:46 +0000\0" + "Date\0Wed, 25 Oct 2017 22:07:46 +0200\0" "To\0Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\0" "Cc\0PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>" linux-integrity@vger.kernel.org @@ -22,7 +22,10 @@ Jerry Snitselaar <jsnitsel@redhat.com> open list:HARDWARE RANDOM NUMBER GENERATOR CORE <linux-crypto@vger.kernel.org> open list <linux-kernel@vger.kernel.org> - " moderated list:TPM DEVICE DRIVER <tpmdd-devel@lists.sourceforge.net>\0" + moderated list:TPM DEVICE DRIVER <tpmdd-devel@lists.sourceforge.net> + open list:INTEGRITY MEASUREMENT ARCHITECTURE (IMA) <linux-ima-devel@lists.sourceforge.net> + open list:INTEGRITY MEASUREMENT ARCHITECTURE (IMA) <linux-ima-user@lists.sourceforge.net> + " open list:KEYS-TRUSTED <keyrings@vger.kernel.org>\0" "\00:1\0" "b\0" "On Wed, Oct 25, 2017 at 01:46:33PM -0600, Jason Gunthorpe wrote:\n" @@ -40,7 +43,7 @@ "> > \n" "> > \t\tchip = idr_get_next(&dev_nums_idr, &chip_num);\n" "> > \n" - "> > \t\tif (chip && (!id || id = chip->id) && !tpm_try_get_ops(chip)) {\n" + "> > \t\tif (chip && (!id || id == chip->id) && !tpm_try_get_ops(chip)) {\n" "> > \t\t\tres = chip;\n" "> > \t\t\tbreak;\n" "> > \t\t}\n" @@ -95,4 +98,4 @@ "\n" /Jarkko -a3c1d1714707a8e557360d1a2da28c42674c2440a768c6b7faf3ec0a3abfafba +80d776fccec7dbaaf705330fb1dfcbbafad217c6f871b9deef8b8d42146df7f9
diff --git a/a/1.txt b/N3/1.txt index fd3925b..d3e43a0 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -13,7 +13,7 @@ On Wed, Oct 25, 2017 at 01:46:33PM -0600, Jason Gunthorpe wrote: > > > > chip = idr_get_next(&dev_nums_idr, &chip_num); > > -> > if (chip && (!id || id = chip->id) && !tpm_try_get_ops(chip)) { +> > if (chip && (!id || id == chip->id) && !tpm_try_get_ops(chip)) { > > res = chip; > > break; > > } @@ -67,3 +67,7 @@ properties in the long run. Address is a reusable identifier in one boot cycle. /Jarkko +-- +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/N3/content_digest index c576d43..bd25afd 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,27 +2,10 @@ "ref\0CANc+2y46q85+G1=9cXKW0R8FpGBqCuzkLnJzvSYFQ1S=ztKGew@mail.gmail.com\0" "ref\020171025193452.d4qa4dhacfgqejk7@linux.intel.com\0" "ref\020171025194633.GB998@obsidianresearch.com\0" - "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" - "Subject\0Re: [PATCH v2] tpm: use struct tpm_chip for tpm_chip_find_get()\0" - "Date\0Wed, 25 Oct 2017 20:07:46 +0000\0" - "To\0Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\0" - "Cc\0PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>" - linux-integrity@vger.kernel.org - linux-security-module@vger.kernel.org - Matt Mackall <mpm@selenic.com> - Herbert Xu <herbert@gondor.apana.org.au> - Peter Huewe <peterhuewe@gmx.de> - Marcel Selhorst <tpmdd@selhorst.net> - Mimi Zohar <zohar@linux.vnet.ibm.com> - Dmitry Kasatkin <dmitry.kasatkin@gmail.com> - James Morris <james.l.morris@oracle.com> - Serge E. Hallyn <serge@hallyn.com> - David Safford <safford@us.ibm.com> - David Howells <dhowells@redhat.com> - Jerry Snitselaar <jsnitsel@redhat.com> - open list:HARDWARE RANDOM NUMBER GENERATOR CORE <linux-crypto@vger.kernel.org> - open list <linux-kernel@vger.kernel.org> - " moderated list:TPM DEVICE DRIVER <tpmdd-devel@lists.sourceforge.net>\0" + "From\0jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)\0" + "Subject\0[PATCH v2] tpm: use struct tpm_chip for tpm_chip_find_get()\0" + "Date\0Wed, 25 Oct 2017 22:07:46 +0200\0" + "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" "On Wed, Oct 25, 2017 at 01:46:33PM -0600, Jason Gunthorpe wrote:\n" @@ -40,7 +23,7 @@ "> > \n" "> > \t\tchip = idr_get_next(&dev_nums_idr, &chip_num);\n" "> > \n" - "> > \t\tif (chip && (!id || id = chip->id) && !tpm_try_get_ops(chip)) {\n" + "> > \t\tif (chip && (!id || id == chip->id) && !tpm_try_get_ops(chip)) {\n" "> > \t\t\tres = chip;\n" "> > \t\t\tbreak;\n" "> > \t\t}\n" @@ -93,6 +76,10 @@ "\n" "Address is a reusable identifier in one boot cycle.\n" "\n" - /Jarkko + "/Jarkko\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 -a3c1d1714707a8e557360d1a2da28c42674c2440a768c6b7faf3ec0a3abfafba +6ebb5dd50a272bd5d6d070be963f25e09b3a6df5bc50182fef967635e1dd070a
diff --git a/a/1.txt b/N4/1.txt index fd3925b..0834439 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -13,7 +13,7 @@ On Wed, Oct 25, 2017 at 01:46:33PM -0600, Jason Gunthorpe wrote: > > > > chip = idr_get_next(&dev_nums_idr, &chip_num); > > -> > if (chip && (!id || id = chip->id) && !tpm_try_get_ops(chip)) { +> > if (chip && (!id || id == chip->id) && !tpm_try_get_ops(chip)) { > > res = chip; > > break; > > } diff --git a/a/content_digest b/N4/content_digest index c576d43..4a24951 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -4,7 +4,7 @@ "ref\020171025194633.GB998@obsidianresearch.com\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH v2] tpm: use struct tpm_chip for tpm_chip_find_get()\0" - "Date\0Wed, 25 Oct 2017 20:07:46 +0000\0" + "Date\0Wed, 25 Oct 2017 22:07:46 +0200\0" "To\0Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\0" "Cc\0PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>" linux-integrity@vger.kernel.org @@ -40,7 +40,7 @@ "> > \n" "> > \t\tchip = idr_get_next(&dev_nums_idr, &chip_num);\n" "> > \n" - "> > \t\tif (chip && (!id || id = chip->id) && !tpm_try_get_ops(chip)) {\n" + "> > \t\tif (chip && (!id || id == chip->id) && !tpm_try_get_ops(chip)) {\n" "> > \t\t\tres = chip;\n" "> > \t\t\tbreak;\n" "> > \t\t}\n" @@ -95,4 +95,4 @@ "\n" /Jarkko -a3c1d1714707a8e557360d1a2da28c42674c2440a768c6b7faf3ec0a3abfafba +81489ffdf57baf4f385fe365aa29edb1e5d3ede7c30237e66effc9662482b995
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.