diff for duplicates of <1576138743.4579.147.camel@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 5c433c4..8947841 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -86,8 +86,8 @@ On Wed, 2019-12-11 at 10:51 -0800, Lakshmi Ramasubramanian wrote: > + 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; > + } @@ -153,7 +153,7 @@ On Wed, 2019-12-11 at 10:51 -0800, Lakshmi Ramasubramanian wrote: The v1 comment, which explained the need for using a temporary -keyring, is an example of an informative comment.  If you don't +keyring, is an example of an informative comment. If you don't object, instead of re-posting this patch, I can insert it. Mimi diff --git a/a/content_digest b/N1/content_digest index 6bf0d6b..f2b9e89 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020191211185116.2740-2-nramas@linux.microsoft.com\0" "From\0Mimi Zohar <zohar@linux.ibm.com>\0" "Subject\0Re: [PATCH v2 1/2] IMA: Define workqueue for early boot \"key\" measurements\0" - "Date\0Thu, 12 Dec 2019 08:19:03 +0000\0" + "Date\0Thu, 12 Dec 2019 03:19:03 -0500\0" "To\0Lakshmi Ramasubramanian <nramas@linux.microsoft.com>" " linux-integrity@vger.kernel.org\0" "Cc\0eric.snowberg@oracle.com" @@ -103,8 +103,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" @@ -170,7 +170,7 @@ "\n" "\n" "The v1 comment, which explained the need for using a temporary\n" - "keyring, is an example of an informative comment. \342\224\254\303\241If you don't\n" + "keyring, is an example of an informative comment. \302\240If you don't\n" "object, instead of re-posting this patch, I can insert it.\n" "\n" "Mimi\n" @@ -189,4 +189,4 @@ "> * ima_post_key_create_or_update - measure asymmetric keys\n" > * @keyring: keyring to which the key is linked to -96ea5e72cd05ede48ca5362bd1c4c14d5eefe14b8f5cbb0ee8b71805ee4fc4d9 +ee23556ea7d052fb83fd3f79da9a31f504280276c0e326b1d245bcb7a3aa803c
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.