diff for duplicates of <20200123013206.8499-3-nramas@linux.microsoft.com> diff --git a/a/1.txt b/N1/1.txt index fb402fd..a64cd68 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,7 +28,7 @@ index fea2e7dd3b09..7678f0e3e84d 100644 if (key->type != &key_type_asymmetric) return; @@ -37,6 +39,12 @@ void ima_post_key_create_or_update(struct key *keyring, struct key *key, - if (!payload || (payload_len = 0)) + if (!payload || (payload_len == 0)) return; + if (ima_should_queue_key()) diff --git a/a/content_digest b/N1/content_digest index e785654..4b8cd2a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020200123013206.8499-1-nramas@linux.microsoft.com\0" "From\0Lakshmi Ramasubramanian <nramas@linux.microsoft.com>\0" "Subject\0[PATCH v9 2/3] IMA: Call workqueue functions to measure queued keys\0" - "Date\0Thu, 23 Jan 2020 01:32:05 +0000\0" + "Date\0Wed, 22 Jan 2020 17:32:05 -0800\0" "To\0zohar@linux.ibm.com" James.Bottomley@hansenpartnership.com " linux-integrity@vger.kernel.org\0" @@ -41,7 +41,7 @@ " \tif (key->type != &key_type_asymmetric)\n" " \t\treturn;\n" "@@ -37,6 +39,12 @@ void ima_post_key_create_or_update(struct key *keyring, struct key *key,\n" - " \tif (!payload || (payload_len = 0))\n" + " \tif (!payload || (payload_len == 0))\n" " \t\treturn;\n" " \n" "+\tif (ima_should_queue_key())\n" @@ -70,4 +70,4 @@ "-- \n" 2.17.1 -c9f8ceaa189ec2f52646324874ba64befaf3b8c527da209505c4562caaae5271 +c3533bb30d289f2ec3bcb1aac34376582b897576c4abc936213814a4e40e8b58
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.