diff for duplicates of <20181122232152.GA17060@google.com> diff --git a/a/1.txt b/N1/1.txt index 0f2ce14..c085752 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,10 +5,10 @@ On Mon, Nov 19, 2018 at 09:21:37PM -0800, Joel Fernandes (Google) wrote: > Also add a test to make sure the reopen issue pointed by Jann Horn [1] > is fixed. > -> [1] https://lore.kernel.org/lkml/CAG48ez1h=v-JYnDw81HaYJzOfrNhwYksxmc2r=cJvdQVgYM+NA@mail.gmail.com/ +> [1] https://lore.kernel.org/lkml/CAG48ez1h=v-JYnDw81HaYJzOfrNhwYksxmc2r=cJvdQVgYM+NA at mail.gmail.com/ > -> Cc: Jann Horn <jannh@google.com> -> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> +> Cc: Jann Horn <jannh at google.com> +> Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org> > --- > tools/testing/selftests/memfd/memfd_test.c | 88 +++++++++++----------- > 1 file changed, 44 insertions(+), 44 deletions(-) @@ -17,17 +17,17 @@ Since we squashed [1] the mm/memfd patch modifications suggested by Andy into the original patch, I also squashed the selftests modifications and appended the patch inline below if you want to take this instead: -[1] https://lore.kernel.org/lkml/20181122230906.GA198127@google.com/T/#m8ba68f67f3ec24913a977b62bcaeafc4b194b8c8 +[1] https://lore.kernel.org/lkml/20181122230906.GA198127 at google.com/T/#m8ba68f67f3ec24913a977b62bcaeafc4b194b8c8 ---8<----------------------- -From: "Joel Fernandes (Google)" <joel@joelfernandes.org> +From: "Joel Fernandes (Google)" <joel at joelfernandes.org> Subject: [PATCH v4] selftests/memfd: add tests for F_SEAL_FUTURE_WRITE seal Add tests to verify sealing memfds with the F_SEAL_FUTURE_WRITE works as expected. -Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> +Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org> --- tools/testing/selftests/memfd/memfd_test.c | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/a/content_digest b/N1/content_digest index 0d0a90b..162e6d0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,8 @@ "ref\020181120052137.74317-1-joel@joelfernandes.org\0" "ref\020181120052137.74317-2-joel@joelfernandes.org\0" - "From\0Joel Fernandes <joel@joelfernandes.org>\0" - "Subject\0Re: [PATCH -next 2/2] selftests/memfd: modify tests for F_SEAL_FUTURE_WRITE seal\0" + "From\0joel at joelfernandes.org (Joel Fernandes)\0" + "Subject\0[PATCH -next 2/2] selftests/memfd: modify tests for F_SEAL_FUTURE_WRITE seal\0" "Date\0Thu, 22 Nov 2018 15:21:52 -0800\0" - "To\0linux-kernel@vger.kernel.org\0" - "Cc\0Jann Horn <jannh@google.com>" - Andrew Morton <akpm@linux-foundation.org> - Andy Lutomirski <luto@kernel.org> - Hugh Dickins <hughd@google.com> - Khalid Aziz <khalid.aziz@oracle.com> - linux-api@vger.kernel.org - linux-kselftest@vger.kernel.org - linux-mm@kvack.org - " Marc-Andr\303\251 Lureau <marcandre.lureau@redhat.com>" - Matthew Wilcox <willy@infradead.org> - Mike Kravetz <mike.kravetz@oracle.com> - Shuah Khan <shuah@kernel.org> - " Stephen Rothwell <sfr@canb.auug.org.au>\0" "\00:1\0" "b\0" "On Mon, Nov 19, 2018 at 09:21:37PM -0800, Joel Fernandes (Google) wrote:\n" @@ -26,10 +12,10 @@ "> Also add a test to make sure the reopen issue pointed by Jann Horn [1]\n" "> is fixed.\n" "> \n" - "> [1] https://lore.kernel.org/lkml/CAG48ez1h=v-JYnDw81HaYJzOfrNhwYksxmc2r=cJvdQVgYM+NA@mail.gmail.com/\n" + "> [1] https://lore.kernel.org/lkml/CAG48ez1h=v-JYnDw81HaYJzOfrNhwYksxmc2r=cJvdQVgYM+NA at mail.gmail.com/\n" "> \n" - "> Cc: Jann Horn <jannh@google.com>\n" - "> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>\n" + "> Cc: Jann Horn <jannh at google.com>\n" + "> Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n" "> ---\n" "> tools/testing/selftests/memfd/memfd_test.c | 88 +++++++++++-----------\n" "> 1 file changed, 44 insertions(+), 44 deletions(-)\n" @@ -38,17 +24,17 @@ "the original patch, I also squashed the selftests modifications and appended\n" "the patch inline below if you want to take this instead:\n" "\n" - "[1] https://lore.kernel.org/lkml/20181122230906.GA198127@google.com/T/#m8ba68f67f3ec24913a977b62bcaeafc4b194b8c8\n" + "[1] https://lore.kernel.org/lkml/20181122230906.GA198127 at google.com/T/#m8ba68f67f3ec24913a977b62bcaeafc4b194b8c8\n" "\n" "---8<-----------------------\n" "\n" - "From: \"Joel Fernandes (Google)\" <joel@joelfernandes.org>\n" + "From: \"Joel Fernandes (Google)\" <joel at joelfernandes.org>\n" "Subject: [PATCH v4] selftests/memfd: add tests for F_SEAL_FUTURE_WRITE seal\n" "\n" "Add tests to verify sealing memfds with the F_SEAL_FUTURE_WRITE works as\n" "expected.\n" "\n" - "Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>\n" + "Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n" "---\n" " tools/testing/selftests/memfd/memfd_test.c | 74 ++++++++++++++++++++++\n" " 1 file changed, 74 insertions(+)\n" @@ -162,4 +148,4 @@ "-- \n" 2.19.1.1215.g8438c0b245-goog -e55a5af095e62b28bb4c3990ff56e397fe3dd77f5b626dc2636a2eefbcd31e1c +75f6334fd204fd28c39ba1ed94f53c9378d919d7c6480987845bcbecbbd159c9
diff --git a/a/1.txt b/N2/1.txt index 0f2ce14..54b0052 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,14 +1,14 @@ -On Mon, Nov 19, 2018 at 09:21:37PM -0800, Joel Fernandes (Google) wrote: +On Mon, Nov 19, 2018@09:21:37PM -0800, Joel Fernandes (Google) wrote: > Modify the tests for F_SEAL_FUTURE_WRITE based on the changes > introduced in previous patch. > > Also add a test to make sure the reopen issue pointed by Jann Horn [1] > is fixed. > -> [1] https://lore.kernel.org/lkml/CAG48ez1h=v-JYnDw81HaYJzOfrNhwYksxmc2r=cJvdQVgYM+NA@mail.gmail.com/ +> [1] https://lore.kernel.org/lkml/CAG48ez1h=v-JYnDw81HaYJzOfrNhwYksxmc2r=cJvdQVgYM+NA at mail.gmail.com/ > -> Cc: Jann Horn <jannh@google.com> -> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> +> Cc: Jann Horn <jannh at google.com> +> Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org> > --- > tools/testing/selftests/memfd/memfd_test.c | 88 +++++++++++----------- > 1 file changed, 44 insertions(+), 44 deletions(-) @@ -17,7 +17,7 @@ Since we squashed [1] the mm/memfd patch modifications suggested by Andy into the original patch, I also squashed the selftests modifications and appended the patch inline below if you want to take this instead: -[1] https://lore.kernel.org/lkml/20181122230906.GA198127@google.com/T/#m8ba68f67f3ec24913a977b62bcaeafc4b194b8c8 +[1] https://lore.kernel.org/lkml/20181122230906.GA198127 at google.com/T/#m8ba68f67f3ec24913a977b62bcaeafc4b194b8c8 ---8<----------------------- @@ -27,7 +27,7 @@ Subject: [PATCH v4] selftests/memfd: add tests for F_SEAL_FUTURE_WRITE seal Add tests to verify sealing memfds with the F_SEAL_FUTURE_WRITE works as expected. -Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> +Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org> --- tools/testing/selftests/memfd/memfd_test.c | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/a/content_digest b/N2/content_digest index 0d0a90b..eee6ae6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,35 +1,21 @@ "ref\020181120052137.74317-1-joel@joelfernandes.org\0" "ref\020181120052137.74317-2-joel@joelfernandes.org\0" - "From\0Joel Fernandes <joel@joelfernandes.org>\0" - "Subject\0Re: [PATCH -next 2/2] selftests/memfd: modify tests for F_SEAL_FUTURE_WRITE seal\0" + "From\0joel@joelfernandes.org (Joel Fernandes)\0" + "Subject\0[PATCH -next 2/2] selftests/memfd: modify tests for F_SEAL_FUTURE_WRITE seal\0" "Date\0Thu, 22 Nov 2018 15:21:52 -0800\0" - "To\0linux-kernel@vger.kernel.org\0" - "Cc\0Jann Horn <jannh@google.com>" - Andrew Morton <akpm@linux-foundation.org> - Andy Lutomirski <luto@kernel.org> - Hugh Dickins <hughd@google.com> - Khalid Aziz <khalid.aziz@oracle.com> - linux-api@vger.kernel.org - linux-kselftest@vger.kernel.org - linux-mm@kvack.org - " Marc-Andr\303\251 Lureau <marcandre.lureau@redhat.com>" - Matthew Wilcox <willy@infradead.org> - Mike Kravetz <mike.kravetz@oracle.com> - Shuah Khan <shuah@kernel.org> - " Stephen Rothwell <sfr@canb.auug.org.au>\0" "\00:1\0" "b\0" - "On Mon, Nov 19, 2018 at 09:21:37PM -0800, Joel Fernandes (Google) wrote:\n" + "On Mon, Nov 19, 2018@09:21:37PM -0800, Joel Fernandes (Google) wrote:\n" "> Modify the tests for F_SEAL_FUTURE_WRITE based on the changes\n" "> introduced in previous patch.\n" "> \n" "> Also add a test to make sure the reopen issue pointed by Jann Horn [1]\n" "> is fixed.\n" "> \n" - "> [1] https://lore.kernel.org/lkml/CAG48ez1h=v-JYnDw81HaYJzOfrNhwYksxmc2r=cJvdQVgYM+NA@mail.gmail.com/\n" + "> [1] https://lore.kernel.org/lkml/CAG48ez1h=v-JYnDw81HaYJzOfrNhwYksxmc2r=cJvdQVgYM+NA at mail.gmail.com/\n" "> \n" - "> Cc: Jann Horn <jannh@google.com>\n" - "> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>\n" + "> Cc: Jann Horn <jannh at google.com>\n" + "> Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n" "> ---\n" "> tools/testing/selftests/memfd/memfd_test.c | 88 +++++++++++-----------\n" "> 1 file changed, 44 insertions(+), 44 deletions(-)\n" @@ -38,7 +24,7 @@ "the original patch, I also squashed the selftests modifications and appended\n" "the patch inline below if you want to take this instead:\n" "\n" - "[1] https://lore.kernel.org/lkml/20181122230906.GA198127@google.com/T/#m8ba68f67f3ec24913a977b62bcaeafc4b194b8c8\n" + "[1] https://lore.kernel.org/lkml/20181122230906.GA198127 at google.com/T/#m8ba68f67f3ec24913a977b62bcaeafc4b194b8c8\n" "\n" "---8<-----------------------\n" "\n" @@ -48,7 +34,7 @@ "Add tests to verify sealing memfds with the F_SEAL_FUTURE_WRITE works as\n" "expected.\n" "\n" - "Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>\n" + "Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n" "---\n" " tools/testing/selftests/memfd/memfd_test.c | 74 ++++++++++++++++++++++\n" " 1 file changed, 74 insertions(+)\n" @@ -162,4 +148,4 @@ "-- \n" 2.19.1.1215.g8438c0b245-goog -e55a5af095e62b28bb4c3990ff56e397fe3dd77f5b626dc2636a2eefbcd31e1c +4e5a50811bea3cdd8c55902ece8d255591f41593727478037810c0b2326af0e3
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.