diff for duplicates of <20180305112334.GI25377@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 723e954..16e69d9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On Sat, Mar 03, 2018 at 12:11:59PM -0800, James Bottomley wrote: > I still think removing all logging traces is a mistake for something > that can consume a significant amount of time in the boot sequence. -> It's going to cause lost of people doing boot timings to waste lots of +> It's going to cause lost of people doing boot timings to waste lots of > effort. > > However, removing the log messages makes the above statement a lie, so @@ -28,7 +28,7 @@ still mandatory and I can add it if it makes sense. > > + rc = tpm_transmit_cmd(chip, NULL, buf.data, > > PAGE_SIZE, 0, 0, -> > + "attempting the self test\n"); +> > + "attempting the self test\n"); > > There shouldn't be a \n in the string: the failure message already > appends one. diff --git a/a/content_digest b/N1/content_digest index 3cdfba1..54926eb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01520107919.3105.9.camel@HansenPartnership.com\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH 1/5] tpm: Trigger only missing TPM 2.0 self tests\0" - "Date\0Mon, 05 Mar 2018 11:23:34 +0000\0" + "Date\0Mon, 5 Mar 2018 13:23:34 +0200\0" "To\0James Bottomley <James.Bottomley@hansenpartnership.com>\0" "Cc\0linux-integrity@vger.kernel.org" linux-security-module@vger.kernel.org @@ -21,7 +21,7 @@ "On Sat, Mar 03, 2018 at 12:11:59PM -0800, James Bottomley wrote:\n" "> I still think removing all logging traces is a mistake for something\n" "> that can consume a significant amount of time in the boot sequence.\n" - "> \302\240It's going to cause lost of people doing boot timings to waste lots of\n" + "> It's going to cause lost of people doing boot timings to waste lots of\n" "> effort.\n" "> \n" "> However, removing the log messages makes the above statement a lie, so\n" @@ -48,7 +48,7 @@ "\n" "> > +\t\trc = tpm_transmit_cmd(chip, NULL, buf.data,\n" "> > PAGE_SIZE, 0, 0,\n" - "> > +\t\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\"attempting the self test\\n\");\n" + "> > +\t\t\t\t \"attempting the self test\\n\");\n" "> \n" "> There shouldn't be a \\n in the string: the failure message already\n" "> appends one.\n" @@ -57,4 +57,4 @@ "\n" /Jarkko -6acaadb926d15b669de5df9d4ebc38285ce1df2f97bf2c5b0c7c8f1273f5621b +3e66f1c8aa3675057c40c4a496a6eefb217545b47dbd2fb6aab67dfd7f046fb8
diff --git a/a/1.txt b/N2/1.txt index 723e954..7994510 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,7 +1,7 @@ On Sat, Mar 03, 2018 at 12:11:59PM -0800, James Bottomley wrote: > I still think removing all logging traces is a mistake for something > that can consume a significant amount of time in the boot sequence. -> It's going to cause lost of people doing boot timings to waste lots of +> ?It's going to cause lost of people doing boot timings to waste lots of > effort. > > However, removing the log messages makes the above statement a lie, so @@ -28,7 +28,7 @@ still mandatory and I can add it if it makes sense. > > + rc = tpm_transmit_cmd(chip, NULL, buf.data, > > PAGE_SIZE, 0, 0, -> > + "attempting the self test\n"); +> > + ??????"attempting the self test\n"); > > There shouldn't be a \n in the string: the failure message already > appends one. @@ -36,3 +36,7 @@ still mandatory and I can add it if it makes sense. Oops, my bad, will fix it. /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/N2/content_digest index 3cdfba1..71d5f2a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,27 +1,16 @@ "ref\020180228195819.22231-1-jarkko.sakkinen@linux.intel.com\0" "ref\020180228195819.22231-2-jarkko.sakkinen@linux.intel.com\0" "ref\01520107919.3105.9.camel@HansenPartnership.com\0" - "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" - "Subject\0Re: [PATCH 1/5] tpm: Trigger only missing TPM 2.0 self tests\0" - "Date\0Mon, 05 Mar 2018 11:23:34 +0000\0" - "To\0James Bottomley <James.Bottomley@hansenpartnership.com>\0" - "Cc\0linux-integrity@vger.kernel.org" - linux-security-module@vger.kernel.org - keyrings@vger.kernel.org - Alexander Steffen <Alexander.Steffen@infineon.com> - stable@vger.kernel.org - Jarkko Sakkinen <jarkko.sakkine@linux.intel.com> - Peter Huewe <peterhuewe@gmx.de> - Jason Gunthorpe <jgg@ziepe.ca> - Arnd Bergmann <arnd@arndb.de> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - " open list <linux-kernel@vger.kernel.org>\0" + "From\0jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)\0" + "Subject\0[PATCH 1/5] tpm: Trigger only missing TPM 2.0 self tests\0" + "Date\0Mon, 5 Mar 2018 13:23:34 +0200\0" + "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" "On Sat, Mar 03, 2018 at 12:11:59PM -0800, James Bottomley wrote:\n" "> I still think removing all logging traces is a mistake for something\n" "> that can consume a significant amount of time in the boot sequence.\n" - "> \302\240It's going to cause lost of people doing boot timings to waste lots of\n" + "> ?It's going to cause lost of people doing boot timings to waste lots of\n" "> effort.\n" "> \n" "> However, removing the log messages makes the above statement a lie, so\n" @@ -48,13 +37,17 @@ "\n" "> > +\t\trc = tpm_transmit_cmd(chip, NULL, buf.data,\n" "> > PAGE_SIZE, 0, 0,\n" - "> > +\t\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\"attempting the self test\\n\");\n" + "> > +\t\t\t\t??????\"attempting the self test\\n\");\n" "> \n" "> There shouldn't be a \\n in the string: the failure message already\n" "> appends one.\n" "\n" "Oops, my bad, will fix it.\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 -6acaadb926d15b669de5df9d4ebc38285ce1df2f97bf2c5b0c7c8f1273f5621b +870d2060c672ace0178d3ae4d30923fbdbc1549b47384c1ce40ef4d5e1572451
diff --git a/a/content_digest b/N3/content_digest index 3cdfba1..7f43e46 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -3,7 +3,7 @@ "ref\01520107919.3105.9.camel@HansenPartnership.com\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH 1/5] tpm: Trigger only missing TPM 2.0 self tests\0" - "Date\0Mon, 05 Mar 2018 11:23:34 +0000\0" + "Date\0Mon, 5 Mar 2018 13:23:34 +0200\0" "To\0James Bottomley <James.Bottomley@hansenpartnership.com>\0" "Cc\0linux-integrity@vger.kernel.org" linux-security-module@vger.kernel.org @@ -57,4 +57,4 @@ "\n" /Jarkko -6acaadb926d15b669de5df9d4ebc38285ce1df2f97bf2c5b0c7c8f1273f5621b +eb708809097a40b1c79fedd51e3c8099463e94c7949a38b1f15fd82a57487d51
diff --git a/a/1.txt b/N4/1.txt index 723e954..c0317bd 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -1,7 +1,7 @@ On Sat, Mar 03, 2018 at 12:11:59PM -0800, James Bottomley wrote: > I still think removing all logging traces is a mistake for something > that can consume a significant amount of time in the boot sequence. -> It's going to cause lost of people doing boot timings to waste lots of +> �It's going to cause lost of people doing boot timings to waste lots of > effort. > > However, removing the log messages makes the above statement a lie, so @@ -28,7 +28,7 @@ still mandatory and I can add it if it makes sense. > > + rc = tpm_transmit_cmd(chip, NULL, buf.data, > > PAGE_SIZE, 0, 0, -> > + "attempting the self test\n"); +> > + ������"attempting the self test\n"); > > There shouldn't be a \n in the string: the failure message already > appends one. diff --git a/a/content_digest b/N4/content_digest index 3cdfba1..cc339f6 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -3,7 +3,7 @@ "ref\01520107919.3105.9.camel@HansenPartnership.com\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH 1/5] tpm: Trigger only missing TPM 2.0 self tests\0" - "Date\0Mon, 05 Mar 2018 11:23:34 +0000\0" + "Date\0Mon, 5 Mar 2018 13:23:34 +0200\0" "To\0James Bottomley <James.Bottomley@hansenpartnership.com>\0" "Cc\0linux-integrity@vger.kernel.org" linux-security-module@vger.kernel.org @@ -21,7 +21,7 @@ "On Sat, Mar 03, 2018 at 12:11:59PM -0800, James Bottomley wrote:\n" "> I still think removing all logging traces is a mistake for something\n" "> that can consume a significant amount of time in the boot sequence.\n" - "> \302\240It's going to cause lost of people doing boot timings to waste lots of\n" + "> \303\257\302\277\302\275It's going to cause lost of people doing boot timings to waste lots of\n" "> effort.\n" "> \n" "> However, removing the log messages makes the above statement a lie, so\n" @@ -48,7 +48,7 @@ "\n" "> > +\t\trc = tpm_transmit_cmd(chip, NULL, buf.data,\n" "> > PAGE_SIZE, 0, 0,\n" - "> > +\t\t\t\t\302\240\302\240\302\240\302\240\302\240\302\240\"attempting the self test\\n\");\n" + "> > +\t\t\t\t\303\257\302\277\302\275\303\257\302\277\302\275\303\257\302\277\302\275\303\257\302\277\302\275\303\257\302\277\302\275\303\257\302\277\302\275\"attempting the self test\\n\");\n" "> \n" "> There shouldn't be a \\n in the string: the failure message already\n" "> appends one.\n" @@ -57,4 +57,4 @@ "\n" /Jarkko -6acaadb926d15b669de5df9d4ebc38285ce1df2f97bf2c5b0c7c8f1273f5621b +2eb4d93b9d5bbc0530e538d84fcf7719fe3b8f121f7ebb3772fc5133717ea2be
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.