All of lore.kernel.org
 help / color / mirror / Atom feed
From: gengdongjiu <gengdongjiu@huawei.com>
To: "lersek@redhat.com" <lersek@redhat.com>
Cc: "peter.maydell@linaro.org" <peter.maydell@linaro.org>,
	Wuquanming <wuquanming@huawei.com>,
	"famz@redhat.com" <famz@redhat.com>,
	"mst@redhat.com" <mst@redhat.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	Gaozhihui <zhihui.gao@huawei.com>,
	"qemu-arm@nongnu.org" <qemu-arm@nongnu.org>,
	Huangshaoyu <huangshaoyu@huawei.com>,
	Zhaoshenglong <zhaoshenglong@huawei.com>,
	"imammedo@redhat.com" <imammedo@redhat.com>,
	"Zhengqiang \(turing\)" <zhengqiang10@huawei.com>
Subject: [Qemu-devel] 答复: [PATCH resend v4 0/3] Generate APEI GHES table and dynamically record CPER
Date: Tue, 11 Jul 2017 14:34:47 +0000	[thread overview]
Message-ID: <etPan.5964e206.163e212f.272d@localhost> (raw)

Laszlo,
     I am so sorry about it, thanks for your comments。 I will resend them tomorrow, now the chinese time is midnight。
发件人:Laszlo Ersek
收件人:耿东久
抄送:mst@redhat.com,imammedo@redhat.com,famz@redhat.com,qemu-devel@nongnu.org,Zhaoshenglong,peter.maydell@linaro.org,qemu-arm@nongnu.org,郑强,黄韶宇,吴泉明,高智慧,Eric Blake
时间:2017-07-11 21:44:12
主题:Re: [PATCH resend v4 0/3] Generate APEI GHES table and dynamically record CPER

Hi Dongjiu,

On 07/11/17 08:46, Dongjiu Geng wrote:
> [...]

So my followup is off-topic, but I'd like to point out that the patch /
email threading in this series is still incorrect.

These are the "sent" timestamps on the messages:

Date: Tue, 11 Jul 2017 14:46:19 +0800
Date: Tue, 11 Jul 2017 14:46:31 +0800 (+12 seconds)
Date: Tue, 11 Jul 2017 14:46:41 +0800 (+10 seconds)
Date: Tue, 11 Jul 2017 14:47:00 +0800 (+19 seconds)

This tells me that you are mailing out the patches one by one. That's
not how most people post their patches.

(Side remark: while git-send-email can still get the threading right
with individual posting, for that you would have to provide the first
email's Message-Id individually to all the subsequent commands, and the
emails show that this didn't happen.)

Instead, you should invoke git-send-email with all the messages *at
once*. Then git-send-email can set up the threading automatically. From
git-send-email(1):

> GIT-SEND-EMAIL(1)            Git Manual            GIT-SEND-EMAIL(1)
>
> NAME
>        git-send-email - Send a collection of patches as emails
>
> SYNOPSIS
>        git send-email [options] <file|directory|rev-list options>...
>        git send-email --dump-aliases
>
> DESCRIPTION
>        Takes the patches given on the command line and emails them
>        out. Patches can be specified as files, directories (which
>        will send all files in the directory), or directly as a
>        revision list. In the last case, any format accepted by git-
>        format-patch(1) can be passed to git send-email.

So send the patches with

  git send-email *.patch

or put all the patches into a temporary directory, and run

  git send-email patch-dir/

Thanks,
Laszlo

WARNING: multiple messages have this Message-ID (diff)
From: gengdongjiu <gengdongjiu@huawei.com>
To: "lersek@redhat.com" <lersek@redhat.com>
Cc: "mst@redhat.com" <mst@redhat.com>,
	"imammedo@redhat.com" <imammedo@redhat.com>,
	"famz@redhat.com" <famz@redhat.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	Zhaoshenglong <zhaoshenglong@huawei.com>,
	"peter.maydell@linaro.org" <peter.maydell@linaro.org>,
	"qemu-arm@nongnu.org" <qemu-arm@nongnu.org>,
	"Zhengqiang (turing)" <zhengqiang10@huawei.com>,
	Huangshaoyu <huangshaoyu@huawei.com>,
	Wuquanming <wuquanming@huawei.com>,
	Gaozhihui <zhihui.gao@huawei.com>,
	"eblake@redhat.com" <eblake@redhat.com>
Subject: [Qemu-devel] 答复: [PATCH resend v4 0/3] Generate APEI GHES table and dynamically record CPER
Date: Tue, 11 Jul 2017 14:34:47 +0000	[thread overview]
Message-ID: <etPan.5964e206.163e212f.272d@localhost> (raw)

Laszlo,
     I am so sorry about it, thanks for your comments。 I will resend them tomorrow, now the chinese time is midnight。
发件人:Laszlo Ersek
收件人:耿东久
抄送:mst@redhat.com,imammedo@redhat.com,famz@redhat.com,qemu-devel@nongnu.org,Zhaoshenglong,peter.maydell@linaro.org,qemu-arm@nongnu.org,郑强,黄韶宇,吴泉明,高智慧,Eric Blake
时间:2017-07-11 21:44:12
主题:Re: [PATCH resend v4 0/3] Generate APEI GHES table and dynamically record CPER

Hi Dongjiu,

On 07/11/17 08:46, Dongjiu Geng wrote:
> [...]

So my followup is off-topic, but I'd like to point out that the patch /
email threading in this series is still incorrect.

These are the "sent" timestamps on the messages:

Date: Tue, 11 Jul 2017 14:46:19 +0800
Date: Tue, 11 Jul 2017 14:46:31 +0800 (+12 seconds)
Date: Tue, 11 Jul 2017 14:46:41 +0800 (+10 seconds)
Date: Tue, 11 Jul 2017 14:47:00 +0800 (+19 seconds)

This tells me that you are mailing out the patches one by one. That's
not how most people post their patches.

(Side remark: while git-send-email can still get the threading right
with individual posting, for that you would have to provide the first
email's Message-Id individually to all the subsequent commands, and the
emails show that this didn't happen.)

Instead, you should invoke git-send-email with all the messages *at
once*. Then git-send-email can set up the threading automatically. From
git-send-email(1):

> GIT-SEND-EMAIL(1)            Git Manual            GIT-SEND-EMAIL(1)
>
> NAME
>        git-send-email - Send a collection of patches as emails
>
> SYNOPSIS
>        git send-email [options] <file|directory|rev-list options>...
>        git send-email --dump-aliases
>
> DESCRIPTION
>        Takes the patches given on the command line and emails them
>        out. Patches can be specified as files, directories (which
>        will send all files in the directory), or directly as a
>        revision list. In the last case, any format accepted by git-
>        format-patch(1) can be passed to git send-email.

So send the patches with

  git send-email *.patch

or put all the patches into a temporary directory, and run

  git send-email patch-dir/

Thanks,
Laszlo

             reply	other threads:[~2017-07-11 14:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-11 14:34 gengdongjiu [this message]
2017-07-11 14:34 ` [Qemu-devel] 答复: [PATCH resend v4 0/3] Generate APEI GHES table and dynamically record CPER gengdongjiu

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=etPan.5964e206.163e212f.272d@localhost \
    --to=gengdongjiu@huawei.com \
    --cc=famz@redhat.com \
    --cc=huangshaoyu@huawei.com \
    --cc=imammedo@redhat.com \
    --cc=lersek@redhat.com \
    --cc=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=wuquanming@huawei.com \
    --cc=zhaoshenglong@huawei.com \
    --cc=zhengqiang10@huawei.com \
    --cc=zhihui.gao@huawei.com \
    /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.