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

diff --git a/a/1.txt b/N1/1.txt
index f49252b..4bee772 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -144,7 +144,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 0d9508f..1324af7 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 v11 00/13] Appended signatures support for IMA appraisal\0"
- "Date\0Tue, 11 Jun 2019 06:28:04 +0000\0"
+ "Date\0Tue, 11 Jun 2019 03:28:04 -0300\0"
  "To\0linux-integrity@vger.kernel.org\0"
  "Cc\0linux-security-module@vger.kernel.org"
   keyrings@vger.kernel.org
@@ -169,7 +169,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"
@@ -235,4 +235,4 @@
  " create mode 100644 kernel/module_signature.c\n"
   create mode 100644 security/integrity/ima/ima_modsig.c
 
-38a40a17c5de438f99c8caf657879181a9a4b6be06041164d06999f9b2f29df2
+f343a89fdca8c4b289659147b1cf4b4ec525acb2a718190e2209184c752e4029

diff --git a/a/1.txt b/N2/1.txt
index f49252b..4bee772 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -144,7 +144,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 0d9508f..a77ec6b 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 v11 00/13] Appended signatures support for IMA appraisal\0"
- "Date\0Tue, 11 Jun 2019 06:28:04 +0000\0"
+ "Date\0Tue, 11 Jun 2019 03:28:04 -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"
@@ -169,7 +169,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"
@@ -235,4 +235,4 @@
  " create mode 100644 kernel/module_signature.c\n"
   create mode 100644 security/integrity/ima/ima_modsig.c
 
-38a40a17c5de438f99c8caf657879181a9a4b6be06041164d06999f9b2f29df2
+e6b84b9b213db7f05d0fc371ed68589657b7a8e4ef502f6e66b33d25c2a71b7d

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.