diff for duplicates of <20200130162340.GA14232@rapoport-lnx> diff --git a/a/1.txt b/N1/1.txt index b224c4c..e029bfe 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -44,11 +44,11 @@ Of course this is something that must be addressed, as well as modifications to core mm to required keep the secret memory secret, but I'd really like to focus on the userspace ABI first. -[1] https://lore.kernel.org/lkml/1572171452-7958-1-git-send-email-rppt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org/ +[1] https://lore.kernel.org/lkml/1572171452-7958-1-git-send-email-rppt@kernel.org/ [1] https://lore.kernel.org/lkml/20191205153400.GA25575@rapoport-lnx/ ->From 5ca6fb6fc3e68d7b27ef04faa19bed4e2813f7f9 Mon Sep 17 00:00:00 2001 -From: Mike Rapoport <rppt-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org> +From 5ca6fb6fc3e68d7b27ef04faa19bed4e2813f7f9 Mon Sep 17 00:00:00 2001 +From: Mike Rapoport <rppt@linux.ibm.com> Date: Mon, 18 Nov 2019 09:32:22 +0200 Subject: [PATCH] mm: extend memfd with ability to create "secret" memory areas @@ -68,7 +68,7 @@ exapmple will create an uncached mapping (error handling is omitted): ptr = mmap(NULL, MAP_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); -Signed-off-by: Mike Rapoport <rppt-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org> +Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> --- include/linux/memfd.h | 9 ++ include/uapi/linux/magic.h | 1 + diff --git a/a/content_digest b/N1/content_digest index 5c5bd5d..10f061b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,22 @@ - "From\0Mike Rapoport <rppt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Mike Rapoport <rppt@kernel.org>\0" "Subject\0[RFC PATCH] mm: extend memfd with ability to create \"secret\" memory areas\0" "Date\0Thu, 30 Jan 2020 18:23:41 +0200\0" - "To\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0Alan Cox <alan-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>" - Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> - Andy Lutomirski <luto-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Christopher Lameter <cl-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org> - Dave Hansen <dave.hansen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> - James Bottomley <jejb-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org> - Kirill A. Shutemov <kirill-oKw7cIdHH8eLwutG50LtGA@public.gmane.org> - Matthew Wilcox <willy-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> - Peter Zijlstra <peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> + "To\0linux-kernel@vger.kernel.org\0" + "Cc\0Alan Cox <alan@linux.intel.com>" + Andrew Morton <akpm@linux-foundation.org> + Andy Lutomirski <luto@kernel.org> + Christopher Lameter <cl@linux.com> + Dave Hansen <dave.hansen@linux.intel.com> + James Bottomley <jejb@linux.ibm.com> + Kirill A. Shutemov <kirill@shutemov.name> + Matthew Wilcox <willy@infradead.org> + Peter Zijlstra <peterz@infradead.org> Reshetova - Elena <elena.reshetova-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> - Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> - Tycho Andersen <tycho-E0fblnxP3wo@public.gmane.org> - linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org\0" + Elena <elena.reshetova@intel.com> + Thomas Gleixner <tglx@linutronix.de> + Tycho Andersen <tycho@tycho.ws> + linux-api@vger.kernel.org + " linux-mm@kvack.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -65,11 +65,11 @@ "modifications to core mm to required keep the secret memory secret, but I'd\n" "really like to focus on the userspace ABI first.\n" "\n" - "[1] https://lore.kernel.org/lkml/1572171452-7958-1-git-send-email-rppt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org/\n" + "[1] https://lore.kernel.org/lkml/1572171452-7958-1-git-send-email-rppt@kernel.org/\n" "[1] https://lore.kernel.org/lkml/20191205153400.GA25575@rapoport-lnx/\n" "\n" - ">From 5ca6fb6fc3e68d7b27ef04faa19bed4e2813f7f9 Mon Sep 17 00:00:00 2001\n" - "From: Mike Rapoport <rppt-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org>\n" + "From 5ca6fb6fc3e68d7b27ef04faa19bed4e2813f7f9 Mon Sep 17 00:00:00 2001\n" + "From: Mike Rapoport <rppt@linux.ibm.com>\n" "Date: Mon, 18 Nov 2019 09:32:22 +0200\n" "Subject: [PATCH] mm: extend memfd with ability to create \"secret\" memory areas\n" "\n" @@ -89,7 +89,7 @@ " ptr = mmap(NULL, MAP_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED,\n" "\t\t fd, 0);\n" "\n" - "Signed-off-by: Mike Rapoport <rppt-tEXmvtCZX7AybS5Ee8rs3A@public.gmane.org>\n" + "Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>\n" "---\n" " include/linux/memfd.h | 9 ++\n" " include/uapi/linux/magic.h | 1 +\n" @@ -462,4 +462,4 @@ "Sincerely yours,\n" Mike. -731830b9d0a70be56278ac1e517edf4bd8c9da2e0b388a9384bf9ee4688f34a1 +ce64774c7bc1228f205df36501604343c14b32f42c2582a8d2dc09488d89c8ba
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.