All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190710130154.5b7da35f@coco.lan>

diff --git a/a/1.txt b/N1/1.txt
index b848f04..8b5d275 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 Em Wed, 10 Jul 2019 22:01:33 +0700
-Phong Tran <tranmanphong@gmail.com> escreveu:
+Phong Tran <tranmanphong at gmail.com> escreveu:
 
 > as doc-guide of kernel documentation, use Sphinx tool to
 > generate the html/pdf... files.
@@ -9,11 +9,11 @@ Description looks a little bogus to me...
 > 
 > This changes the plan text txt to rst format.
 > 
-> Signed-off-by: Phong Tran <tranmanphong@gmail.com>
+> Signed-off-by: Phong Tran <tranmanphong at gmail.com>
 
 But looking at the patch itself:
 
-Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
+Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung at kernel.org>
 
 > ---
 > ChangeLog:
@@ -50,9 +50,9 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 > +Coresight CPU Debug Module
 > +==========================
 >  
-> -   Author:   Leo Yan <leo.yan@linaro.org>
+> -   Author:   Leo Yan <leo.yan at linaro.org>
 > -   Date:     April 5th, 2017
-> +   :Author:   Leo Yan <leo.yan@linaro.org>
+> +   :Author:   Leo Yan <leo.yan at linaro.org>
 > +   :Date:     April 5th, 2017
 >  
 >  Introduction
@@ -163,9 +163,9 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 > +Coresight - HW Assisted Tracing on ARM
 > +======================================
 >  
-> -   Author:   Mathieu Poirier <mathieu.poirier@linaro.org>
+> -   Author:   Mathieu Poirier <mathieu.poirier at linaro.org>
 > -   Date:     September 11th, 2014
-> +   :Author:   Mathieu Poirier <mathieu.poirier@linaro.org>
+> +   :Author:   Mathieu Poirier <mathieu.poirier at linaro.org>
 > +   :Date:     September 11th, 2014
 >  
 >  Introduction
@@ -585,7 +585,7 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 > +On newer kernels the available sinks are listed in sysFS under
 > +($SYSFS)/bus/event_source/devices/cs_etm/sinks/::
 >  
->  	root@localhost:/sys/bus/event_source/devices/cs_etm/sinks# ls
+>  	root at localhost:/sys/bus/event_source/devices/cs_etm/sinks# ls
 >  	tmc_etf0  tmc_etr0  tpiu0
 >  
 >  On older kernels, this may need to be found from the list of coresight devices,
@@ -596,7 +596,7 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 >  	 etm0     etm1     etm2         etm3  etm4      etm5      funnel0
 >  	 funnel1  funnel2  replicator0  stm0  tmc_etf0  tmc_etr0  tpiu0
 > -
->  	root@linaro-nano:~# perf record -e cs_etm/@tmc_etr0/u --per-thread program
+>  	root at linaro-nano:~# perf record -e cs_etm/@tmc_etr0/u --per-thread program
 >  
 >  As mentioned above in section "Device Naming scheme", the names of the devices could
 > @@ -395,14 +407,14 @@ to use for the trace session.
@@ -638,37 +638,37 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 > -found in sysfs with more information on each entry being found in [1]:
 > +found in sysfs with more information on each entry being found in [#first]_::
 >  
-> -root@genericarmv8:~# ls /sys/bus/coresight/devices/stm0
+> -root at genericarmv8:~# ls /sys/bus/coresight/devices/stm0
 > -enable_source   hwevent_select  port_enable     subsystem       uevent
 > -hwevent_enable  mgmt            port_select     traceid
-> -root@genericarmv8:~#
-> +    root@genericarmv8:~# ls /sys/bus/coresight/devices/stm0
+> -root at genericarmv8:~#
+> +    root at genericarmv8:~# ls /sys/bus/coresight/devices/stm0
 > +    enable_source   hwevent_select  port_enable     subsystem       uevent
 > +    hwevent_enable  mgmt            port_select     traceid
-> +    root@genericarmv8:~#
+> +    root at genericarmv8:~#
 >  
 >  Like any other source a sink needs to be identified and the STM enabled before
 > -being used:
 > +being used::
 >  
-> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink
-> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source
-> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink
-> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source
+> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink
+> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source
+> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink
+> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source
 >  
 >  From there user space applications can request and use channels using the devfs
 > -interface provided for that purpose by the generic STM API:
 > +interface provided for that purpose by the generic STM API::
 > +
-> +    root@genericarmv8:~# ls -l /dev/stm0
+> +    root at genericarmv8:~# ls -l /dev/stm0
 > +    crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/stm0
-> +    root@genericarmv8:~#
+> +    root at genericarmv8:~#
 > +
 > +Details on how to use the generic STM API can be found here [#second]_.
 >  
-> -root@genericarmv8:~# ls -l /dev/stm0
+> -root at genericarmv8:~# ls -l /dev/stm0
 > -crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/stm0
-> -root@genericarmv8:~#
+> -root at genericarmv8:~#
 > +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm
 >  
 > -Details on how to use the generic STM API can be found here [2].
@@ -692,8 +692,8 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 > index 661def85619c..eb03e5966f11 100644
 > --- a/MAINTAINERS
 > +++ b/MAINTAINERS
-> @@ -1582,8 +1582,8 @@ R:	Suzuki K Poulose <suzuki.poulose@arm.com>
->  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+> @@ -1582,8 +1582,8 @@ R:	Suzuki K Poulose <suzuki.poulose at arm.com>
+>  L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
 >  S:	Maintained
 >  F:	drivers/hwtracing/coresight/*
 > -F:	Documentation/trace/coresight.txt
diff --git a/a/content_digest b/N1/content_digest
index d8a5f1d..b267873 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,12 @@
  "ref\020190705204512.15444-1-tranmanphong@gmail.com\0"
  "ref\020190710150133.13992-1-tranmanphong@gmail.com\0"
- "From\0Mauro Carvalho Chehab <mchehab+samsung@kernel.org>\0"
- "Subject\0Re: [Patch V4] Documentation: coresight: covert txt to rst\0"
+ "From\0mchehab+samsung at kernel.org (Mauro Carvalho Chehab)\0"
+ "Subject\0[Linux-kernel-mentees] [Patch V4] Documentation: coresight: covert txt to rst\0"
  "Date\0Wed, 10 Jul 2019 13:01:54 -0300\0"
- "To\0Phong Tran <tranmanphong@gmail.com>\0"
- "Cc\0corbet@lwn.net"
-  leo.yan@linaro.org
-  mathieu.poirier@linaro.org
-  linux-arm-kernel@lists.infradead.org
-  linux-doc@vger.kernel.org
-  linux-kernel-mentees@lists.linuxfoundation.org
-  linux-kernel@vger.kernel.org
-  skhan@linuxfoundation.org
- " suzuki.poulose@arm.com\0"
  "\00:1\0"
  "b\0"
  "Em Wed, 10 Jul 2019 22:01:33 +0700\n"
- "Phong Tran <tranmanphong@gmail.com> escreveu:\n"
+ "Phong Tran <tranmanphong at gmail.com> escreveu:\n"
  "\n"
  "> as doc-guide of kernel documentation, use Sphinx tool to\n"
  "> generate the html/pdf... files.\n"
@@ -26,11 +16,11 @@
  "> \n"
  "> This changes the plan text txt to rst format.\n"
  "> \n"
- "> Signed-off-by: Phong Tran <tranmanphong@gmail.com>\n"
+ "> Signed-off-by: Phong Tran <tranmanphong at gmail.com>\n"
  "\n"
  "But looking at the patch itself:\n"
  "\n"
- "Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>\n"
+ "Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung at kernel.org>\n"
  "\n"
  "> ---\n"
  "> ChangeLog:\n"
@@ -67,9 +57,9 @@
  "> +Coresight CPU Debug Module\n"
  "> +==========================\n"
  ">  \n"
- "> -   Author:   Leo Yan <leo.yan@linaro.org>\n"
+ "> -   Author:   Leo Yan <leo.yan at linaro.org>\n"
  "> -   Date:     April 5th, 2017\n"
- "> +   :Author:   Leo Yan <leo.yan@linaro.org>\n"
+ "> +   :Author:   Leo Yan <leo.yan at linaro.org>\n"
  "> +   :Date:     April 5th, 2017\n"
  ">  \n"
  ">  Introduction\n"
@@ -180,9 +170,9 @@
  "> +Coresight - HW Assisted Tracing on ARM\n"
  "> +======================================\n"
  ">  \n"
- "> -   Author:   Mathieu Poirier <mathieu.poirier@linaro.org>\n"
+ "> -   Author:   Mathieu Poirier <mathieu.poirier at linaro.org>\n"
  "> -   Date:     September 11th, 2014\n"
- "> +   :Author:   Mathieu Poirier <mathieu.poirier@linaro.org>\n"
+ "> +   :Author:   Mathieu Poirier <mathieu.poirier at linaro.org>\n"
  "> +   :Date:     September 11th, 2014\n"
  ">  \n"
  ">  Introduction\n"
@@ -602,7 +592,7 @@
  "> +On newer kernels the available sinks are listed in sysFS under\n"
  "> +($SYSFS)/bus/event_source/devices/cs_etm/sinks/::\n"
  ">  \n"
- ">  \troot@localhost:/sys/bus/event_source/devices/cs_etm/sinks# ls\n"
+ ">  \troot at localhost:/sys/bus/event_source/devices/cs_etm/sinks# ls\n"
  ">  \ttmc_etf0  tmc_etr0  tpiu0\n"
  ">  \n"
  ">  On older kernels, this may need to be found from the list of coresight devices,\n"
@@ -613,7 +603,7 @@
  ">  \t etm0     etm1     etm2         etm3  etm4      etm5      funnel0\n"
  ">  \t funnel1  funnel2  replicator0  stm0  tmc_etf0  tmc_etr0  tpiu0\n"
  "> -\n"
- ">  \troot@linaro-nano:~# perf record -e cs_etm/@tmc_etr0/u --per-thread program\n"
+ ">  \troot at linaro-nano:~# perf record -e cs_etm/@tmc_etr0/u --per-thread program\n"
  ">  \n"
  ">  As mentioned above in section \"Device Naming scheme\", the names of the devices could\n"
  "> @@ -395,14 +407,14 @@ to use for the trace session.\n"
@@ -655,37 +645,37 @@
  "> -found in sysfs with more information on each entry being found in [1]:\n"
  "> +found in sysfs with more information on each entry being found in [#first]_::\n"
  ">  \n"
- "> -root@genericarmv8:~# ls /sys/bus/coresight/devices/stm0\n"
+ "> -root at genericarmv8:~# ls /sys/bus/coresight/devices/stm0\n"
  "> -enable_source   hwevent_select  port_enable     subsystem       uevent\n"
  "> -hwevent_enable  mgmt            port_select     traceid\n"
- "> -root@genericarmv8:~#\n"
- "> +    root@genericarmv8:~# ls /sys/bus/coresight/devices/stm0\n"
+ "> -root at genericarmv8:~#\n"
+ "> +    root at genericarmv8:~# ls /sys/bus/coresight/devices/stm0\n"
  "> +    enable_source   hwevent_select  port_enable     subsystem       uevent\n"
  "> +    hwevent_enable  mgmt            port_select     traceid\n"
- "> +    root@genericarmv8:~#\n"
+ "> +    root at genericarmv8:~#\n"
  ">  \n"
  ">  Like any other source a sink needs to be identified and the STM enabled before\n"
  "> -being used:\n"
  "> +being used::\n"
  ">  \n"
- "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink\n"
- "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source\n"
- "> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink\n"
- "> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source\n"
+ "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink\n"
+ "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source\n"
+ "> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink\n"
+ "> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source\n"
  ">  \n"
  ">  From there user space applications can request and use channels using the devfs\n"
  "> -interface provided for that purpose by the generic STM API:\n"
  "> +interface provided for that purpose by the generic STM API::\n"
  "> +\n"
- "> +    root@genericarmv8:~# ls -l /dev/stm0\n"
+ "> +    root at genericarmv8:~# ls -l /dev/stm0\n"
  "> +    crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/stm0\n"
- "> +    root@genericarmv8:~#\n"
+ "> +    root at genericarmv8:~#\n"
  "> +\n"
  "> +Details on how to use the generic STM API can be found here [#second]_.\n"
  ">  \n"
- "> -root@genericarmv8:~# ls -l /dev/stm0\n"
+ "> -root at genericarmv8:~# ls -l /dev/stm0\n"
  "> -crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/stm0\n"
- "> -root@genericarmv8:~#\n"
+ "> -root at genericarmv8:~#\n"
  "> +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm\n"
  ">  \n"
  "> -Details on how to use the generic STM API can be found here [2].\n"
@@ -709,8 +699,8 @@
  "> index 661def85619c..eb03e5966f11 100644\n"
  "> --- a/MAINTAINERS\n"
  "> +++ b/MAINTAINERS\n"
- "> @@ -1582,8 +1582,8 @@ R:\tSuzuki K Poulose <suzuki.poulose@arm.com>\n"
- ">  L:\tlinux-arm-kernel@lists.infradead.org (moderated for non-subscribers)\n"
+ "> @@ -1582,8 +1582,8 @@ R:\tSuzuki K Poulose <suzuki.poulose at arm.com>\n"
+ ">  L:\tlinux-arm-kernel at lists.infradead.org (moderated for non-subscribers)\n"
  ">  S:\tMaintained\n"
  ">  F:\tdrivers/hwtracing/coresight/*\n"
  "> -F:\tDocumentation/trace/coresight.txt\n"
@@ -726,4 +716,4 @@
  "Thanks,\n"
  Mauro
 
-236ca0092126bb3779b359a9522459d8d2074bcc15404d82643393ef6a1b66df
+3ea396203758c495fd9cbc064d99ca936416ac4657fa4566f82d675eceb06f20

diff --git a/a/1.txt b/N2/1.txt
index b848f04..8b5d275 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,5 +1,5 @@
 Em Wed, 10 Jul 2019 22:01:33 +0700
-Phong Tran <tranmanphong@gmail.com> escreveu:
+Phong Tran <tranmanphong at gmail.com> escreveu:
 
 > as doc-guide of kernel documentation, use Sphinx tool to
 > generate the html/pdf... files.
@@ -9,11 +9,11 @@ Description looks a little bogus to me...
 > 
 > This changes the plan text txt to rst format.
 > 
-> Signed-off-by: Phong Tran <tranmanphong@gmail.com>
+> Signed-off-by: Phong Tran <tranmanphong at gmail.com>
 
 But looking at the patch itself:
 
-Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
+Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung at kernel.org>
 
 > ---
 > ChangeLog:
@@ -50,9 +50,9 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 > +Coresight CPU Debug Module
 > +==========================
 >  
-> -   Author:   Leo Yan <leo.yan@linaro.org>
+> -   Author:   Leo Yan <leo.yan at linaro.org>
 > -   Date:     April 5th, 2017
-> +   :Author:   Leo Yan <leo.yan@linaro.org>
+> +   :Author:   Leo Yan <leo.yan at linaro.org>
 > +   :Date:     April 5th, 2017
 >  
 >  Introduction
@@ -163,9 +163,9 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 > +Coresight - HW Assisted Tracing on ARM
 > +======================================
 >  
-> -   Author:   Mathieu Poirier <mathieu.poirier@linaro.org>
+> -   Author:   Mathieu Poirier <mathieu.poirier at linaro.org>
 > -   Date:     September 11th, 2014
-> +   :Author:   Mathieu Poirier <mathieu.poirier@linaro.org>
+> +   :Author:   Mathieu Poirier <mathieu.poirier at linaro.org>
 > +   :Date:     September 11th, 2014
 >  
 >  Introduction
@@ -585,7 +585,7 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 > +On newer kernels the available sinks are listed in sysFS under
 > +($SYSFS)/bus/event_source/devices/cs_etm/sinks/::
 >  
->  	root@localhost:/sys/bus/event_source/devices/cs_etm/sinks# ls
+>  	root at localhost:/sys/bus/event_source/devices/cs_etm/sinks# ls
 >  	tmc_etf0  tmc_etr0  tpiu0
 >  
 >  On older kernels, this may need to be found from the list of coresight devices,
@@ -596,7 +596,7 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 >  	 etm0     etm1     etm2         etm3  etm4      etm5      funnel0
 >  	 funnel1  funnel2  replicator0  stm0  tmc_etf0  tmc_etr0  tpiu0
 > -
->  	root@linaro-nano:~# perf record -e cs_etm/@tmc_etr0/u --per-thread program
+>  	root at linaro-nano:~# perf record -e cs_etm/@tmc_etr0/u --per-thread program
 >  
 >  As mentioned above in section "Device Naming scheme", the names of the devices could
 > @@ -395,14 +407,14 @@ to use for the trace session.
@@ -638,37 +638,37 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 > -found in sysfs with more information on each entry being found in [1]:
 > +found in sysfs with more information on each entry being found in [#first]_::
 >  
-> -root@genericarmv8:~# ls /sys/bus/coresight/devices/stm0
+> -root at genericarmv8:~# ls /sys/bus/coresight/devices/stm0
 > -enable_source   hwevent_select  port_enable     subsystem       uevent
 > -hwevent_enable  mgmt            port_select     traceid
-> -root@genericarmv8:~#
-> +    root@genericarmv8:~# ls /sys/bus/coresight/devices/stm0
+> -root at genericarmv8:~#
+> +    root at genericarmv8:~# ls /sys/bus/coresight/devices/stm0
 > +    enable_source   hwevent_select  port_enable     subsystem       uevent
 > +    hwevent_enable  mgmt            port_select     traceid
-> +    root@genericarmv8:~#
+> +    root at genericarmv8:~#
 >  
 >  Like any other source a sink needs to be identified and the STM enabled before
 > -being used:
 > +being used::
 >  
-> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink
-> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source
-> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink
-> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source
+> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink
+> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source
+> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink
+> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source
 >  
 >  From there user space applications can request and use channels using the devfs
 > -interface provided for that purpose by the generic STM API:
 > +interface provided for that purpose by the generic STM API::
 > +
-> +    root@genericarmv8:~# ls -l /dev/stm0
+> +    root at genericarmv8:~# ls -l /dev/stm0
 > +    crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/stm0
-> +    root@genericarmv8:~#
+> +    root at genericarmv8:~#
 > +
 > +Details on how to use the generic STM API can be found here [#second]_.
 >  
-> -root@genericarmv8:~# ls -l /dev/stm0
+> -root at genericarmv8:~# ls -l /dev/stm0
 > -crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/stm0
-> -root@genericarmv8:~#
+> -root at genericarmv8:~#
 > +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm
 >  
 > -Details on how to use the generic STM API can be found here [2].
@@ -692,8 +692,8 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 > index 661def85619c..eb03e5966f11 100644
 > --- a/MAINTAINERS
 > +++ b/MAINTAINERS
-> @@ -1582,8 +1582,8 @@ R:	Suzuki K Poulose <suzuki.poulose@arm.com>
->  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+> @@ -1582,8 +1582,8 @@ R:	Suzuki K Poulose <suzuki.poulose at arm.com>
+>  L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
 >  S:	Maintained
 >  F:	drivers/hwtracing/coresight/*
 > -F:	Documentation/trace/coresight.txt
diff --git a/a/content_digest b/N2/content_digest
index d8a5f1d..ae0f2e6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,22 +1,12 @@
  "ref\020190705204512.15444-1-tranmanphong@gmail.com\0"
  "ref\020190710150133.13992-1-tranmanphong@gmail.com\0"
- "From\0Mauro Carvalho Chehab <mchehab+samsung@kernel.org>\0"
- "Subject\0Re: [Patch V4] Documentation: coresight: covert txt to rst\0"
+ "From\0mchehab+samsung@kernel.org (Mauro Carvalho Chehab)\0"
+ "Subject\0[Linux-kernel-mentees] [Patch V4] Documentation: coresight: covert txt to rst\0"
  "Date\0Wed, 10 Jul 2019 13:01:54 -0300\0"
- "To\0Phong Tran <tranmanphong@gmail.com>\0"
- "Cc\0corbet@lwn.net"
-  leo.yan@linaro.org
-  mathieu.poirier@linaro.org
-  linux-arm-kernel@lists.infradead.org
-  linux-doc@vger.kernel.org
-  linux-kernel-mentees@lists.linuxfoundation.org
-  linux-kernel@vger.kernel.org
-  skhan@linuxfoundation.org
- " suzuki.poulose@arm.com\0"
  "\00:1\0"
  "b\0"
  "Em Wed, 10 Jul 2019 22:01:33 +0700\n"
- "Phong Tran <tranmanphong@gmail.com> escreveu:\n"
+ "Phong Tran <tranmanphong at gmail.com> escreveu:\n"
  "\n"
  "> as doc-guide of kernel documentation, use Sphinx tool to\n"
  "> generate the html/pdf... files.\n"
@@ -26,11 +16,11 @@
  "> \n"
  "> This changes the plan text txt to rst format.\n"
  "> \n"
- "> Signed-off-by: Phong Tran <tranmanphong@gmail.com>\n"
+ "> Signed-off-by: Phong Tran <tranmanphong at gmail.com>\n"
  "\n"
  "But looking at the patch itself:\n"
  "\n"
- "Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>\n"
+ "Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung at kernel.org>\n"
  "\n"
  "> ---\n"
  "> ChangeLog:\n"
@@ -67,9 +57,9 @@
  "> +Coresight CPU Debug Module\n"
  "> +==========================\n"
  ">  \n"
- "> -   Author:   Leo Yan <leo.yan@linaro.org>\n"
+ "> -   Author:   Leo Yan <leo.yan at linaro.org>\n"
  "> -   Date:     April 5th, 2017\n"
- "> +   :Author:   Leo Yan <leo.yan@linaro.org>\n"
+ "> +   :Author:   Leo Yan <leo.yan at linaro.org>\n"
  "> +   :Date:     April 5th, 2017\n"
  ">  \n"
  ">  Introduction\n"
@@ -180,9 +170,9 @@
  "> +Coresight - HW Assisted Tracing on ARM\n"
  "> +======================================\n"
  ">  \n"
- "> -   Author:   Mathieu Poirier <mathieu.poirier@linaro.org>\n"
+ "> -   Author:   Mathieu Poirier <mathieu.poirier at linaro.org>\n"
  "> -   Date:     September 11th, 2014\n"
- "> +   :Author:   Mathieu Poirier <mathieu.poirier@linaro.org>\n"
+ "> +   :Author:   Mathieu Poirier <mathieu.poirier at linaro.org>\n"
  "> +   :Date:     September 11th, 2014\n"
  ">  \n"
  ">  Introduction\n"
@@ -602,7 +592,7 @@
  "> +On newer kernels the available sinks are listed in sysFS under\n"
  "> +($SYSFS)/bus/event_source/devices/cs_etm/sinks/::\n"
  ">  \n"
- ">  \troot@localhost:/sys/bus/event_source/devices/cs_etm/sinks# ls\n"
+ ">  \troot at localhost:/sys/bus/event_source/devices/cs_etm/sinks# ls\n"
  ">  \ttmc_etf0  tmc_etr0  tpiu0\n"
  ">  \n"
  ">  On older kernels, this may need to be found from the list of coresight devices,\n"
@@ -613,7 +603,7 @@
  ">  \t etm0     etm1     etm2         etm3  etm4      etm5      funnel0\n"
  ">  \t funnel1  funnel2  replicator0  stm0  tmc_etf0  tmc_etr0  tpiu0\n"
  "> -\n"
- ">  \troot@linaro-nano:~# perf record -e cs_etm/@tmc_etr0/u --per-thread program\n"
+ ">  \troot at linaro-nano:~# perf record -e cs_etm/@tmc_etr0/u --per-thread program\n"
  ">  \n"
  ">  As mentioned above in section \"Device Naming scheme\", the names of the devices could\n"
  "> @@ -395,14 +407,14 @@ to use for the trace session.\n"
@@ -655,37 +645,37 @@
  "> -found in sysfs with more information on each entry being found in [1]:\n"
  "> +found in sysfs with more information on each entry being found in [#first]_::\n"
  ">  \n"
- "> -root@genericarmv8:~# ls /sys/bus/coresight/devices/stm0\n"
+ "> -root at genericarmv8:~# ls /sys/bus/coresight/devices/stm0\n"
  "> -enable_source   hwevent_select  port_enable     subsystem       uevent\n"
  "> -hwevent_enable  mgmt            port_select     traceid\n"
- "> -root@genericarmv8:~#\n"
- "> +    root@genericarmv8:~# ls /sys/bus/coresight/devices/stm0\n"
+ "> -root at genericarmv8:~#\n"
+ "> +    root at genericarmv8:~# ls /sys/bus/coresight/devices/stm0\n"
  "> +    enable_source   hwevent_select  port_enable     subsystem       uevent\n"
  "> +    hwevent_enable  mgmt            port_select     traceid\n"
- "> +    root@genericarmv8:~#\n"
+ "> +    root at genericarmv8:~#\n"
  ">  \n"
  ">  Like any other source a sink needs to be identified and the STM enabled before\n"
  "> -being used:\n"
  "> +being used::\n"
  ">  \n"
- "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink\n"
- "> -root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source\n"
- "> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink\n"
- "> +    root@genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source\n"
+ "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink\n"
+ "> -root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source\n"
+ "> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/tmc_etf0/enable_sink\n"
+ "> +    root at genericarmv8:~# echo 1 > /sys/bus/coresight/devices/stm0/enable_source\n"
  ">  \n"
  ">  From there user space applications can request and use channels using the devfs\n"
  "> -interface provided for that purpose by the generic STM API:\n"
  "> +interface provided for that purpose by the generic STM API::\n"
  "> +\n"
- "> +    root@genericarmv8:~# ls -l /dev/stm0\n"
+ "> +    root at genericarmv8:~# ls -l /dev/stm0\n"
  "> +    crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/stm0\n"
- "> +    root@genericarmv8:~#\n"
+ "> +    root at genericarmv8:~#\n"
  "> +\n"
  "> +Details on how to use the generic STM API can be found here [#second]_.\n"
  ">  \n"
- "> -root@genericarmv8:~# ls -l /dev/stm0\n"
+ "> -root at genericarmv8:~# ls -l /dev/stm0\n"
  "> -crw-------    1 root     root       10,  61 Jan  3 18:11 /dev/stm0\n"
- "> -root@genericarmv8:~#\n"
+ "> -root at genericarmv8:~#\n"
  "> +.. [#first] Documentation/ABI/testing/sysfs-bus-coresight-devices-stm\n"
  ">  \n"
  "> -Details on how to use the generic STM API can be found here [2].\n"
@@ -709,8 +699,8 @@
  "> index 661def85619c..eb03e5966f11 100644\n"
  "> --- a/MAINTAINERS\n"
  "> +++ b/MAINTAINERS\n"
- "> @@ -1582,8 +1582,8 @@ R:\tSuzuki K Poulose <suzuki.poulose@arm.com>\n"
- ">  L:\tlinux-arm-kernel@lists.infradead.org (moderated for non-subscribers)\n"
+ "> @@ -1582,8 +1582,8 @@ R:\tSuzuki K Poulose <suzuki.poulose at arm.com>\n"
+ ">  L:\tlinux-arm-kernel at lists.infradead.org (moderated for non-subscribers)\n"
  ">  S:\tMaintained\n"
  ">  F:\tdrivers/hwtracing/coresight/*\n"
  "> -F:\tDocumentation/trace/coresight.txt\n"
@@ -726,4 +716,4 @@
  "Thanks,\n"
  Mauro
 
-236ca0092126bb3779b359a9522459d8d2074bcc15404d82643393ef6a1b66df
+0f7b209a81b24a24ef0a3c4e134976ccb55ac7a12e09426aacb9185b91239b1d

diff --git a/a/1.txt b/N3/1.txt
index b848f04..df6289f 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -708,3 +708,8 @@ Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
 
 Thanks,
 Mauro
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N3/content_digest
index d8a5f1d..aa264f5 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -4,15 +4,15 @@
  "Subject\0Re: [Patch V4] Documentation: coresight: covert txt to rst\0"
  "Date\0Wed, 10 Jul 2019 13:01:54 -0300\0"
  "To\0Phong Tran <tranmanphong@gmail.com>\0"
- "Cc\0corbet@lwn.net"
-  leo.yan@linaro.org
-  mathieu.poirier@linaro.org
-  linux-arm-kernel@lists.infradead.org
+ "Cc\0mathieu.poirier@linaro.org"
   linux-doc@vger.kernel.org
-  linux-kernel-mentees@lists.linuxfoundation.org
+  suzuki.poulose@arm.com
+  corbet@lwn.net
   linux-kernel@vger.kernel.org
+  leo.yan@linaro.org
   skhan@linuxfoundation.org
- " suzuki.poulose@arm.com\0"
+  linux-kernel-mentees@lists.linuxfoundation.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Em Wed, 10 Jul 2019 22:01:33 +0700\n"
@@ -724,6 +724,11 @@
  "\n"
  "\n"
  "Thanks,\n"
- Mauro
+ "Mauro\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-236ca0092126bb3779b359a9522459d8d2074bcc15404d82643393ef6a1b66df
+6bfae1eb403c92a34b9046e407efb345d8610a02b31e329a5f6fff8ea1fd20bd

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.