diff for duplicates of <20191115172832.GA21300@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index acbbc6b..9170506 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -170,7 +170,8 @@ On Wed, Nov 06, 2019 at 04:12:59PM -0800, Eric Biggers wrote: > +{ > + seq_puts(m, key->description); > + if (key_is_positive(key)) { -> + const struct fscrypt_key_provisioning_payload *payload > + key->payload.data[0]; +> + const struct fscrypt_key_provisioning_payload *payload = +> + key->payload.data[0]; > + > + seq_printf(m, ": %u [%u]", key->datalen, payload->type); > + } diff --git a/a/content_digest b/N1/content_digest index 1d8da0f..9e3d87a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020191107001259.115018-1-ebiggers@kernel.org\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY\0" - "Date\0Fri, 15 Nov 2019 17:28:53 +0000\0" + "Date\0Fri, 15 Nov 2019 19:28:53 +0200\0" "To\0Eric Biggers <ebiggers@kernel.org>\0" "Cc\0linux-fscrypt@vger.kernel.org" Theodore Y . Ts'o <tytso@mit.edu> @@ -189,7 +189,8 @@ "> +{\n" "> +\tseq_puts(m, key->description);\n" "> +\tif (key_is_positive(key)) {\n" - "> +\t\tconst struct fscrypt_key_provisioning_payload *payload > +\t\t\tkey->payload.data[0];\n" + "> +\t\tconst struct fscrypt_key_provisioning_payload *payload =\n" + "> +\t\t\tkey->payload.data[0];\n" "> +\n" "> +\t\tseq_printf(m, \": %u [%u]\", key->datalen, payload->type);\n" "> +\t}\n" @@ -356,4 +357,4 @@ "\n" /Jarkko -3cf2ee2bee5d2430eddbb46f99c59a01ba71e97b097eb0658bf825af3d8e00ff +54bf6c5685737d4b20eb2812bda8cf1e0213d7f455a153e349db21577fcb897c
diff --git a/a/1.txt b/N2/1.txt index acbbc6b..70a3cc1 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -170,7 +170,8 @@ On Wed, Nov 06, 2019 at 04:12:59PM -0800, Eric Biggers wrote: > +{ > + seq_puts(m, key->description); > + if (key_is_positive(key)) { -> + const struct fscrypt_key_provisioning_payload *payload > + key->payload.data[0]; +> + const struct fscrypt_key_provisioning_payload *payload = +> + key->payload.data[0]; > + > + seq_printf(m, ": %u [%u]", key->datalen, payload->type); > + } @@ -336,3 +337,9 @@ I don't see anything obviously wrong. Just would reformat it a bit. How you tested it? /Jarkko + + +_______________________________________________ +Linux-f2fs-devel mailing list +Linux-f2fs-devel@lists.sourceforge.net +https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel diff --git a/a/content_digest b/N2/content_digest index 1d8da0f..3b1cb3c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,20 @@ "ref\020191107001259.115018-1-ebiggers@kernel.org\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" - "Subject\0Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY\0" - "Date\0Fri, 15 Nov 2019 17:28:53 +0000\0" + "Subject\0Re: [f2fs-dev] [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY\0" + "Date\0Fri, 15 Nov 2019 19:28:53 +0200\0" "To\0Eric Biggers <ebiggers@kernel.org>\0" - "Cc\0linux-fscrypt@vger.kernel.org" + "Cc\0David Howells <dhowells@redhat.com>" Theodore Y . Ts'o <tytso@mit.edu> - Jaegeuk Kim <jaegeuk@kernel.org> - Paul Crowley <paulcrowley@google.com> + Ondrej Mosnacek <omosnace@redhat.com> + linux-f2fs-devel@lists.sourceforge.net Paul Lawrence <paullawrence@google.com> + linux-fscrypt@vger.kernel.org keyrings@vger.kernel.org - linux-ext4@vger.kernel.org - linux-f2fs-devel@lists.sourceforge.net linux-mtd@lists.infradead.org - David Howells <dhowells@redhat.com> - Ondrej Mosnacek <omosnace@redhat.com> - " Ondrej Kozina <okozina@redhat.com>\0" + Ondrej Kozina <okozina@redhat.com> + Jaegeuk Kim <jaegeuk@kernel.org> + linux-ext4@vger.kernel.org + " Paul Crowley <paulcrowley@google.com>\0" "\00:1\0" "b\0" "On Wed, Nov 06, 2019 at 04:12:59PM -0800, Eric Biggers wrote:\n" @@ -189,7 +189,8 @@ "> +{\n" "> +\tseq_puts(m, key->description);\n" "> +\tif (key_is_positive(key)) {\n" - "> +\t\tconst struct fscrypt_key_provisioning_payload *payload > +\t\t\tkey->payload.data[0];\n" + "> +\t\tconst struct fscrypt_key_provisioning_payload *payload =\n" + "> +\t\t\tkey->payload.data[0];\n" "> +\n" "> +\t\tseq_printf(m, \": %u [%u]\", key->datalen, payload->type);\n" "> +\t}\n" @@ -354,6 +355,12 @@ "I don't see anything obviously wrong. Just would reformat it a bit.\n" "How you tested it?\n" "\n" - /Jarkko + "/Jarkko\n" + "\n" + "\n" + "_______________________________________________\n" + "Linux-f2fs-devel mailing list\n" + "Linux-f2fs-devel@lists.sourceforge.net\n" + https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel -3cf2ee2bee5d2430eddbb46f99c59a01ba71e97b097eb0658bf825af3d8e00ff +72be6bd32da5464c95da6915910abc19c961a70d4964a37260810eecb9cb201f
diff --git a/a/1.txt b/N3/1.txt index acbbc6b..6073385 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -170,7 +170,8 @@ On Wed, Nov 06, 2019 at 04:12:59PM -0800, Eric Biggers wrote: > +{ > + seq_puts(m, key->description); > + if (key_is_positive(key)) { -> + const struct fscrypt_key_provisioning_payload *payload > + key->payload.data[0]; +> + const struct fscrypt_key_provisioning_payload *payload = +> + key->payload.data[0]; > + > + seq_printf(m, ": %u [%u]", key->datalen, payload->type); > + } @@ -336,3 +337,7 @@ I don't see anything obviously wrong. Just would reformat it a bit. How you tested it? /Jarkko + +______________________________________________________ +Linux MTD discussion mailing list +http://lists.infradead.org/mailman/listinfo/linux-mtd/ diff --git a/a/content_digest b/N3/content_digest index 1d8da0f..2c31a42 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,20 +1,20 @@ "ref\020191107001259.115018-1-ebiggers@kernel.org\0" "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0" "Subject\0Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY\0" - "Date\0Fri, 15 Nov 2019 17:28:53 +0000\0" + "Date\0Fri, 15 Nov 2019 19:28:53 +0200\0" "To\0Eric Biggers <ebiggers@kernel.org>\0" - "Cc\0linux-fscrypt@vger.kernel.org" + "Cc\0David Howells <dhowells@redhat.com>" Theodore Y . Ts'o <tytso@mit.edu> - Jaegeuk Kim <jaegeuk@kernel.org> - Paul Crowley <paulcrowley@google.com> + Ondrej Mosnacek <omosnace@redhat.com> + linux-f2fs-devel@lists.sourceforge.net Paul Lawrence <paullawrence@google.com> + linux-fscrypt@vger.kernel.org keyrings@vger.kernel.org - linux-ext4@vger.kernel.org - linux-f2fs-devel@lists.sourceforge.net linux-mtd@lists.infradead.org - David Howells <dhowells@redhat.com> - Ondrej Mosnacek <omosnace@redhat.com> - " Ondrej Kozina <okozina@redhat.com>\0" + Ondrej Kozina <okozina@redhat.com> + Jaegeuk Kim <jaegeuk@kernel.org> + linux-ext4@vger.kernel.org + " Paul Crowley <paulcrowley@google.com>\0" "\00:1\0" "b\0" "On Wed, Nov 06, 2019 at 04:12:59PM -0800, Eric Biggers wrote:\n" @@ -189,7 +189,8 @@ "> +{\n" "> +\tseq_puts(m, key->description);\n" "> +\tif (key_is_positive(key)) {\n" - "> +\t\tconst struct fscrypt_key_provisioning_payload *payload > +\t\t\tkey->payload.data[0];\n" + "> +\t\tconst struct fscrypt_key_provisioning_payload *payload =\n" + "> +\t\t\tkey->payload.data[0];\n" "> +\n" "> +\t\tseq_printf(m, \": %u [%u]\", key->datalen, payload->type);\n" "> +\t}\n" @@ -354,6 +355,10 @@ "I don't see anything obviously wrong. Just would reformat it a bit.\n" "How you tested it?\n" "\n" - /Jarkko + "/Jarkko\n" + "\n" + "______________________________________________________\n" + "Linux MTD discussion mailing list\n" + http://lists.infradead.org/mailman/listinfo/linux-mtd/ -3cf2ee2bee5d2430eddbb46f99c59a01ba71e97b097eb0658bf825af3d8e00ff +adab7dfc42c7542453f60c23f54eb02fb7fb17d6560b64b5eea8e85e14c57c53
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.