All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190628021934.4260-1-bauerman@linux.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index fff549a..3a37c0b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -149,7 +149,7 @@ Changes since v9:
   - Added check for failed modsig collection in ima_eventdigest_modsig_init().
   - Added modsig argument to ima_store_measurement().
   - Added 'modsig' field to struct ima_event_data.
-  - Removed check for modsig = NULL in ima_get_modsig_digest() and in
+  - Removed check for modsig == NULL in ima_get_modsig_digest() and in
     ima_modsig_serialize_data() since their callers already performs that
     check.
   - Moved check_current_template_modsig() to this patch, previously was in
diff --git a/a/content_digest b/N1/content_digest
index 8076e68..eb4ef84 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Thiago Jung Bauermann <bauerman@linux.ibm.com>\0"
  "Subject\0[PATCH v12 00/11] Appended signatures support for IMA appraisal\0"
- "Date\0Fri, 28 Jun 2019 02:19:23 +0000\0"
+ "Date\0Thu, 27 Jun 2019 23:19:23 -0300\0"
  "To\0linux-integrity@vger.kernel.org\0"
  "Cc\0linux-security-module@vger.kernel.org"
   keyrings@vger.kernel.org
@@ -174,7 +174,7 @@
  "  - Added check for failed modsig collection in ima_eventdigest_modsig_init().\n"
  "  - Added modsig argument to ima_store_measurement().\n"
  "  - Added 'modsig' field to struct ima_event_data.\n"
- "  - Removed check for modsig = NULL in ima_get_modsig_digest() and in\n"
+ "  - Removed check for modsig == NULL in ima_get_modsig_digest() and in\n"
  "    ima_modsig_serialize_data() since their callers already performs that\n"
  "    check.\n"
  "  - Moved check_current_template_modsig() to this patch, previously was in\n"
@@ -236,4 +236,4 @@
  " create mode 100644 kernel/module_signature.c\n"
   create mode 100644 security/integrity/ima/ima_modsig.c
 
-10cad8559ef0e7f9574df9b5d8b50e1b384f4256a23c755febc678d06205296a
+0ed861a9dcd8e50926b11cc70200322a479a966d77e34057f132f23b48ebd564

diff --git a/a/1.txt b/N2/1.txt
index fff549a..3a37c0b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -149,7 +149,7 @@ Changes since v9:
   - Added check for failed modsig collection in ima_eventdigest_modsig_init().
   - Added modsig argument to ima_store_measurement().
   - Added 'modsig' field to struct ima_event_data.
-  - Removed check for modsig = NULL in ima_get_modsig_digest() and in
+  - Removed check for modsig == NULL in ima_get_modsig_digest() and in
     ima_modsig_serialize_data() since their callers already performs that
     check.
   - Moved check_current_template_modsig() to this patch, previously was in
diff --git a/a/content_digest b/N2/content_digest
index 8076e68..f51c109 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,26 +1,26 @@
  "From\0Thiago Jung Bauermann <bauerman@linux.ibm.com>\0"
  "Subject\0[PATCH v12 00/11] Appended signatures support for IMA appraisal\0"
- "Date\0Fri, 28 Jun 2019 02:19:23 +0000\0"
+ "Date\0Thu, 27 Jun 2019 23:19:23 -0300\0"
  "To\0linux-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
+ "Cc\0Herbert Xu <herbert@gondor.apana.org.au>"
   linux-doc@vger.kernel.org
+  Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
+  David S. Miller <davem@davemloft.net>
+  Jonathan Corbet <corbet@lwn.net>
   linux-kernel@vger.kernel.org
   Mimi Zohar <zohar@linux.ibm.com>
-  Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
   James Morris <jmorris@namei.org>
-  Serge E. Hallyn <serge@hallyn.com>
   David Howells <dhowells@redhat.com>
-  David Woodhouse <dwmw2@infradead.org>
-  Jessica Yu <jeyu@kernel.org>
-  Herbert Xu <herbert@gondor.apana.org.au>
-  David S. Miller <davem@davemloft.net>
-  Jonathan Corbet <corbet@lwn.net>
   AKASHI
   Takahiro <takahiro.akashi@linaro.org>
- " Thiago Jung Bauermann <bauerman@linux.ibm.com>\0"
+  linux-security-module@vger.kernel.org
+  keyrings@vger.kernel.org
+  linux-crypto@vger.kernel.org
+  Jessica Yu <jeyu@kernel.org>
+  linuxppc-dev@lists.ozlabs.org
+  David Woodhouse <dwmw2@infradead.org>
+  Thiago Jung Bauermann <bauerman@linux.ibm.com>
+ " Serge E. Hallyn <serge@hallyn.com>\0"
  "\00:1\0"
  "b\0"
  "Hello,\n"
@@ -174,7 +174,7 @@
  "  - Added check for failed modsig collection in ima_eventdigest_modsig_init().\n"
  "  - Added modsig argument to ima_store_measurement().\n"
  "  - Added 'modsig' field to struct ima_event_data.\n"
- "  - Removed check for modsig = NULL in ima_get_modsig_digest() and in\n"
+ "  - Removed check for modsig == NULL in ima_get_modsig_digest() and in\n"
  "    ima_modsig_serialize_data() since their callers already performs that\n"
  "    check.\n"
  "  - Moved check_current_template_modsig() to this patch, previously was in\n"
@@ -236,4 +236,4 @@
  " create mode 100644 kernel/module_signature.c\n"
   create mode 100644 security/integrity/ima/ima_modsig.c
 
-10cad8559ef0e7f9574df9b5d8b50e1b384f4256a23c755febc678d06205296a
+9bb0cc11bc3c7b2cd6592506129d609e47101d72ebec55b3aaf2f94419ccc145

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.