diff for duplicates of <Y5GwbPu4cUs0/4Fi@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 56105a4..92a6df8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ On Fri, Dec 02, 2022 at 10:36:46AM -0800, Kristen Carlson Accardi wrote: -> From: Sean Christopherson <sean.j.christopherson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> +> From: Sean Christopherson <sean.j.christopherson@intel.com> > > Add a flag to sgx_reclaim_pages() to instruct it to ignore the age of > page, i.e. reclaim the page even if it's young. The EPC cgroup will use @@ -7,9 +7,9 @@ On Fri, Dec 02, 2022 at 10:36:46AM -0800, Kristen Carlson Accardi wrote: > resorting to other measures, e.g. forcefully reclaimable "unreclaimable" > pages by killing enclaves. > -> Signed-off-by: Sean Christopherson <sean.j.christopherson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> -> Signed-off-by: Kristen Carlson Accardi <kristen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> -> Cc: Sean Christopherson <seanjc-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> +> Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com> +> Cc: Sean Christopherson <seanjc@google.com> > --- > arch/x86/kernel/cpu/sgx/main.c | 46 +++++++++++++++++++++------------- > 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/a/content_digest b/N1/content_digest index 58b39bb..e30a037 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,26 +1,25 @@ "ref\020221202183655.3767674-1-kristen@linux.intel.com\0" "ref\020221202183655.3767674-11-kristen@linux.intel.com\0" - "ref\020221202183655.3767674-11-kristen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org\0" - "From\0Jarkko Sakkinen <jarkko-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Jarkko Sakkinen <jarkko@kernel.org>\0" "Subject\0Re: [PATCH v2 10/18] x86/sgx: Add option to ignore age of page during EPC reclaim\0" "Date\0Thu, 8 Dec 2022 09:37:48 +0000\0" - "To\0Kristen Carlson Accardi <kristen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" - "Cc\0dave.hansen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org" - tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-sgx-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> - Ingo Molnar <mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> - Borislav Petkov <bp-Gina5bIWoIWzQB+pC5nmwQ@public.gmane.org> - x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - H. Peter Anvin <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org> - zhiquan1.li-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org - " Sean Christopherson <seanjc-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\0" + "To\0Kristen Carlson Accardi <kristen@linux.intel.com>\0" + "Cc\0dave.hansen@linux.intel.com" + tj@kernel.org + linux-kernel@vger.kernel.org + linux-sgx@vger.kernel.org + cgroups@vger.kernel.org + Thomas Gleixner <tglx@linutronix.de> + Ingo Molnar <mingo@redhat.com> + Borislav Petkov <bp@alien8.de> + x86@kernel.org + H. Peter Anvin <hpa@zytor.com> + zhiquan1.li@intel.com + " Sean Christopherson <seanjc@google.com>\0" "\00:1\0" "b\0" "On Fri, Dec 02, 2022 at 10:36:46AM -0800, Kristen Carlson Accardi wrote:\n" - "> From: Sean Christopherson <sean.j.christopherson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n" + "> From: Sean Christopherson <sean.j.christopherson@intel.com>\n" "> \n" "> Add a flag to sgx_reclaim_pages() to instruct it to ignore the age of\n" "> page, i.e. reclaim the page even if it's young. The EPC cgroup will use\n" @@ -28,9 +27,9 @@ "> resorting to other measures, e.g. forcefully reclaimable \"unreclaimable\"\n" "> pages by killing enclaves.\n" "> \n" - "> Signed-off-by: Sean Christopherson <sean.j.christopherson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n" - "> Signed-off-by: Kristen Carlson Accardi <kristen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" - "> Cc: Sean Christopherson <seanjc-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>\n" + "> Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>\n" + "> Cc: Sean Christopherson <seanjc@google.com>\n" "> ---\n" "> arch/x86/kernel/cpu/sgx/main.c | 46 +++++++++++++++++++++-------------\n" "> 1 file changed, 29 insertions(+), 17 deletions(-)\n" @@ -55,4 +54,4 @@ "\n" BR, Jarkko -c4c090178b74b71cb04ae21d175130fce4c70a3a3766d4e31d30514b02da4e9f +7e6b4c4c7914b99a20b1b4825097a88a59df4081bf2dd37f7cf055c5f99f095d
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.