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

diff --git a/a/1.txt b/N1/1.txt
index bad4d03..564c030 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -149,8 +149,8 @@ Mimi
 > +		entry->payload_len = payload_len;
 > +	}
 > +
-> +	if ((entry = NULL) || (entry->payload = NULL) ||
-> +	    (entry->keyring_name = NULL)) {
+> +	if ((entry == NULL) || (entry->payload == NULL) ||
+> +	    (entry->keyring_name == NULL)) {
 > +		rc = -ENOMEM;
 > +		goto out;
 > +	}
diff --git a/a/content_digest b/N1/content_digest
index a4047cc..4d7bcac 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020200123013206.8499-2-nramas@linux.microsoft.com\0"
  "From\0Mimi Zohar <zohar@linux.ibm.com>\0"
  "Subject\0Re: [PATCH v9 1/3] IMA: Define workqueue for early boot key measurements\0"
- "Date\0Thu, 23 Jan 2020 14:19:58 +0000\0"
+ "Date\0Thu, 23 Jan 2020 09:19:58 -0500\0"
  "To\0Lakshmi Ramasubramanian <nramas@linux.microsoft.com>"
   James.Bottomley@hansenpartnership.com
  " linux-integrity@vger.kernel.org\0"
@@ -163,8 +163,8 @@
  "> +\t\tentry->payload_len = payload_len;\n"
  "> +\t}\n"
  "> +\n"
- "> +\tif ((entry = NULL) || (entry->payload = NULL) ||\n"
- "> +\t    (entry->keyring_name = NULL)) {\n"
+ "> +\tif ((entry == NULL) || (entry->payload == NULL) ||\n"
+ "> +\t    (entry->keyring_name == NULL)) {\n"
  "> +\t\trc = -ENOMEM;\n"
  "> +\t\tgoto out;\n"
  "> +\t}\n"
@@ -250,4 +250,4 @@
  "> +\treturn !ima_process_keys;\n"
  > +}
 
-bccf5dd5751ed6092816f879d1448feceac473247e9cfffd5ea536faade6d507
+a9db4680c0579ef50383a48055cd2008eef68026493d8d7b0374478ada7675f6

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.