diff for duplicates of <20190112203816.85534-2-joel@joelfernandes.org> diff --git a/a/1.txt b/N1/1.txt index 2edf3f7..195bc1b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -From: "Joel Fernandes (Google)" <joel@joelfernandes.org> +From: "Joel Fernandes (Google)" <joel at joelfernandes.org> Android uses ashmem for sharing memory regions. We are looking forward to migrating all usecases of ashmem to memfd so that we can possibly remove @@ -25,11 +25,11 @@ where we don't need to modify core VFS structures to get the same behavior of the seal. This solves several side-effects pointed by Andy. self-tests are provided in later patch to verify the expected semantics. -[1] https://lore.kernel.org/lkml/20181111173650.GA256781@google.com/ +[1] https://lore.kernel.org/lkml/20181111173650.GA256781 at google.com/ [Thanks a lot to Andy for suggestions to improve code] -Cc: Andy Lutomirski <luto@kernel.org> -Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> +Cc: Andy Lutomirski <luto at kernel.org> +Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org> --- fs/hugetlbfs/inode.c | 2 +- include/uapi/linux/fcntl.h | 1 + diff --git a/a/content_digest b/N1/content_digest index 3ec8a03..3812bdf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,30 +1,10 @@ "ref\020190112203816.85534-1-joel@joelfernandes.org\0" - "From\0Joel Fernandes <joel@joelfernandes.org>\0" + "From\0joel at joelfernandes.org (Joel Fernandes)\0" "Subject\0[PATCH v4 1/2] mm/memfd: Add an F_SEAL_FUTURE_WRITE seal to memfd\0" "Date\0Sat, 12 Jan 2019 15:38:15 -0500\0" - "To\0linux-kernel@vger.kernel.org\0" - "Cc\0Joel Fernandes (Google) <joel@joelfernandes.org>" - Andy Lutomirski <luto@kernel.org> - Al Viro <viro@zeniv.linux.org.uk> - Andrew Morton <akpm@linux-foundation.org> - dancol@google.com - Hugh Dickins <hughd@google.com> - Jann Horn <jannh@google.com> - J. Bruce Fields <bfields@fieldses.org> - Jeff Layton <jlayton@kernel.org> - John Stultz <john.stultz@linaro.org> - linux-api@vger.kernel.org - linux-fsdevel@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> - minchan@kernel.org - " Shuah Khan <shuah@kernel.org>\0" "\00:1\0" "b\0" - "From: \"Joel Fernandes (Google)\" <joel@joelfernandes.org>\n" + "From: \"Joel Fernandes (Google)\" <joel at joelfernandes.org>\n" "\n" "Android uses ashmem for sharing memory regions. We are looking forward to\n" "migrating all usecases of ashmem to memfd so that we can possibly remove\n" @@ -51,11 +31,11 @@ "behavior of the seal. This solves several side-effects pointed by Andy.\n" "self-tests are provided in later patch to verify the expected semantics.\n" "\n" - "[1] https://lore.kernel.org/lkml/20181111173650.GA256781@google.com/\n" + "[1] https://lore.kernel.org/lkml/20181111173650.GA256781 at google.com/\n" "\n" "[Thanks a lot to Andy for suggestions to improve code]\n" - "Cc: Andy Lutomirski <luto@kernel.org>\n" - "Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>\n" + "Cc: Andy Lutomirski <luto at kernel.org>\n" + "Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n" "---\n" " fs/hugetlbfs/inode.c | 2 +-\n" " include/uapi/linux/fcntl.h | 1 +\n" @@ -155,4 +135,4 @@ "-- \n" 2.20.1.97.g81188d93c3-goog -a8f66c937a4dea0fa6fc5f4e0b7a87b05d8b6bfce3c7d8cd34f2867b1ff84b0c +3218499b3814531f2fc4d2d328727812f153ae18c6baf3cd68265a1276014024
diff --git a/a/1.txt b/N2/1.txt index 2edf3f7..6754e97 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -25,11 +25,11 @@ where we don't need to modify core VFS structures to get the same behavior of the seal. This solves several side-effects pointed by Andy. self-tests are provided in later patch to verify the expected semantics. -[1] https://lore.kernel.org/lkml/20181111173650.GA256781@google.com/ +[1] https://lore.kernel.org/lkml/20181111173650.GA256781 at google.com/ [Thanks a lot to Andy for suggestions to improve code] -Cc: Andy Lutomirski <luto@kernel.org> -Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> +Cc: Andy Lutomirski <luto at kernel.org> +Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org> --- fs/hugetlbfs/inode.c | 2 +- include/uapi/linux/fcntl.h | 1 + diff --git a/a/content_digest b/N2/content_digest index 3ec8a03..666d5b2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,27 +1,7 @@ "ref\020190112203816.85534-1-joel@joelfernandes.org\0" - "From\0Joel Fernandes <joel@joelfernandes.org>\0" + "From\0joel@joelfernandes.org (Joel Fernandes)\0" "Subject\0[PATCH v4 1/2] mm/memfd: Add an F_SEAL_FUTURE_WRITE seal to memfd\0" "Date\0Sat, 12 Jan 2019 15:38:15 -0500\0" - "To\0linux-kernel@vger.kernel.org\0" - "Cc\0Joel Fernandes (Google) <joel@joelfernandes.org>" - Andy Lutomirski <luto@kernel.org> - Al Viro <viro@zeniv.linux.org.uk> - Andrew Morton <akpm@linux-foundation.org> - dancol@google.com - Hugh Dickins <hughd@google.com> - Jann Horn <jannh@google.com> - J. Bruce Fields <bfields@fieldses.org> - Jeff Layton <jlayton@kernel.org> - John Stultz <john.stultz@linaro.org> - linux-api@vger.kernel.org - linux-fsdevel@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> - minchan@kernel.org - " Shuah Khan <shuah@kernel.org>\0" "\00:1\0" "b\0" "From: \"Joel Fernandes (Google)\" <joel@joelfernandes.org>\n" @@ -51,11 +31,11 @@ "behavior of the seal. This solves several side-effects pointed by Andy.\n" "self-tests are provided in later patch to verify the expected semantics.\n" "\n" - "[1] https://lore.kernel.org/lkml/20181111173650.GA256781@google.com/\n" + "[1] https://lore.kernel.org/lkml/20181111173650.GA256781 at google.com/\n" "\n" "[Thanks a lot to Andy for suggestions to improve code]\n" - "Cc: Andy Lutomirski <luto@kernel.org>\n" - "Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>\n" + "Cc: Andy Lutomirski <luto at kernel.org>\n" + "Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n" "---\n" " fs/hugetlbfs/inode.c | 2 +-\n" " include/uapi/linux/fcntl.h | 1 +\n" @@ -155,4 +135,4 @@ "-- \n" 2.20.1.97.g81188d93c3-goog -a8f66c937a4dea0fa6fc5f4e0b7a87b05d8b6bfce3c7d8cd34f2867b1ff84b0c +11827f9833d3ab6a45c0f9d7cfc9852615c5d044213fe981c1f11df96d3a5106
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.