qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] 答复: [PATCH resend v4 0/3] Generate APEI GHES table and dyna


From: gengdongjiu
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

Laszlo,
     I am so sorry about it, thanks for your comments。 I will resend them 
tomorrow, now the chinese time is midnight。
发件人:Laszlo Ersek
收件人:耿东久
address@hidden,address@hidden,address@hidden,address@hidden,Zhaoshenglong,address@hidden,address@hidden,郑强,黄韶宇,吴泉明,高智慧,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 via email to

[Prev in Thread] Current Thread [Next in Thread]