diff for duplicates of <20220709032001.819487-3-davidgow@google.com> diff --git a/a/1.txt b/N1/1.txt index 1b4b17b..3e800e0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,7 @@ giant array of struct kunit_suite pointers, which can then be directly manipulated. This array is not NULL-terminated, and so none of the test filtering code needs to NULL-terminate anything. -Tested-by: Ma?ra Canal <maira.canal@usp.br> +Tested-by: Maíra Canal <maira.canal@usp.br> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Daniel Latypov <dlatypov@google.com> Co-developed-by: David Gow <davidgow@google.com> @@ -20,22 +20,22 @@ Signed-off-by: David Gow <davidgow@google.com> --- Changes since v3: -https://lore.kernel.org/linux-kselftest/20220625050838.1618469-3-davidgow at google.com/ +https://lore.kernel.org/linux-kselftest/20220625050838.1618469-3-davidgow@google.com/ - Rebase on top of the TAINT_TEST patch series. This should now apply cleanly on top of the kunit branch: - https://lore.kernel.org/linux-kselftest/20220708044847.531566-1-davidgow at google.com/T/#u + https://lore.kernel.org/linux-kselftest/20220708044847.531566-1-davidgow@google.com/T/#u - Add Brendan's Reviewed-by tags. No changes to this patch since v2: -https://lore.kernel.org/linux-kselftest/20220621085345.603820-3-davidgow at google.com/ +https://lore.kernel.org/linux-kselftest/20220621085345.603820-3-davidgow@google.com/ Changes since v1: -https://lore.kernel.org/linux-kselftest/20220618090310.1174932-3-davidgow at google.com/ +https://lore.kernel.org/linux-kselftest/20220618090310.1174932-3-davidgow@google.com/ - No longer NULL-terminate generated suite_sets -- Add Ma?ra's Tested-by tag. +- Add Maíra's Tested-by tag. Changes since RFC: -https://lore.kernel.org/linux-kselftest/20211013191320.2490913-1-dlatypov at google.com/ +https://lore.kernel.org/linux-kselftest/20211013191320.2490913-1-dlatypov@google.com/ - Actually flatten the .kunit_test_suites ELF section, rather than constructing the flattened version at runtime. --- diff --git a/a/content_digest b/N1/content_digest index 6f09a31..84daae9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,27 @@ "From\0David Gow <davidgow@google.com>\0" "Subject\0[PATCH v4 2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites\0" "Date\0Sat, 9 Jul 2022 11:19:58 +0800\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Brendan Higgins <brendanhiggins@google.com>" + Luis Chamberlain <mcgrof@kernel.org> + Jeremy Kerr <jk@codeconstruct.com.au> + Daniel Latypov <dlatypov@google.com> + Shuah Khan <skhan@linuxfoundation.org> + Andrew Jeffery <andrew@aj.id.au> + Mika Westerberg <mika.westerberg@linux.intel.com> + Andra Paraschiv <andraprs@amazon.com> + Longpeng <longpeng2@huawei.com> + " Greg KH <gregkh@linuxfoundation.org>\0" + "Cc\0kunit-dev@googlegroups.com" + linux-kselftest@vger.kernel.org + linux-kernel@vger.kernel.org + " Ma\303\255ra Canal <maira.canal@usp.br>" + linux-mmc@vger.kernel.org + linux-aspeed@lists.ozlabs.org + openbmc@lists.ozlabs.org + linux-usb@vger.kernel.org + linux-modules@vger.kernel.org + Matt Johnston <matt@codeconstruct.com.au> + " David Gow <davidgow@google.com>\0" "\00:1\0" "b\0" "From: Daniel Latypov <dlatypov@google.com>\n" @@ -19,7 +39,7 @@ "manipulated. This array is not NULL-terminated, and so none of the test\n" "filtering code needs to NULL-terminate anything.\n" "\n" - "Tested-by: Ma?ra Canal <maira.canal@usp.br>\n" + "Tested-by: Ma\303\255ra Canal <maira.canal@usp.br>\n" "Reviewed-by: Brendan Higgins <brendanhiggins@google.com>\n" "Signed-off-by: Daniel Latypov <dlatypov@google.com>\n" "Co-developed-by: David Gow <davidgow@google.com>\n" @@ -27,22 +47,22 @@ "---\n" "\n" "Changes since v3:\n" - "https://lore.kernel.org/linux-kselftest/20220625050838.1618469-3-davidgow at google.com/\n" + "https://lore.kernel.org/linux-kselftest/20220625050838.1618469-3-davidgow@google.com/\n" "- Rebase on top of the TAINT_TEST patch series. This should now apply\n" " cleanly on top of the kunit branch:\n" - " https://lore.kernel.org/linux-kselftest/20220708044847.531566-1-davidgow at google.com/T/#u\n" + " https://lore.kernel.org/linux-kselftest/20220708044847.531566-1-davidgow@google.com/T/#u\n" "- Add Brendan's Reviewed-by tags.\n" "\n" "No changes to this patch since v2:\n" - "https://lore.kernel.org/linux-kselftest/20220621085345.603820-3-davidgow at google.com/\n" + "https://lore.kernel.org/linux-kselftest/20220621085345.603820-3-davidgow@google.com/\n" "\n" "Changes since v1:\n" - "https://lore.kernel.org/linux-kselftest/20220618090310.1174932-3-davidgow at google.com/\n" + "https://lore.kernel.org/linux-kselftest/20220618090310.1174932-3-davidgow@google.com/\n" "- No longer NULL-terminate generated suite_sets\n" - "- Add Ma?ra's Tested-by tag.\n" + "- Add Ma\303\255ra's Tested-by tag.\n" "\n" "Changes since RFC:\n" - "https://lore.kernel.org/linux-kselftest/20211013191320.2490913-1-dlatypov at google.com/\n" + "https://lore.kernel.org/linux-kselftest/20211013191320.2490913-1-dlatypov@google.com/\n" "- Actually flatten the .kunit_test_suites ELF section,\n" " rather than constructing the flattened version at runtime.\n" "---\n" @@ -556,4 +576,4 @@ "-- \n" 2.37.0.rc0.161.g10f37bed90-goog -0b5e184c288fd98a092d08845525a06be499fd8e0361541c8a10c6e624d6a1e7 +6566897d284d28eabd6967ac0f47da49a16b37b15443fce82e6ab3496515751a
diff --git a/a/1.txt b/N2/1.txt index 1b4b17b..3e800e0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -12,7 +12,7 @@ giant array of struct kunit_suite pointers, which can then be directly manipulated. This array is not NULL-terminated, and so none of the test filtering code needs to NULL-terminate anything. -Tested-by: Ma?ra Canal <maira.canal@usp.br> +Tested-by: Maíra Canal <maira.canal@usp.br> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Daniel Latypov <dlatypov@google.com> Co-developed-by: David Gow <davidgow@google.com> @@ -20,22 +20,22 @@ Signed-off-by: David Gow <davidgow@google.com> --- Changes since v3: -https://lore.kernel.org/linux-kselftest/20220625050838.1618469-3-davidgow at google.com/ +https://lore.kernel.org/linux-kselftest/20220625050838.1618469-3-davidgow@google.com/ - Rebase on top of the TAINT_TEST patch series. This should now apply cleanly on top of the kunit branch: - https://lore.kernel.org/linux-kselftest/20220708044847.531566-1-davidgow at google.com/T/#u + https://lore.kernel.org/linux-kselftest/20220708044847.531566-1-davidgow@google.com/T/#u - Add Brendan's Reviewed-by tags. No changes to this patch since v2: -https://lore.kernel.org/linux-kselftest/20220621085345.603820-3-davidgow at google.com/ +https://lore.kernel.org/linux-kselftest/20220621085345.603820-3-davidgow@google.com/ Changes since v1: -https://lore.kernel.org/linux-kselftest/20220618090310.1174932-3-davidgow at google.com/ +https://lore.kernel.org/linux-kselftest/20220618090310.1174932-3-davidgow@google.com/ - No longer NULL-terminate generated suite_sets -- Add Ma?ra's Tested-by tag. +- Add Maíra's Tested-by tag. Changes since RFC: -https://lore.kernel.org/linux-kselftest/20211013191320.2490913-1-dlatypov at google.com/ +https://lore.kernel.org/linux-kselftest/20211013191320.2490913-1-dlatypov@google.com/ - Actually flatten the .kunit_test_suites ELF section, rather than constructing the flattened version at runtime. --- diff --git a/a/content_digest b/N2/content_digest index 6f09a31..6f8d3ff 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,27 @@ "From\0David Gow <davidgow@google.com>\0" "Subject\0[PATCH v4 2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites\0" "Date\0Sat, 9 Jul 2022 11:19:58 +0800\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Brendan Higgins <brendanhiggins@google.com>" + Luis Chamberlain <mcgrof@kernel.org> + Jeremy Kerr <jk@codeconstruct.com.au> + Daniel Latypov <dlatypov@google.com> + Shuah Khan <skhan@linuxfoundation.org> + Andrew Jeffery <andrew@aj.id.au> + Mika Westerberg <mika.westerberg@linux.intel.com> + Andra Paraschiv <andraprs@amazon.com> + Longpeng <longpeng2@huawei.com> + " Greg KH <gregkh@linuxfoundation.org>\0" + "Cc\0David Gow <davidgow@google.com>" + linux-aspeed@lists.ozlabs.org + " Ma\303\255ra Canal <maira.canal@usp.br>" + openbmc@lists.ozlabs.org + linux-usb@vger.kernel.org + linux-mmc@vger.kernel.org + linux-kernel@vger.kernel.org + linux-kselftest@vger.kernel.org + Matt Johnston <matt@codeconstruct.com.au> + linux-modules@vger.kernel.org + " kunit-dev@googlegroups.com\0" "\00:1\0" "b\0" "From: Daniel Latypov <dlatypov@google.com>\n" @@ -19,7 +39,7 @@ "manipulated. This array is not NULL-terminated, and so none of the test\n" "filtering code needs to NULL-terminate anything.\n" "\n" - "Tested-by: Ma?ra Canal <maira.canal@usp.br>\n" + "Tested-by: Ma\303\255ra Canal <maira.canal@usp.br>\n" "Reviewed-by: Brendan Higgins <brendanhiggins@google.com>\n" "Signed-off-by: Daniel Latypov <dlatypov@google.com>\n" "Co-developed-by: David Gow <davidgow@google.com>\n" @@ -27,22 +47,22 @@ "---\n" "\n" "Changes since v3:\n" - "https://lore.kernel.org/linux-kselftest/20220625050838.1618469-3-davidgow at google.com/\n" + "https://lore.kernel.org/linux-kselftest/20220625050838.1618469-3-davidgow@google.com/\n" "- Rebase on top of the TAINT_TEST patch series. This should now apply\n" " cleanly on top of the kunit branch:\n" - " https://lore.kernel.org/linux-kselftest/20220708044847.531566-1-davidgow at google.com/T/#u\n" + " https://lore.kernel.org/linux-kselftest/20220708044847.531566-1-davidgow@google.com/T/#u\n" "- Add Brendan's Reviewed-by tags.\n" "\n" "No changes to this patch since v2:\n" - "https://lore.kernel.org/linux-kselftest/20220621085345.603820-3-davidgow at google.com/\n" + "https://lore.kernel.org/linux-kselftest/20220621085345.603820-3-davidgow@google.com/\n" "\n" "Changes since v1:\n" - "https://lore.kernel.org/linux-kselftest/20220618090310.1174932-3-davidgow at google.com/\n" + "https://lore.kernel.org/linux-kselftest/20220618090310.1174932-3-davidgow@google.com/\n" "- No longer NULL-terminate generated suite_sets\n" - "- Add Ma?ra's Tested-by tag.\n" + "- Add Ma\303\255ra's Tested-by tag.\n" "\n" "Changes since RFC:\n" - "https://lore.kernel.org/linux-kselftest/20211013191320.2490913-1-dlatypov at google.com/\n" + "https://lore.kernel.org/linux-kselftest/20211013191320.2490913-1-dlatypov@google.com/\n" "- Actually flatten the .kunit_test_suites ELF section,\n" " rather than constructing the flattened version at runtime.\n" "---\n" @@ -556,4 +576,4 @@ "-- \n" 2.37.0.rc0.161.g10f37bed90-goog -0b5e184c288fd98a092d08845525a06be499fd8e0361541c8a10c6e624d6a1e7 +39ef896412610acf1da824a53f5f153467a8956b72d3de7f182041c768e5b253
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.