All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1509048728.5886.112.camel@linux.vnet.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index 12c358a..bd0a7b7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -218,7 +218,7 @@ Mimi
 >  	size_t modlen = *_modlen, sig_len;
 > +	int ret;
 > 
->  	pr_devel("=>%s(,%zu)\n", __func__, modlen);
+>  	pr_devel("==>%s(,%zu)\n", __func__, modlen);
 > 
 > @@ -56,30 +59,15 @@ int mod_verify_sig(const void *mod, unsigned long *_modlen)
 >  		return -EBADMSG;
diff --git a/a/content_digest b/N1/content_digest
index 1390148..85b3d89 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020171018005331.2688-13-bauerman@linux.vnet.ibm.com\0"
  "From\0Mimi Zohar <zohar@linux.vnet.ibm.com>\0"
  "Subject\0Re: [PATCH v5 12/18] MODSIGN: Export module signature definitions\0"
- "Date\0Thu, 26 Oct 2017 20:12:08 +0000\0"
+ "Date\0Thu, 26 Oct 2017 16:12:08 -0400\0"
  "To\0Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>"
  " linux-integrity@vger.kernel.org\0"
  "Cc\0linux-security-module@vger.kernel.org"
@@ -243,7 +243,7 @@
  ">  \tsize_t modlen = *_modlen, sig_len;\n"
  "> +\tint ret;\n"
  "> \n"
- ">  \tpr_devel(\"=>%s(,%zu)\\n\", __func__, modlen);\n"
+ ">  \tpr_devel(\"==>%s(,%zu)\\n\", __func__, modlen);\n"
  "> \n"
  "> @@ -56,30 +59,15 @@ int mod_verify_sig(const void *mod, unsigned long *_modlen)\n"
  ">  \t\treturn -EBADMSG;\n"
@@ -283,4 +283,4 @@
  ">  \t\t\t\t      NULL, NULL);\n"
  >
 
-41ee0bc6e872471c30a7763867d53b26d0745354f72501d1f7e3602f03f5edf4
+1fe54499412cc6fc6996302bd4da6544582d6b8b2c455aa28c2975102b80e1ed

diff --git a/a/1.txt b/N2/1.txt
index 12c358a..3ddb374 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -201,9 +201,9 @@ One minor comment below...
 > +
 
 When moving code from one place to another, it's easier to review when
-there aren't code changes as well.  In this case, the original code
-doesn't have "else clauses".  Here some of the if/then/else clauses
-have braces others don't.  There shouldn't be a mixture.
+there aren't code changes as well.  In this case, the original code
+doesn't have "else clauses".  Here some of the if/then/else clauses
+have braces others don't.  There shouldn't be a mixture.
 
 Mimi
 
@@ -218,7 +218,7 @@ Mimi
 >  	size_t modlen = *_modlen, sig_len;
 > +	int ret;
 > 
->  	pr_devel("=>%s(,%zu)\n", __func__, modlen);
+>  	pr_devel("==>%s(,%zu)\n", __func__, modlen);
 > 
 > @@ -56,30 +59,15 @@ int mod_verify_sig(const void *mod, unsigned long *_modlen)
 >  		return -EBADMSG;
diff --git a/a/content_digest b/N2/content_digest
index 1390148..e76bce7 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
  "ref\020171018005331.2688-13-bauerman@linux.vnet.ibm.com\0"
  "From\0Mimi Zohar <zohar@linux.vnet.ibm.com>\0"
  "Subject\0Re: [PATCH v5 12/18] MODSIGN: Export module signature definitions\0"
- "Date\0Thu, 26 Oct 2017 20:12:08 +0000\0"
+ "Date\0Thu, 26 Oct 2017 16:12:08 -0400\0"
  "To\0Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>"
  " linux-integrity@vger.kernel.org\0"
  "Cc\0linux-security-module@vger.kernel.org"
@@ -226,9 +226,9 @@
  "> +\n"
  "\n"
  "When moving code from one place to another, it's easier to review when\n"
- "there aren't code changes as well. \302\240In this case, the original code\n"
- "doesn't have \"else clauses\". \302\240Here some of the if/then/else clauses\n"
- "have braces others don't. \302\240There shouldn't be a mixture.\n"
+ "there aren't code changes as well.  In this case, the original code\n"
+ "doesn't have \"else clauses\".  Here some of the if/then/else clauses\n"
+ "have braces others don't.  There shouldn't be a mixture.\n"
  "\n"
  "Mimi\n"
  "\n"
@@ -243,7 +243,7 @@
  ">  \tsize_t modlen = *_modlen, sig_len;\n"
  "> +\tint ret;\n"
  "> \n"
- ">  \tpr_devel(\"=>%s(,%zu)\\n\", __func__, modlen);\n"
+ ">  \tpr_devel(\"==>%s(,%zu)\\n\", __func__, modlen);\n"
  "> \n"
  "> @@ -56,30 +59,15 @@ int mod_verify_sig(const void *mod, unsigned long *_modlen)\n"
  ">  \t\treturn -EBADMSG;\n"
@@ -283,4 +283,4 @@
  ">  \t\t\t\t      NULL, NULL);\n"
  >
 
-41ee0bc6e872471c30a7763867d53b26d0745354f72501d1f7e3602f03f5edf4
+07a6e17b2adeb335a1488f351cece147f85947f01c5b99fe7205d30fb51f1558

diff --git a/a/1.txt b/N3/1.txt
index 12c358a..ee763bc 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -45,7 +45,7 @@ One minor comment below...
 > +/* Module signature handling.
 > + *
 > + * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
-> + * Written by David Howells (dhowells@redhat.com)
+> + * Written by David Howells (dhowells at redhat.com)
 > + *
 > + * This program is free software; you can redistribute it and/or
 > + * modify it under the terms of the GNU General Public Licence
@@ -201,9 +201,9 @@ One minor comment below...
 > +
 
 When moving code from one place to another, it's easier to review when
-there aren't code changes as well.  In this case, the original code
-doesn't have "else clauses".  Here some of the if/then/else clauses
-have braces others don't.  There shouldn't be a mixture.
+there aren't code changes as well. ?In this case, the original code
+doesn't have "else clauses". ?Here some of the if/then/else clauses
+have braces others don't. ?There shouldn't be a mixture.
 
 Mimi
 
@@ -218,7 +218,7 @@ Mimi
 >  	size_t modlen = *_modlen, sig_len;
 > +	int ret;
 > 
->  	pr_devel("=>%s(,%zu)\n", __func__, modlen);
+>  	pr_devel("==>%s(,%zu)\n", __func__, modlen);
 > 
 > @@ -56,30 +59,15 @@ int mod_verify_sig(const void *mod, unsigned long *_modlen)
 >  		return -EBADMSG;
@@ -256,4 +256,9 @@ Mimi
 >  	return verify_pkcs7_signature(mod, modlen, mod + modlen, sig_len,
 >  				      NULL, VERIFYING_MODULE_SIGNATURE,
 >  				      NULL, NULL);
->
+> 
+
+--
+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 1390148..f096688 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,26 +1,9 @@
  "ref\020171018005331.2688-1-bauerman@linux.vnet.ibm.com\0"
  "ref\020171018005331.2688-13-bauerman@linux.vnet.ibm.com\0"
- "From\0Mimi Zohar <zohar@linux.vnet.ibm.com>\0"
- "Subject\0Re: [PATCH v5 12/18] MODSIGN: Export module signature definitions\0"
- "Date\0Thu, 26 Oct 2017 20:12:08 +0000\0"
- "To\0Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>"
- " linux-integrity@vger.kernel.org\0"
- "Cc\0linux-security-module@vger.kernel.org"
-  keyrings@vger.kernel.org
-  linux-crypto@vger.kernel.org
-  linuxppc-dev@lists.ozlabs.org
-  linux-kernel@vger.kernel.org
-  Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
-  James Morris <james.l.morris@oracle.com>
-  Serge E. Hallyn <serge@hallyn.com>
-  David Howells <dhowells@redhat.com>
-  David Woodhouse <dwmw2@infradead.org>
-  Jessica Yu <jeyu@redhat.com>
-  Rusty Russell <rusty@rustcorp.com.au>
-  Herbert Xu <herbert@gondor.apana.org.au>
-  David S. Miller <davem@davemloft.net>
-  AKASHI
- " Takahiro <takahiro.akashi@linaro.org>\0"
+ "From\0zohar@linux.vnet.ibm.com (Mimi Zohar)\0"
+ "Subject\0[PATCH v5 12/18] MODSIGN: Export module signature definitions\0"
+ "Date\0Thu, 26 Oct 2017 16:12:08 -0400\0"
+ "To\0linux-security-module@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, 2017-10-17 at 22:53 -0200, Thiago Jung Bauermann wrote:\n"
@@ -70,7 +53,7 @@
  "> +/* Module signature handling.\n"
  "> + *\n"
  "> + * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.\n"
- "> + * Written by David Howells (dhowells@redhat.com)\n"
+ "> + * Written by David Howells (dhowells at redhat.com)\n"
  "> + *\n"
  "> + * This program is free software; you can redistribute it and/or\n"
  "> + * modify it under the terms of the GNU General Public Licence\n"
@@ -226,9 +209,9 @@
  "> +\n"
  "\n"
  "When moving code from one place to another, it's easier to review when\n"
- "there aren't code changes as well. \302\240In this case, the original code\n"
- "doesn't have \"else clauses\". \302\240Here some of the if/then/else clauses\n"
- "have braces others don't. \302\240There shouldn't be a mixture.\n"
+ "there aren't code changes as well. ?In this case, the original code\n"
+ "doesn't have \"else clauses\". ?Here some of the if/then/else clauses\n"
+ "have braces others don't. ?There shouldn't be a mixture.\n"
  "\n"
  "Mimi\n"
  "\n"
@@ -243,7 +226,7 @@
  ">  \tsize_t modlen = *_modlen, sig_len;\n"
  "> +\tint ret;\n"
  "> \n"
- ">  \tpr_devel(\"=>%s(,%zu)\\n\", __func__, modlen);\n"
+ ">  \tpr_devel(\"==>%s(,%zu)\\n\", __func__, modlen);\n"
  "> \n"
  "> @@ -56,30 +59,15 @@ int mod_verify_sig(const void *mod, unsigned long *_modlen)\n"
  ">  \t\treturn -EBADMSG;\n"
@@ -281,6 +264,11 @@
  ">  \treturn verify_pkcs7_signature(mod, modlen, mod + modlen, sig_len,\n"
  ">  \t\t\t\t      NULL, VERIFYING_MODULE_SIGNATURE,\n"
  ">  \t\t\t\t      NULL, NULL);\n"
- >
+ "> \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
 
-41ee0bc6e872471c30a7763867d53b26d0745354f72501d1f7e3602f03f5edf4
+aec47b27480fa00d68087f72179b398532e11ca240d60814af3a4d011cf253ab

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.