diff for duplicates of <20190405015859.32755-2-tobin@kernel.org> diff --git a/a/1.txt b/N1/1.txt index f2b3b4f..ae1554f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,8 +4,8 @@ module we cannot run the tests a second time. Add an empty exit function. -Acked-by: Kees Cook <keescook@chromium.org> -Signed-off-by: Tobin C. Harding <tobin@kernel.org> +Acked-by: Kees Cook <keescook at chromium.org> +Signed-off-by: Tobin C. Harding <tobin at kernel.org> --- lib/test_printf.c | 6 ++++++ 1 file changed, 6 insertions(+) @@ -24,7 +24,7 @@ index 659b6cc0d483..601e8519319a 100644 + +module_exit(test_printf_exit); + - MODULE_AUTHOR("Rasmus Villemoes <linux@rasmusvillemoes.dk>"); + MODULE_AUTHOR("Rasmus Villemoes <linux at rasmusvillemoes.dk>"); MODULE_LICENSE("GPL"); -- 2.21.0 diff --git a/a/content_digest b/N1/content_digest index 424fba9..2766e26 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,25 +1,7 @@ "ref\020190405015859.32755-1-tobin@kernel.org\0" - "From\0Tobin C. Harding <tobin@kernel.org>\0" + "From\0tobin at kernel.org (Tobin C. Harding)\0" "Subject\0[PATCH v4 1/6] lib/test_printf: Add empty module_exit function\0" "Date\0Fri, 5 Apr 2019 12:58:54 +1100\0" - "To\0Shuah Khan <shuah@kernel.org>\0" - "Cc\0Tobin C. Harding <tobin@kernel.org>" - Kees Cook <keescook@chromium.org> - Jann Horn <jannh@google.com> - Andy Shevchenko <andriy.shevchenko@linux.intel.com> - Randy Dunlap <rdunlap@infradead.org> - Rasmus Villemoes <linux@rasmusvillemoes.dk> - Stephen Rothwell <sfr@canb.auug.org.au> - Andy Lutomirski <luto@amacapital.net> - Daniel Micay <danielmicay@gmail.com> - Arnd Bergmann <arnd@arndb.de> - Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> - Gustavo A. R. Silva <gustavo@embeddedor.com> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - Alexander Shishkin <alexander.shishkin@linux.intel.com> - kernel-hardening@lists.openwall.com - linux-kselftest@vger.kernel.org - " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Currently the test_printf module does not have an exit function, this\n" @@ -28,8 +10,8 @@ "\n" "Add an empty exit function.\n" "\n" - "Acked-by: Kees Cook <keescook@chromium.org>\n" - "Signed-off-by: Tobin C. Harding <tobin@kernel.org>\n" + "Acked-by: Kees Cook <keescook at chromium.org>\n" + "Signed-off-by: Tobin C. Harding <tobin at kernel.org>\n" "---\n" " lib/test_printf.c | 6 ++++++\n" " 1 file changed, 6 insertions(+)\n" @@ -48,9 +30,9 @@ "+\n" "+module_exit(test_printf_exit);\n" "+\n" - " MODULE_AUTHOR(\"Rasmus Villemoes <linux@rasmusvillemoes.dk>\");\n" + " MODULE_AUTHOR(\"Rasmus Villemoes <linux at rasmusvillemoes.dk>\");\n" " MODULE_LICENSE(\"GPL\");\n" "-- \n" 2.21.0 -d52227863ca1a8ed941ef549a9c3a31ef7a0d906dc724b91e40407fea9f36bd9 +1202a80609535791d9e28752d68eea313c483a0f2ebd37c4e8fd1c347cf6d5eb
diff --git a/a/1.txt b/N2/1.txt index f2b3b4f..ae1554f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,8 +4,8 @@ module we cannot run the tests a second time. Add an empty exit function. -Acked-by: Kees Cook <keescook@chromium.org> -Signed-off-by: Tobin C. Harding <tobin@kernel.org> +Acked-by: Kees Cook <keescook at chromium.org> +Signed-off-by: Tobin C. Harding <tobin at kernel.org> --- lib/test_printf.c | 6 ++++++ 1 file changed, 6 insertions(+) @@ -24,7 +24,7 @@ index 659b6cc0d483..601e8519319a 100644 + +module_exit(test_printf_exit); + - MODULE_AUTHOR("Rasmus Villemoes <linux@rasmusvillemoes.dk>"); + MODULE_AUTHOR("Rasmus Villemoes <linux at rasmusvillemoes.dk>"); MODULE_LICENSE("GPL"); -- 2.21.0 diff --git a/a/content_digest b/N2/content_digest index 424fba9..9f0694a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,25 +1,7 @@ "ref\020190405015859.32755-1-tobin@kernel.org\0" - "From\0Tobin C. Harding <tobin@kernel.org>\0" + "From\0tobin@kernel.org (Tobin C. Harding)\0" "Subject\0[PATCH v4 1/6] lib/test_printf: Add empty module_exit function\0" "Date\0Fri, 5 Apr 2019 12:58:54 +1100\0" - "To\0Shuah Khan <shuah@kernel.org>\0" - "Cc\0Tobin C. Harding <tobin@kernel.org>" - Kees Cook <keescook@chromium.org> - Jann Horn <jannh@google.com> - Andy Shevchenko <andriy.shevchenko@linux.intel.com> - Randy Dunlap <rdunlap@infradead.org> - Rasmus Villemoes <linux@rasmusvillemoes.dk> - Stephen Rothwell <sfr@canb.auug.org.au> - Andy Lutomirski <luto@amacapital.net> - Daniel Micay <danielmicay@gmail.com> - Arnd Bergmann <arnd@arndb.de> - Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> - Gustavo A. R. Silva <gustavo@embeddedor.com> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - Alexander Shishkin <alexander.shishkin@linux.intel.com> - kernel-hardening@lists.openwall.com - linux-kselftest@vger.kernel.org - " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Currently the test_printf module does not have an exit function, this\n" @@ -28,8 +10,8 @@ "\n" "Add an empty exit function.\n" "\n" - "Acked-by: Kees Cook <keescook@chromium.org>\n" - "Signed-off-by: Tobin C. Harding <tobin@kernel.org>\n" + "Acked-by: Kees Cook <keescook at chromium.org>\n" + "Signed-off-by: Tobin C. Harding <tobin at kernel.org>\n" "---\n" " lib/test_printf.c | 6 ++++++\n" " 1 file changed, 6 insertions(+)\n" @@ -48,9 +30,9 @@ "+\n" "+module_exit(test_printf_exit);\n" "+\n" - " MODULE_AUTHOR(\"Rasmus Villemoes <linux@rasmusvillemoes.dk>\");\n" + " MODULE_AUTHOR(\"Rasmus Villemoes <linux at rasmusvillemoes.dk>\");\n" " MODULE_LICENSE(\"GPL\");\n" "-- \n" 2.21.0 -d52227863ca1a8ed941ef549a9c3a31ef7a0d906dc724b91e40407fea9f36bd9 +facf7c3e390d8b4b02dd4c845ddde0e4322ea793a904be72b300e4c0d0f3b3aa
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.