diff for duplicates of <20190409151127.GA248418@google.com> diff --git a/a/1.txt b/N1/1.txt index dd43a05..9907d48 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,12 +34,12 @@ On Tue, Apr 09, 2019 at 04:00:34PM +0100, Qais Yousef wrote: > > IKHD_ST and IKHD_ED markers as is to facilitate future patches that > > would extract the headers from a kernel or module image. > > -> > Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> +> > Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org> > > I applied both patches on 5.1-rc2 and managed to compile and run several > eBPF programs using the untarred headers from /proc/kheaders.tar.xz on my juno. > -> Tested-by: Qais Yousef <qais.yousef@arm.com> +> Tested-by: Qais Yousef <qais.yousef at arm.com> Thank you Qais! Masahiro, if Ok with you now could you give your tag? @@ -58,9 +58,9 @@ thanks, > > > > v4 -> v5: > > (v4 was Tested-by the following folks) -> > Tested-by: qais.yousef@arm.com -> > Tested-by: dietmar.eggemann@arm.com -> > Tested-by: linux@manojrajarao.com +> > Tested-by: qais.yousef at arm.com +> > Tested-by: dietmar.eggemann at arm.com +> > Tested-by: linux at manojrajarao.com > > Thanks! > diff --git a/a/content_digest b/N1/content_digest index 600337e..1a0d049 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,32 +1,8 @@ "ref\020190408212855.233198-1-joel@joelfernandes.org\0" "ref\020190409150034.qkeceveap4tblk25@e107158-lin.cambridge.arm.com\0" - "From\0Joel Fernandes <joel@joelfernandes.org>\0" - "Subject\0Re: [PATCH v6 1/2] Provide in-kernel headers to make extending kernel easier\0" + "From\0joel at joelfernandes.org (Joel Fernandes)\0" + "Subject\0[PATCH v6 1/2] Provide in-kernel headers to make extending kernel easier\0" "Date\0Tue, 9 Apr 2019 11:11:27 -0400\0" - "To\0Qais Yousef <qais.yousef@arm.com>\0" - "Cc\0linux-kernel@vger.kernel.org" - Andrew Morton <akpm@linux-foundation.org> - ast@kernel.org - atishp04@gmail.com - dancol@google.com - Dan Williams <dan.j.williams@intel.com> - dietmar.eggemann@arm.com - gregkh@linuxfoundation.org - Guenter Roeck <groeck@chromium.org> - Jonathan Corbet <corbet@lwn.net> - karim.yaghmour@opersys.com - Kees Cook <keescook@chromium.org> - kernel-team@android.com - linux-doc@vger.kernel.org - linux-kselftest@vger.kernel.org - linux-trace-devel@vger.kernel.org - Manoj Rao <linux@manojrajarao.com> - Masahiro Yamada <yamada.masahiro@socionext.com> - mhiramat@kernel.org - rdunlap@infradead.org - rostedt@goodmis.org - Shuah Khan <shuah@kernel.org> - " yhs@fb.com\0" "\00:1\0" "b\0" "On Tue, Apr 09, 2019 at 04:00:34PM +0100, Qais Yousef wrote:\n" @@ -65,12 +41,12 @@ "> > IKHD_ST and IKHD_ED markers as is to facilitate future patches that\n" "> > would extract the headers from a kernel or module image.\n" "> > \n" - "> > Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>\n" + "> > Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n" "> \n" "> I applied both patches on 5.1-rc2 and managed to compile and run several\n" "> eBPF programs using the untarred headers from /proc/kheaders.tar.xz on my juno.\n" "> \n" - "> Tested-by: Qais Yousef <qais.yousef@arm.com>\n" + "> Tested-by: Qais Yousef <qais.yousef at arm.com>\n" "\n" "Thank you Qais! Masahiro, if Ok with you now could you give your tag?\n" "\n" @@ -89,13 +65,13 @@ "> > \n" "> > v4 -> v5:\n" "> > (v4 was Tested-by the following folks)\n" - "> > Tested-by: qais.yousef@arm.com\n" - "> > Tested-by: dietmar.eggemann@arm.com\n" - "> > Tested-by: linux@manojrajarao.com\n" + "> > Tested-by: qais.yousef at arm.com\n" + "> > Tested-by: dietmar.eggemann at arm.com\n" + "> > Tested-by: linux at manojrajarao.com\n" "> \n" "> Thanks!\n" "> \n" "> --\n" > Qais Yousef -b20dd809c75e8061c52b0d6334de1daa7837f4f3f53bec0f260265abb1ad07a4 +c0b42901b60c8a9d9c16ac2dc1daa4d1f5ac65637a6eb23878e72eef08ea72b3
diff --git a/a/1.txt b/N2/1.txt index dd43a05..25c00b0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -On Tue, Apr 09, 2019 at 04:00:34PM +0100, Qais Yousef wrote: +On Tue, Apr 09, 2019@04:00:34PM +0100, Qais Yousef wrote: > On 04/08/19 17:28, Joel Fernandes (Google) wrote: > > Introduce in-kernel headers which are made available as an archive > > through proc (/proc/kheaders.tar.xz file). This archive makes it @@ -34,12 +34,12 @@ On Tue, Apr 09, 2019 at 04:00:34PM +0100, Qais Yousef wrote: > > IKHD_ST and IKHD_ED markers as is to facilitate future patches that > > would extract the headers from a kernel or module image. > > -> > Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> +> > Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org> > > I applied both patches on 5.1-rc2 and managed to compile and run several > eBPF programs using the untarred headers from /proc/kheaders.tar.xz on my juno. > -> Tested-by: Qais Yousef <qais.yousef@arm.com> +> Tested-by: Qais Yousef <qais.yousef at arm.com> Thank you Qais! Masahiro, if Ok with you now could you give your tag? @@ -58,9 +58,9 @@ thanks, > > > > v4 -> v5: > > (v4 was Tested-by the following folks) -> > Tested-by: qais.yousef@arm.com -> > Tested-by: dietmar.eggemann@arm.com -> > Tested-by: linux@manojrajarao.com +> > Tested-by: qais.yousef at arm.com +> > Tested-by: dietmar.eggemann at arm.com +> > Tested-by: linux at manojrajarao.com > > Thanks! > diff --git a/a/content_digest b/N2/content_digest index 600337e..682637d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,35 +1,11 @@ "ref\020190408212855.233198-1-joel@joelfernandes.org\0" "ref\020190409150034.qkeceveap4tblk25@e107158-lin.cambridge.arm.com\0" - "From\0Joel Fernandes <joel@joelfernandes.org>\0" - "Subject\0Re: [PATCH v6 1/2] Provide in-kernel headers to make extending kernel easier\0" + "From\0joel@joelfernandes.org (Joel Fernandes)\0" + "Subject\0[PATCH v6 1/2] Provide in-kernel headers to make extending kernel easier\0" "Date\0Tue, 9 Apr 2019 11:11:27 -0400\0" - "To\0Qais Yousef <qais.yousef@arm.com>\0" - "Cc\0linux-kernel@vger.kernel.org" - Andrew Morton <akpm@linux-foundation.org> - ast@kernel.org - atishp04@gmail.com - dancol@google.com - Dan Williams <dan.j.williams@intel.com> - dietmar.eggemann@arm.com - gregkh@linuxfoundation.org - Guenter Roeck <groeck@chromium.org> - Jonathan Corbet <corbet@lwn.net> - karim.yaghmour@opersys.com - Kees Cook <keescook@chromium.org> - kernel-team@android.com - linux-doc@vger.kernel.org - linux-kselftest@vger.kernel.org - linux-trace-devel@vger.kernel.org - Manoj Rao <linux@manojrajarao.com> - Masahiro Yamada <yamada.masahiro@socionext.com> - mhiramat@kernel.org - rdunlap@infradead.org - rostedt@goodmis.org - Shuah Khan <shuah@kernel.org> - " yhs@fb.com\0" "\00:1\0" "b\0" - "On Tue, Apr 09, 2019 at 04:00:34PM +0100, Qais Yousef wrote:\n" + "On Tue, Apr 09, 2019@04:00:34PM +0100, Qais Yousef wrote:\n" "> On 04/08/19 17:28, Joel Fernandes (Google) wrote:\n" "> > Introduce in-kernel headers which are made available as an archive\n" "> > through proc (/proc/kheaders.tar.xz file). This archive makes it\n" @@ -65,12 +41,12 @@ "> > IKHD_ST and IKHD_ED markers as is to facilitate future patches that\n" "> > would extract the headers from a kernel or module image.\n" "> > \n" - "> > Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>\n" + "> > Signed-off-by: Joel Fernandes (Google) <joel at joelfernandes.org>\n" "> \n" "> I applied both patches on 5.1-rc2 and managed to compile and run several\n" "> eBPF programs using the untarred headers from /proc/kheaders.tar.xz on my juno.\n" "> \n" - "> Tested-by: Qais Yousef <qais.yousef@arm.com>\n" + "> Tested-by: Qais Yousef <qais.yousef at arm.com>\n" "\n" "Thank you Qais! Masahiro, if Ok with you now could you give your tag?\n" "\n" @@ -89,13 +65,13 @@ "> > \n" "> > v4 -> v5:\n" "> > (v4 was Tested-by the following folks)\n" - "> > Tested-by: qais.yousef@arm.com\n" - "> > Tested-by: dietmar.eggemann@arm.com\n" - "> > Tested-by: linux@manojrajarao.com\n" + "> > Tested-by: qais.yousef at arm.com\n" + "> > Tested-by: dietmar.eggemann at arm.com\n" + "> > Tested-by: linux at manojrajarao.com\n" "> \n" "> Thanks!\n" "> \n" "> --\n" > Qais Yousef -b20dd809c75e8061c52b0d6334de1daa7837f4f3f53bec0f260265abb1ad07a4 +891f945d9369d2ab6b734626415f96a400e7640431c376ba7e93a704c418fffc
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.