diff for duplicates of <20181122230906.GA198127@google.com> diff --git a/a/1.txt b/N1/1.txt index 0bdb66e..4374c79 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On Wed, Nov 21, 2018 at 07:25:26PM -0800, Andy Lutomirski wrote: -> On Wed, Nov 21, 2018 at 6:27 PM Andrew Morton <akpm@linux-foundation.org> wrote: +> On Wed, Nov 21, 2018 at 6:27 PM Andrew Morton <akpm at linux-foundation.org> wrote: > > -> > On Tue, 20 Nov 2018 13:13:35 -0800 Joel Fernandes <joel@joelfernandes.org> wrote: +> > On Tue, 20 Nov 2018 13:13:35 -0800 Joel Fernandes <joel at joelfernandes.org> wrote: > > > > > > > I am Ok with whatever Andrew wants to do, if it is better to squash it with > > > > > the original, then I can do that and send another patch. @@ -29,7 +29,7 @@ On Wed, Nov 21, 2018 at 07:25:26PM -0800, Andy Lutomirski wrote: Sure, I removed the old tags and also provide an updated patch below inline. -> > From: "Joel Fernandes (Google)" <joel@joelfernandes.org> +> > From: "Joel Fernandes (Google)" <joel at joelfernandes.org> > > Subject: mm: Add an F_SEAL_FUTURE_WRITE seal to memfd > > > > Android uses ashmem for sharing memory regions. We are looking forward to @@ -116,7 +116,7 @@ earlier ones. Andy, could you provide Acks and/or Reviewed-by tag as well? ---8<----------------------- >From b5a4960e755af67e9f6f9e65db5113e712cf338e Mon Sep 17 00:00:00 2001 -From: "Joel Fernandes (Google)" <joel@joelfernandes.org> +From: "Joel Fernandes (Google)" <joel at joelfernandes.org> Date: Sat, 10 Nov 2018 22:21:31 -0800 Subject: [PATCH v4] mm/memfd: Add an F_SEAL_FUTURE_WRITE seal to memfd @@ -145,10 +145,10 @@ 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/ -Suggested-by: Andy Lutomirski <luto@kernel.org> -Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> +Suggested-by: 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 8a18897..08485b9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,29 +8,15 @@ "ref\020181120211335.GC22801@google.com\0" "ref\020181121182701.0d8a775fda6af1f8d2be8f25@linux-foundation.org\0" "ref\0CALCETrUGyhqi+M3cTdqJNNOPfTWn-R-ekM_R5heq2mbdVqPUAw@mail.gmail.com\0" - "From\0Joel Fernandes <joel@joelfernandes.org>\0" - "Subject\0Re: [PATCH -next 1/2] mm/memfd: make F_SEAL_FUTURE_WRITE seal more robust\0" + "From\0joel at joelfernandes.org (Joel Fernandes)\0" + "Subject\0[PATCH -next 1/2] mm/memfd: make F_SEAL_FUTURE_WRITE seal more robust\0" "Date\0Thu, 22 Nov 2018 15:09:06 -0800\0" - "To\0Andy Lutomirski <luto@kernel.org>\0" - "Cc\0Andrew Morton <akpm@linux-foundation.org>" - Stephen Rothwell <sfr@canb.auug.org.au> - LKML <linux-kernel@vger.kernel.org> - Hugh Dickins <hughd@google.com> - Jann Horn <jannh@google.com> - Khalid Aziz <khalid.aziz@oracle.com> - Linux API <linux-api@vger.kernel.org> - open list:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org> - Linux-MM <linux-mm@kvack.org> - marcandre.lureau@redhat.com - Matthew Wilcox <willy@infradead.org> - Mike Kravetz <mike.kravetz@oracle.com> - " Shuah Khan <shuah@kernel.org>\0" "\00:1\0" "b\0" "On Wed, Nov 21, 2018 at 07:25:26PM -0800, Andy Lutomirski wrote:\n" - "> On Wed, Nov 21, 2018 at 6:27 PM Andrew Morton <akpm@linux-foundation.org> wrote:\n" + "> On Wed, Nov 21, 2018 at 6:27 PM Andrew Morton <akpm at linux-foundation.org> wrote:\n" "> >\n" - "> > On Tue, 20 Nov 2018 13:13:35 -0800 Joel Fernandes <joel@joelfernandes.org> wrote:\n" + "> > On Tue, 20 Nov 2018 13:13:35 -0800 Joel Fernandes <joel at joelfernandes.org> wrote:\n" "> >\n" "> > > > > I am Ok with whatever Andrew wants to do, if it is better to squash it with\n" "> > > > > the original, then I can do that and send another patch.\n" @@ -58,7 +44,7 @@ "\n" "Sure, I removed the old tags and also provide an updated patch below inline.\n" "\n" - "> > From: \"Joel Fernandes (Google)\" <joel@joelfernandes.org>\n" + "> > From: \"Joel Fernandes (Google)\" <joel at joelfernandes.org>\n" "> > Subject: mm: Add an F_SEAL_FUTURE_WRITE seal to memfd\n" "> >\n" "> > Android uses ashmem for sharing memory regions. We are looking forward to\n" @@ -145,7 +131,7 @@ "---8<-----------------------\n" "\n" ">From b5a4960e755af67e9f6f9e65db5113e712cf338e Mon Sep 17 00:00:00 2001\n" - "From: \"Joel Fernandes (Google)\" <joel@joelfernandes.org>\n" + "From: \"Joel Fernandes (Google)\" <joel at joelfernandes.org>\n" "Date: Sat, 10 Nov 2018 22:21:31 -0800\n" "Subject: [PATCH v4] mm/memfd: Add an F_SEAL_FUTURE_WRITE seal to memfd\n" "\n" @@ -174,10 +160,10 @@ "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" - "Suggested-by: Andy Lutomirski <luto@kernel.org>\n" - "Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>\n" + "Suggested-by: 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" @@ -278,4 +264,4 @@ "-- \n" 2.19.1.1215.g8438c0b245-goog -3b2c51d62f662a80109584eee02d96c8357a30d0920d211c6698c600dc098acf +f58c4ebde114fa8c65b2235b29083c3351b6c2782a7058c29f6ad430c65eada4
diff --git a/a/1.txt b/N2/1.txt index 0bdb66e..c63092c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,5 +1,5 @@ -On Wed, Nov 21, 2018 at 07:25:26PM -0800, Andy Lutomirski wrote: -> On Wed, Nov 21, 2018 at 6:27 PM Andrew Morton <akpm@linux-foundation.org> wrote: +On Wed, Nov 21, 2018@07:25:26PM -0800, Andy Lutomirski wrote: +> On Wed, Nov 21, 2018@6:27 PM Andrew Morton <akpm@linux-foundation.org> wrote: > > > > On Tue, 20 Nov 2018 13:13:35 -0800 Joel Fernandes <joel@joelfernandes.org> wrote: > > @@ -29,7 +29,7 @@ On Wed, Nov 21, 2018 at 07:25:26PM -0800, Andy Lutomirski wrote: Sure, I removed the old tags and also provide an updated patch below inline. -> > From: "Joel Fernandes (Google)" <joel@joelfernandes.org> +> > From: "Joel Fernandes (Google)" <joel at joelfernandes.org> > > Subject: mm: Add an F_SEAL_FUTURE_WRITE seal to memfd > > > > Android uses ashmem for sharing memory regions. We are looking forward to @@ -145,10 +145,10 @@ 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/ -Suggested-by: Andy Lutomirski <luto@kernel.org> -Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> +Suggested-by: 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 8a18897..c4b5087 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -8,27 +8,13 @@ "ref\020181120211335.GC22801@google.com\0" "ref\020181121182701.0d8a775fda6af1f8d2be8f25@linux-foundation.org\0" "ref\0CALCETrUGyhqi+M3cTdqJNNOPfTWn-R-ekM_R5heq2mbdVqPUAw@mail.gmail.com\0" - "From\0Joel Fernandes <joel@joelfernandes.org>\0" - "Subject\0Re: [PATCH -next 1/2] mm/memfd: make F_SEAL_FUTURE_WRITE seal more robust\0" + "From\0joel@joelfernandes.org (Joel Fernandes)\0" + "Subject\0[PATCH -next 1/2] mm/memfd: make F_SEAL_FUTURE_WRITE seal more robust\0" "Date\0Thu, 22 Nov 2018 15:09:06 -0800\0" - "To\0Andy Lutomirski <luto@kernel.org>\0" - "Cc\0Andrew Morton <akpm@linux-foundation.org>" - Stephen Rothwell <sfr@canb.auug.org.au> - LKML <linux-kernel@vger.kernel.org> - Hugh Dickins <hughd@google.com> - Jann Horn <jannh@google.com> - Khalid Aziz <khalid.aziz@oracle.com> - Linux API <linux-api@vger.kernel.org> - open list:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org> - Linux-MM <linux-mm@kvack.org> - marcandre.lureau@redhat.com - Matthew Wilcox <willy@infradead.org> - Mike Kravetz <mike.kravetz@oracle.com> - " Shuah Khan <shuah@kernel.org>\0" "\00:1\0" "b\0" - "On Wed, Nov 21, 2018 at 07:25:26PM -0800, Andy Lutomirski wrote:\n" - "> On Wed, Nov 21, 2018 at 6:27 PM Andrew Morton <akpm@linux-foundation.org> wrote:\n" + "On Wed, Nov 21, 2018@07:25:26PM -0800, Andy Lutomirski wrote:\n" + "> On Wed, Nov 21, 2018@6:27 PM Andrew Morton <akpm@linux-foundation.org> wrote:\n" "> >\n" "> > On Tue, 20 Nov 2018 13:13:35 -0800 Joel Fernandes <joel@joelfernandes.org> wrote:\n" "> >\n" @@ -58,7 +44,7 @@ "\n" "Sure, I removed the old tags and also provide an updated patch below inline.\n" "\n" - "> > From: \"Joel Fernandes (Google)\" <joel@joelfernandes.org>\n" + "> > From: \"Joel Fernandes (Google)\" <joel at joelfernandes.org>\n" "> > Subject: mm: Add an F_SEAL_FUTURE_WRITE seal to memfd\n" "> >\n" "> > Android uses ashmem for sharing memory regions. We are looking forward to\n" @@ -174,10 +160,10 @@ "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" - "Suggested-by: Andy Lutomirski <luto@kernel.org>\n" - "Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>\n" + "Suggested-by: 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" @@ -278,4 +264,4 @@ "-- \n" 2.19.1.1215.g8438c0b245-goog -3b2c51d62f662a80109584eee02d96c8357a30d0920d211c6698c600dc098acf +91334cb6b16bd36788c7850c4801d74f6c5f8a9f398d1dad22d79a0699c953e1
diff --git a/a/1.txt b/N3/1.txt index 0bdb66e..d8fa943 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -115,7 +115,7 @@ earlier ones. Andy, could you provide Acks and/or Reviewed-by tag as well? ---8<----------------------- ->From b5a4960e755af67e9f6f9e65db5113e712cf338e Mon Sep 17 00:00:00 2001 +From b5a4960e755af67e9f6f9e65db5113e712cf338e Mon Sep 17 00:00:00 2001 From: "Joel Fernandes (Google)" <joel@joelfernandes.org> Date: Sat, 10 Nov 2018 22:21:31 -0800 Subject: [PATCH v4] mm/memfd: Add an F_SEAL_FUTURE_WRITE seal to memfd diff --git a/a/content_digest b/N3/content_digest index 8a18897..b212ac7 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -144,7 +144,7 @@ "\n" "---8<-----------------------\n" "\n" - ">From b5a4960e755af67e9f6f9e65db5113e712cf338e Mon Sep 17 00:00:00 2001\n" + "From b5a4960e755af67e9f6f9e65db5113e712cf338e Mon Sep 17 00:00:00 2001\n" "From: \"Joel Fernandes (Google)\" <joel@joelfernandes.org>\n" "Date: Sat, 10 Nov 2018 22:21:31 -0800\n" "Subject: [PATCH v4] mm/memfd: Add an F_SEAL_FUTURE_WRITE seal to memfd\n" @@ -278,4 +278,4 @@ "-- \n" 2.19.1.1215.g8438c0b245-goog -3b2c51d62f662a80109584eee02d96c8357a30d0920d211c6698c600dc098acf +380cd68f512973d03f29ae4ab4ac0044a9d1fd811d54dabbe3a1c9ec2e62f09d
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.