All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: "Eric Blake" <eblake@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Fam Zheng" <famz@redhat.com>,
	qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Subject: Re: [Qemu-trivial] [RFC PATCH for 2.10 35/35] script to run docker image
Date: Tue, 25 Jul 2017 16:03:37 +0100	[thread overview]
Message-ID: <87eft4eeye.fsf@linaro.org> (raw)
In-Reply-To: <5effed07-96c1-ae79-32a5-46b75516bf21@amsat.org>


Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

>> This isn't appropriate for 2.10 now we are feature frozen. That said I
>
> Surely. From the cover:
>
> "... provided at the end of this series as RFC for people wanted
> to give a try (also include 'dockershell' script and a fix in
> ./configure). These RFC patches (33-35) are not expected to enter
> 2.10."

My mistake - I hadn't gone over the cover letter. I would usually expect
a series with [PATCH for 2.10] just to contain stuff being considered
for the immediate future.

>
> Peter also commented on the "./configure" patch, so I probably
> mis-titled "RFC" those patch
>
> http://lists.nongnu.org/archive/html/qemu-devel/2017-07/msg07584.html:
> "I prefixed this patch 'RFC' to not consider it but provide it
> if someone wanted to reproduce the analysis. Maybe I should prefix it
> 'XXX' next time or 'NOT FOR MERGE'."
>
> better "NOT FOR REVIEW" or "!RFC"? :p

Better to post a logically separate series. It's fine to make an
in-flight series a pre-requisite though (not that I think you need it
here).

>> have pondered a helper script for this sort of thing before. As it stand
>> I just rely on my shell to remember the correct invocation for me.
>>
>> This is the sort of functionality we would need for maybe cross
>> compiling tests using docker.
>
> This script is way incomplete and far being finished.
>
> Regards,
>
> Phil.


--
Alex Bennée


WARNING: multiple messages have this Message-ID (diff)
From: "Alex Bennée" <alex.bennee@linaro.org>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: "Eric Blake" <eblake@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Fam Zheng" <famz@redhat.com>,
	qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [RFC PATCH for 2.10 35/35] script to run docker image
Date: Tue, 25 Jul 2017 16:03:37 +0100	[thread overview]
Message-ID: <87eft4eeye.fsf@linaro.org> (raw)
In-Reply-To: <5effed07-96c1-ae79-32a5-46b75516bf21@amsat.org>


Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

>> This isn't appropriate for 2.10 now we are feature frozen. That said I
>
> Surely. From the cover:
>
> "... provided at the end of this series as RFC for people wanted
> to give a try (also include 'dockershell' script and a fix in
> ./configure). These RFC patches (33-35) are not expected to enter
> 2.10."

My mistake - I hadn't gone over the cover letter. I would usually expect
a series with [PATCH for 2.10] just to contain stuff being considered
for the immediate future.

>
> Peter also commented on the "./configure" patch, so I probably
> mis-titled "RFC" those patch
>
> http://lists.nongnu.org/archive/html/qemu-devel/2017-07/msg07584.html:
> "I prefixed this patch 'RFC' to not consider it but provide it
> if someone wanted to reproduce the analysis. Maybe I should prefix it
> 'XXX' next time or 'NOT FOR MERGE'."
>
> better "NOT FOR REVIEW" or "!RFC"? :p

Better to post a logically separate series. It's fine to make an
in-flight series a pre-requisite though (not that I think you need it
here).

>> have pondered a helper script for this sort of thing before. As it stand
>> I just rely on my shell to remember the correct invocation for me.
>>
>> This is the sort of functionality we would need for maybe cross
>> compiling tests using docker.
>
> This script is way incomplete and far being finished.
>
> Regards,
>
> Phil.


--
Alex Bennée

  reply	other threads:[~2017-07-25 15:03 UTC|newest]

Thread overview: 206+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-24 18:27 [Qemu-trivial] [PATCH for 2.10 00/35] fix bugs reported by Clang Static Analyzer Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 01/35] tests: add missing dependency to build QTEST_QEMU_BINARY Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 02/35] loader: check get_image_size() return value Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:38   ` [Qemu-trivial] " Eric Blake
2017-07-24 18:38     ` [Qemu-devel] " Eric Blake
2017-07-24 20:59     ` [Qemu-trivial] " Alistair Francis
2017-07-24 20:59       ` Alistair Francis
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 03/35] thunk: check nb_fields is valid before continuing Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:37   ` [Qemu-trivial] " Eric Blake
2017-07-24 18:37     ` [Qemu-devel] " Eric Blake
2017-07-26 22:48     ` [Qemu-trivial] " Philippe Mathieu-Daudé
2017-07-26 22:48       ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 21:16   ` [Qemu-trivial] " Peter Maydell
2017-07-24 21:16     ` Peter Maydell
2017-07-24 18:27 ` [Qemu-devel] [PATCH for 2.10 04/35] ivshmem: fix incorrect error handling in ivshmem_recv_msg() Philippe Mathieu-Daudé
2017-07-25  8:18   ` Markus Armbruster
2017-07-27 22:05     ` Paolo Bonzini
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 05/35] nbd: fix memory leak in nbd_opt_go() Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:41   ` [Qemu-trivial] " Eric Blake
2017-07-24 18:41     ` [Qemu-devel] " Eric Blake
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 06/35] qcow2: remove inconsistent check Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:42   ` [Qemu-trivial] " Eric Blake
2017-07-24 18:42     ` [Qemu-devel] " Eric Blake
2017-07-25 15:36     ` [Qemu-trivial] " Paolo Bonzini
2017-07-25 15:36       ` Paolo Bonzini
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 07/35] qcow2: fix null pointer dereference Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:46   ` [Qemu-trivial] " Eric Blake
2017-07-24 18:46     ` [Qemu-devel] " Eric Blake
2017-07-25  1:44     ` [Qemu-trivial] " Philippe Mathieu-Daudé
2017-07-25  1:44       ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 08/35] " Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:52   ` [Qemu-trivial] " Eric Blake
2017-07-24 18:52     ` [Qemu-devel] " Eric Blake
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 09/35] ui/vnc: fix leak of SocketAddress ** Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-25  8:37   ` [Qemu-trivial] " Daniel P. Berrange
2017-07-25  8:37     ` Daniel P. Berrange
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 10/35] net/eth: fix incorrect check of iov_to_buf() return value Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-26  9:51   ` [Qemu-trivial] " Dmitry Fleytman
2017-07-26  9:51     ` [Qemu-devel] " Dmitry Fleytman
2017-07-24 18:27 ` [Qemu-devel] [PATCH for 2.10 11/35] i2c/exynos4210: correctly check i2c_recv() " Philippe Mathieu-Daudé
2017-07-24 18:27   ` Philippe Mathieu-Daudé
2017-07-24 21:13   ` [Qemu-arm] " Peter Maydell
2017-07-24 21:13     ` Peter Maydell
2017-07-25  5:23     ` Philippe Mathieu-Daudé
2017-07-25  5:23       ` Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 12/35] vfio/platform: fix use of freed memory Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-25 15:37   ` [Qemu-trivial] " Paolo Bonzini
2017-07-25 15:37     ` Paolo Bonzini
2017-07-26 17:43   ` [Qemu-trivial] " Alex Williamson
2017-07-26 17:43     ` [Qemu-devel] " Alex Williamson
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 13/35] vfio/pci: " Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-25 15:38   ` [Qemu-trivial] " Paolo Bonzini
2017-07-25 15:38     ` Paolo Bonzini
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 14/35] vfio/ccw: fix incorrect malloc() size Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-25  7:20   ` [Qemu-trivial] " Cornelia Huck
2017-07-25  7:20     ` [Qemu-devel] " Cornelia Huck
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 15/35] usb: correctly handle Zero Length Packets Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2018-05-29 14:22   ` [Qemu-trivial] " Philippe Mathieu-Daudé
2018-05-29 14:22     ` [Qemu-devel] " Philippe Mathieu-Daudé
2018-05-30  6:16     ` [Qemu-trivial] " Gerd Hoffmann
2018-05-30  6:16       ` [Qemu-devel] " Gerd Hoffmann
2017-07-24 18:27 ` [Qemu-devel] [PATCH for 2.10 16/35] usb/dev-mtp: fix use of uninitialized values Philippe Mathieu-Daudé
2017-07-25 12:34   ` Gerd Hoffmann
2017-07-26 23:23     ` Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-devel] [PATCH for 2.10 17/35] " Philippe Mathieu-Daudé
2017-07-26 23:26   ` Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-devel] [PATCH for 2.10 18/35] " Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 19/35] usb/dev-mtp: fix use of uninitialized variable Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 20/35] arm/boot: fix undefined instruction on secondary smp cpu bootloader Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-24 21:06   ` [Qemu-trivial] " Peter Maydell
2017-07-24 21:06     ` [Qemu-devel] " Peter Maydell
2017-07-24 21:06     ` [Qemu-arm] " Peter Maydell
2017-07-26 23:00     ` [Qemu-trivial] [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-26 23:00       ` Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-devel] [PATCH for 2.10 21/35] arm/sysbus-fdt: fix null pointer dereference Philippe Mathieu-Daudé
2017-07-24 18:27   ` Philippe Mathieu-Daudé
2017-07-24 21:09   ` [Qemu-arm] " Peter Maydell
2017-07-24 21:09     ` [Qemu-devel] " Peter Maydell
2017-07-24 21:20     ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-24 21:20       ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 21:24       ` [Qemu-arm] " Peter Maydell
2017-07-24 21:24         ` [Qemu-devel] " Peter Maydell
2017-07-24 21:48     ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-24 21:48       ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 21:52       ` Eric Blake
2017-07-24 21:52         ` Eric Blake
2017-07-24 21:57         ` [Qemu-arm] " Eric Blake
2017-07-24 21:57           ` Eric Blake
2018-05-29 14:33           ` [Qemu-arm] " Philippe Mathieu-Daudé
2018-05-29 14:33             ` Philippe Mathieu-Daudé
2018-05-29 15:27             ` [Qemu-arm] " Eric Blake
2018-05-29 15:27               ` Eric Blake
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 22/35] arm/vexpress: fix potential memory leak Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:27   ` Philippe Mathieu-Daudé
2017-07-24 21:11   ` [Qemu-trivial] " Peter Maydell
2017-07-24 21:11     ` [Qemu-devel] " Peter Maydell
2017-07-24 21:11     ` [Qemu-arm] " Peter Maydell
2017-07-24 21:45     ` [Qemu-trivial] " Philippe Mathieu-Daudé
2017-07-24 21:45       ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 21:45       ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 23/35] m68k/translate: fix incorrect copy/paste Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:54   ` [Qemu-trivial] " Laurent Vivier
2017-07-24 18:54     ` [Qemu-devel] " Laurent Vivier
2017-07-24 19:01     ` [Qemu-trivial] " Richard Henderson
2017-07-24 19:01       ` [Qemu-devel] " Richard Henderson
2017-07-24 19:19       ` [Qemu-trivial] " Philippe Mathieu-Daudé
2017-07-24 19:19         ` Philippe Mathieu-Daudé
2017-07-24 19:20         ` [Qemu-trivial] " Laurent Vivier
2017-07-24 19:20           ` Laurent Vivier
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 24/35] linux-user/sh4: fix incorrect memory write Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:59   ` [Qemu-trivial] " Laurent Vivier
2017-07-24 18:59     ` [Qemu-devel] " Laurent Vivier
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 25/35] linux-user: extract is_error() out of syscall.c Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 19:14   ` [Qemu-trivial] " Laurent Vivier
2017-07-24 19:14     ` [Qemu-devel] " Laurent Vivier
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 26/35] linux-user: use is_error() to avoid warnings and make the code clearer Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 19:16   ` [Qemu-trivial] " Laurent Vivier
2017-07-24 19:16     ` [Qemu-devel] " Laurent Vivier
2018-05-29 14:25     ` [Qemu-trivial] " Philippe Mathieu-Daudé
2018-05-29 14:25       ` Philippe Mathieu-Daudé
2018-05-29 15:19       ` [Qemu-trivial] " Laurent Vivier
2018-05-29 15:19         ` Laurent Vivier
2018-06-03 23:33         ` Laurent Vivier
2018-06-04 14:20           ` Philippe Mathieu-Daudé
2018-06-04 15:16             ` Laurent Vivier
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 27/35] syscall: fix dereference of undefined pointer Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 19:33   ` [Qemu-trivial] " Laurent Vivier
2017-07-24 19:33     ` [Qemu-devel] " Laurent Vivier
2017-07-25  5:34     ` [Qemu-trivial] " Philippe Mathieu-Daudé
2017-07-25  5:34       ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 21:26   ` [Qemu-trivial] " Peter Maydell
2017-07-24 21:26     ` Peter Maydell
2017-07-25  7:25     ` [Qemu-trivial] " Laurent Vivier
2017-07-25  7:25       ` Laurent Vivier
2017-07-24 18:27 ` [Qemu-devel] [PATCH for 2.10 28/35] syscall: check dup/dup2/dup3() errors, return EBADFD/EINVAL if required Philippe Mathieu-Daudé
2017-07-24 19:56   ` Laurent Vivier
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 29/35] syscall: fix out-of-bound memory access Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 19:41   ` [Qemu-trivial] " Laurent Vivier
2017-07-24 19:41     ` [Qemu-devel] " Laurent Vivier
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 30/35] syscall: fix use of uninitialized values Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 19:51   ` [Qemu-trivial] " Laurent Vivier
2017-07-24 19:51     ` [Qemu-devel] " Laurent Vivier
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 31/35] syscall: replace strcpy() by g_strlcpy() Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 19:28   ` [Qemu-trivial] " Laurent Vivier
2017-07-24 19:28     ` [Qemu-devel] " Laurent Vivier
2018-05-29 14:19     ` [Qemu-trivial] " Philippe Mathieu-Daudé
2018-05-29 14:19       ` [Qemu-devel] " Philippe Mathieu-Daudé
2018-05-29 15:22       ` [Qemu-trivial] " Laurent Vivier
2018-05-29 15:22         ` [Qemu-devel] " Laurent Vivier
2017-07-24 18:27 ` [Qemu-trivial] [PATCH for 2.10 32/35] timer/pxa2xx: silent warning about out-of-bound memory access Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 18:27   ` Philippe Mathieu-Daudé
2017-07-24 21:01   ` [Qemu-trivial] " Peter Maydell
2017-07-24 21:01     ` Peter Maydell
2017-07-24 21:01     ` [Qemu-arm] " Peter Maydell
2017-07-24 21:51     ` [Qemu-trivial] " Philippe Mathieu-Daudé
2017-07-24 21:51       ` Philippe Mathieu-Daudé
2017-07-24 21:51       ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-devel] [RFC PATCH for 2.10 33/35] configure: clang does not support -Wexpansion-to-defined Philippe Mathieu-Daudé
2017-07-24 20:08   ` Paolo Bonzini
2017-07-24 21:22   ` Peter Maydell
2017-07-24 21:55     ` Philippe Mathieu-Daudé
2017-07-24 18:27 ` [Qemu-devel] [RFC PATCH for 2.10 34/35] docker: add debian 'bleeding' image with gcc7 and clang5 Philippe Mathieu-Daudé
2017-07-25 14:15   ` Alex Bennée
2017-07-25 14:22     ` Daniel P. Berrange
2017-07-25 14:46       ` Alex Bennée
2017-07-25 14:51     ` Philippe Mathieu-Daudé
2017-07-25 15:05       ` Alex Bennée
2017-07-24 18:27 ` [Qemu-trivial] [RFC PATCH for 2.10 35/35] script to run docker image Philippe Mathieu-Daudé
2017-07-24 18:27   ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-25 14:12   ` [Qemu-trivial] " Alex Bennée
2017-07-25 14:12     ` [Qemu-devel] " Alex Bennée
2017-07-25 14:41     ` [Qemu-trivial] " Philippe Mathieu-Daudé
2017-07-25 14:41       ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-25 15:03       ` Alex Bennée [this message]
2017-07-25 15:03         ` Alex Bennée
2017-07-25 15:17         ` [Qemu-trivial] " Philippe Mathieu-Daudé
2017-07-25 15:17           ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-07-24 21:27 ` [Qemu-trivial] [PATCH for 2.10 00/35] fix bugs reported by Clang Static Analyzer Peter Maydell
2017-07-24 21:27   ` [Qemu-devel] " Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eft4eeye.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=eblake@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=famz@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.