diff for duplicates of <37de083d-a63b-b2ff-d00a-e890a1ba5eea@intel.com> diff --git a/a/1.txt b/N1/1.txt index ad0e446..b16193b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ On 12/2/22 10:36, Kristen Carlson Accardi wrote: -> From: Sean Christopherson <sean.j.christopherson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> +> From: Sean Christopherson <sean.j.christopherson@intel.com> > > In order to avoid repetition of cond_resched() in ksgxd() and > sgx_alloc_epc_page(), move the invocation of post-reclaim cond_resched() @@ -13,9 +13,9 @@ On 12/2/22 10:36, Kristen Carlson Accardi wrote: > __sgx_reclaim_pages() and then have sgx_reclaim_pages() become a > wrapper around that call with a cond_resched(). > -> 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 | 17 +++++++++++------ > 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/a/content_digest b/N1/content_digest index fa5c3eb..565cc1c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,27 +1,26 @@ "ref\020221202183655.3767674-1-kristen@linux.intel.com\0" "ref\020221202183655.3767674-2-kristen@linux.intel.com\0" - "ref\020221202183655.3767674-2-kristen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org\0" - "From\0Dave Hansen <dave.hansen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0" + "From\0Dave Hansen <dave.hansen@intel.com>\0" "Subject\0Re: [PATCH v2 01/18] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()\0" "Date\0Fri, 2 Dec 2022 13:33:22 -0800\0" - "To\0Kristen Carlson Accardi <kristen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>" - jarkko-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - dave.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>\0" - "Cc\0zhiquan1.li-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org" - " Sean Christopherson <seanjc-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\0" + "To\0Kristen Carlson Accardi <kristen@linux.intel.com>" + jarkko@kernel.org + dave.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>\0" + "Cc\0zhiquan1.li@intel.com" + " Sean Christopherson <seanjc@google.com>\0" "\00:1\0" "b\0" "On 12/2/22 10:36, 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" "> In order to avoid repetition of cond_resched() in ksgxd() and\n" "> sgx_alloc_epc_page(), move the invocation of post-reclaim cond_resched()\n" @@ -35,9 +34,9 @@ "> __sgx_reclaim_pages() and then have sgx_reclaim_pages() become a\n" "> wrapper around that call with a cond_resched().\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 | 17 +++++++++++------\n" "> 1 file changed, 11 insertions(+), 6 deletions(-)\n" @@ -68,4 +67,4 @@ "Why bother with the wrapper? Can't we just put cond_resched() in the\n" existing sgx_reclaim_pages()? -3a7a10e7c6a973ea3f2fb23efee6023372d7a493eac2056c2cf9a0d59e899f62 +b9db5908f1b1418bc6981d55054725a27e58e881a2a83a3effcb16a7de3e4a0c
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.