diff for duplicates of <20180907210854.655102443@linuxfoundation.org> diff --git a/a/1.txt b/N1/1.txt index 2ddc6a6..d197cec 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,8 +11,8 @@ should use the secondary keyring with a symbol. Signed-off-by: Yannik Sembritzki <yannik@sembritzki.me> Signed-off-by: David Howells <dhowells@redhat.com> -Cc: keyrings@vger.kernel.org -Cc: linux-security-module@vger.kernel.org +Cc: keyrings at vger.kernel.org +Cc: linux-security-module at vger.kernel.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> @@ -36,8 +36,8 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> if (!trusted_keys) { trusted_keys = builtin_trusted_keys; -- } else if (trusted_keys = (void *)1UL) { -+ } else if (trusted_keys = VERIFY_USE_SECONDARY_KEYRING) { +- } else if (trusted_keys == (void *)1UL) { ++ } else if (trusted_keys == VERIFY_USE_SECONDARY_KEYRING) { #ifdef CONFIG_SECONDARY_TRUSTED_KEYRING trusted_keys = secondary_trusted_keys; #else diff --git a/a/content_digest b/N1/content_digest index e844735..0771d92 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020180907210852.341064285@linuxfoundation.org\0" - "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" + "From\0gregkh@linuxfoundation.org (Greg Kroah-Hartman)\0" "Subject\0[PATCH 4.14 16/89] Replace magic for trusting the secondary keyring with #define\0" - "Date\0Fri, 07 Sep 2018 21:09:10 +0000\0" + "Date\0Fri, 7 Sep 2018 23:09:10 +0200\0" "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" @@ -18,8 +18,8 @@ "\n" "Signed-off-by: Yannik Sembritzki <yannik@sembritzki.me>\n" "Signed-off-by: David Howells <dhowells@redhat.com>\n" - "Cc: keyrings@vger.kernel.org\n" - "Cc: linux-security-module@vger.kernel.org\n" + "Cc: keyrings at vger.kernel.org\n" + "Cc: linux-security-module at vger.kernel.org\n" "Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>\n" "Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>\n" "\n" @@ -43,8 +43,8 @@ " \n" " \tif (!trusted_keys) {\n" " \t\ttrusted_keys = builtin_trusted_keys;\n" - "-\t} else if (trusted_keys = (void *)1UL) {\n" - "+\t} else if (trusted_keys = VERIFY_USE_SECONDARY_KEYRING) {\n" + "-\t} else if (trusted_keys == (void *)1UL) {\n" + "+\t} else if (trusted_keys == VERIFY_USE_SECONDARY_KEYRING) {\n" " #ifdef CONFIG_SECONDARY_TRUSTED_KEYRING\n" " \t\ttrusted_keys = secondary_trusted_keys;\n" " #else\n" @@ -75,4 +75,4 @@ " */\n" enum key_being_used_for { -9812f93912978eb6424ba742c4720db10706aad8e2ae96a49c587b09f88c06a0 +6990740f8b72032ea66a541782e9663bc0bd77a1a90b83ed404fc7700fba3d5d
diff --git a/a/1.txt b/N2/1.txt index 2ddc6a6..ab2bf2d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -36,8 +36,8 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> if (!trusted_keys) { trusted_keys = builtin_trusted_keys; -- } else if (trusted_keys = (void *)1UL) { -+ } else if (trusted_keys = VERIFY_USE_SECONDARY_KEYRING) { +- } else if (trusted_keys == (void *)1UL) { ++ } else if (trusted_keys == VERIFY_USE_SECONDARY_KEYRING) { #ifdef CONFIG_SECONDARY_TRUSTED_KEYRING trusted_keys = secondary_trusted_keys; #else diff --git a/a/content_digest b/N2/content_digest index e844735..3d87cc1 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,15 @@ "ref\020180907210852.341064285@linuxfoundation.org\0" "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" "Subject\0[PATCH 4.14 16/89] Replace magic for trusting the secondary keyring with #define\0" - "Date\0Fri, 07 Sep 2018 21:09:10 +0000\0" - "To\0linux-security-module@vger.kernel.org\0" + "Date\0Fri, 7 Sep 2018 23:09:10 +0200\0" + "To\0linux-kernel@vger.kernel.org\0" + "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>" + stable@vger.kernel.org + Yannik Sembritzki <yannik@sembritzki.me> + David Howells <dhowells@redhat.com> + keyrings@vger.kernel.org + linux-security-module@vger.kernel.org + " Linus Torvalds <torvalds@linux-foundation.org>\0" "\00:1\0" "b\0" "4.14-stable review patch. If anyone has any objections, please let me know.\n" @@ -43,8 +50,8 @@ " \n" " \tif (!trusted_keys) {\n" " \t\ttrusted_keys = builtin_trusted_keys;\n" - "-\t} else if (trusted_keys = (void *)1UL) {\n" - "+\t} else if (trusted_keys = VERIFY_USE_SECONDARY_KEYRING) {\n" + "-\t} else if (trusted_keys == (void *)1UL) {\n" + "+\t} else if (trusted_keys == VERIFY_USE_SECONDARY_KEYRING) {\n" " #ifdef CONFIG_SECONDARY_TRUSTED_KEYRING\n" " \t\ttrusted_keys = secondary_trusted_keys;\n" " #else\n" @@ -75,4 +82,4 @@ " */\n" enum key_being_used_for { -9812f93912978eb6424ba742c4720db10706aad8e2ae96a49c587b09f88c06a0 +365a0b47c6b5bde935a21350c7eefc2d3dcee07f4c34e622c4cc89ee182b79f6
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.