diff for duplicates of <20181127231348.GB26051@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 0fdc5e5..458f3f8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ On Tue, Nov 27, 2018 at 12:53:07PM -1000, Joey Pabalinas wrote: > Nevermind, I keep forgetting that the * operator on strings performs > repetition. I've been programming too much C lately, it seems. > -> Acked-By: Joey Pabalinas <joeypabalinas@gmail.com> +> Acked-By: Joey Pabalinas <joeypabalinas at gmail.com> Thank you! Would be good to have these merged to the kernel tree so that one can include both functionality and test case when needed to the diff --git a/a/content_digest b/N1/content_digest index 6a447da..7c8a6d3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,9 @@ "ref\020181127221059.25966-1-jarkko.sakkinen@linux.intel.com\0" "ref\020181127224900.fpbqujcsqwgxpwyq@gmail.com\0" "ref\020181127225307.3wc3gd7zmfauie6i@gmail.com\0" - "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" - "Subject\0Re: [PATCH] selftests: add TPM 2.0 tests\0" + "From\0jarkko.sakkinen at linux.intel.com (Jarkko Sakkinen)\0" + "Subject\0[PATCH] selftests: add TPM 2.0 tests\0" "Date\0Tue, 27 Nov 2018 15:13:48 -0800\0" - "To\0Joey Pabalinas <joeypabalinas@gmail.com>" - linux-integrity@vger.kernel.org - linux-security-module@vger.kernel.org - Tadeusz Struk <tadeusz.struk@intel.com> - Shuah Khan <shuah@kernel.org> - open list <linux-kernel@vger.kernel.org> - " open list:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org>\0" "\00:1\0" "b\0" "On Tue, Nov 27, 2018 at 12:53:07PM -1000, Joey Pabalinas wrote:\n" @@ -41,7 +34,7 @@ "> Nevermind, I keep forgetting that the * operator on strings performs\n" "> repetition. I've been programming too much C lately, it seems.\n" "> \n" - "> Acked-By: Joey Pabalinas <joeypabalinas@gmail.com>\n" + "> Acked-By: Joey Pabalinas <joeypabalinas at gmail.com>\n" "\n" "Thank you! Would be good to have these merged to the kernel tree so that\n" "one can include both functionality and test case when needed to the\n" @@ -49,4 +42,4 @@ "\n" /Jarkko -e3021796351f054123dd36d6eefdeaf0da8a21433b3a4c2d8ff998c881c5b5c9 +5769d2ec0acf17785f8a30e983b1364e1c9b47a9d03ed84b1a7a85a5df7d03ad
diff --git a/a/1.txt b/N2/1.txt index 0fdc5e5..5cf6426 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,5 +1,5 @@ -On Tue, Nov 27, 2018 at 12:53:07PM -1000, Joey Pabalinas wrote: -> On Tue, Nov 27, 2018 at 12:49:00PM -1000, Joey Pabalinas wrote: +On Tue, Nov 27, 2018@12:53:07PM -1000, Joey Pabalinas wrote: +> On Tue, Nov 27, 2018@12:49:00PM -1000, Joey Pabalinas wrote: > > > + def start_auth_session(self, session_type, name_alg = TPM2_ALG_SHA1): > > > + fmt = '>HII IIH16sHBHH' > > > + cmd = struct.pack(fmt, @@ -26,7 +26,7 @@ On Tue, Nov 27, 2018 at 12:53:07PM -1000, Joey Pabalinas wrote: > Nevermind, I keep forgetting that the * operator on strings performs > repetition. I've been programming too much C lately, it seems. > -> Acked-By: Joey Pabalinas <joeypabalinas@gmail.com> +> Acked-By: Joey Pabalinas <joeypabalinas at gmail.com> Thank you! Would be good to have these merged to the kernel tree so that one can include both functionality and test case when needed to the diff --git a/a/content_digest b/N2/content_digest index 6a447da..44da323 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,13 @@ "ref\020181127221059.25966-1-jarkko.sakkinen@linux.intel.com\0" "ref\020181127224900.fpbqujcsqwgxpwyq@gmail.com\0" "ref\020181127225307.3wc3gd7zmfauie6i@gmail.com\0" - "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" - "Subject\0Re: [PATCH] selftests: add TPM 2.0 tests\0" + "From\0jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)\0" + "Subject\0[PATCH] selftests: add TPM 2.0 tests\0" "Date\0Tue, 27 Nov 2018 15:13:48 -0800\0" - "To\0Joey Pabalinas <joeypabalinas@gmail.com>" - linux-integrity@vger.kernel.org - linux-security-module@vger.kernel.org - Tadeusz Struk <tadeusz.struk@intel.com> - Shuah Khan <shuah@kernel.org> - open list <linux-kernel@vger.kernel.org> - " open list:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org>\0" "\00:1\0" "b\0" - "On Tue, Nov 27, 2018 at 12:53:07PM -1000, Joey Pabalinas wrote:\n" - "> On Tue, Nov 27, 2018 at 12:49:00PM -1000, Joey Pabalinas wrote:\n" + "On Tue, Nov 27, 2018@12:53:07PM -1000, Joey Pabalinas wrote:\n" + "> On Tue, Nov 27, 2018@12:49:00PM -1000, Joey Pabalinas wrote:\n" "> > > + def start_auth_session(self, session_type, name_alg = TPM2_ALG_SHA1):\n" "> > > + fmt = '>HII IIH16sHBHH'\n" "> > > + cmd = struct.pack(fmt,\n" @@ -41,7 +34,7 @@ "> Nevermind, I keep forgetting that the * operator on strings performs\n" "> repetition. I've been programming too much C lately, it seems.\n" "> \n" - "> Acked-By: Joey Pabalinas <joeypabalinas@gmail.com>\n" + "> Acked-By: Joey Pabalinas <joeypabalinas at gmail.com>\n" "\n" "Thank you! Would be good to have these merged to the kernel tree so that\n" "one can include both functionality and test case when needed to the\n" @@ -49,4 +42,4 @@ "\n" /Jarkko -e3021796351f054123dd36d6eefdeaf0da8a21433b3a4c2d8ff998c881c5b5c9 +62f2922f604142bba7539f5e022621c1b47fae253a363a4d44d6bfc46766d080
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.