All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] MAINTAINERS: update email
@ 2016-08-01 10:36 Xuquan (Euler)
  2016-08-01 10:45 ` Wei Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Xuquan (Euler) @ 2016-08-01 10:36 UTC (permalink / raw)
  To: wei.liu2@citrix.com, xen-devel@lists.xen.org
  Cc: kevin.tian@intel.com, sstabellini@kernel.org, Hanweidong (Randy),
	dario.faggioli@citrix.com, Xuquan (Euler), jbeulich@suse.com,
	dgdegra@tycho.nsa.gov, emilcondrea@gmail.com


[-- Attachment #1.1: Type: text/plain, Size: 562 bytes --]

Signed-off-by: Quan Xu <xuquan8@huawei.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 65c2447..97720a8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -415,7 +415,7 @@ F:  xen/include/asm-x86/hvm/monitor.h

VTPM
M:     Daniel De Graaf <dgdegra@tycho.nsa.gov>
-M:     Quan Xu <quan.xu@intel.com>
+M:     Quan Xu <xuquan8@huawei.com>
S:     Supported
F:     extras/mini-os/tpm*
F:     extras/mini-os/include/tpm*
--
1.7.12.4

[-- Attachment #1.2: Type: text/html, Size: 3904 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND] MAINTAINERS: update email
  2016-08-01 10:36 [PATCH RESEND] MAINTAINERS: update email Xuquan (Euler)
@ 2016-08-01 10:45 ` Wei Liu
  2016-08-01 10:53   ` Xuquan (Euler)
  0 siblings, 1 reply; 4+ messages in thread
From: Wei Liu @ 2016-08-01 10:45 UTC (permalink / raw)
  To: Xuquan (Euler)
  Cc: kevin.tian@intel.com, sstabellini@kernel.org, wei.liu2@citrix.com,
	Hanweidong (Randy), dario.faggioli@citrix.com,
	xen-devel@lists.xen.org, jbeulich@suse.com, dgdegra@tycho.nsa.gov,
	emilcondrea@gmail.com

On Mon, Aug 01, 2016 at 10:36:43AM +0000, Xuquan (Euler) wrote:
> Signed-off-by: Quan Xu <xuquan8@huawei.com>
> Reviewed-by: Kevin Tian <kevin.tian@intel.com>

Thank you both.

Quan, I think there is something wrong with your email setup.

When I tried to git am this patch, I got:

fatal: corrupt patch at line 11
Patch failed at 0001 MAINTAINERS: update email
The copy of the patch that failed is found in:
   /local/work/COMMITTER/xen.git/.git/rebase-apply/patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

Looking at the email it seems that it is encoded somehow.

No need to resend though. This patch is simple enough that I've fixed it
for you.

And I changed the subject line to:

   MAINTAINERS: update Quan Xu's email address

before pushing to staging.

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 65c2447..97720a8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -415,7 +415,7 @@ F:  xen/include/asm-x86/hvm/monitor.h
> 
> VTPM
> M:     Daniel De Graaf <dgdegra@tycho.nsa.gov>
> -M:     Quan Xu <quan.xu@intel.com>
> +M:     Quan Xu <xuquan8@huawei.com>
> S:     Supported
> F:     extras/mini-os/tpm*
> F:     extras/mini-os/include/tpm*
> --
> 1.7.12.4

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND] MAINTAINERS: update email
  2016-08-01 10:45 ` Wei Liu
@ 2016-08-01 10:53   ` Xuquan (Euler)
  2016-08-02 12:46     ` George Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Xuquan (Euler) @ 2016-08-01 10:53 UTC (permalink / raw)
  To: Wei Liu
  Cc: kevin.tian@intel.com, sstabellini@kernel.org, Hanweidong (Randy),
	dario.faggioli@citrix.com, xen-devel@lists.xen.org,
	jbeulich@suse.com, dgdegra@tycho.nsa.gov, emilcondrea@gmail.com

Wei, thanks!!
This email is sent out from outlook (the Linux can't send out email). the format may be not correct. 

Quan

On Aug 01 2016 at 18:46:00pm, Wei Liu <wei.liu2@citrix.com> wrote:
On Mon, Aug 01, 2016 at 10:36:43AM +0000, Xuquan (Euler) wrote:
> Signed-off-by: Quan Xu <xuquan8@huawei.com>
> Reviewed-by: Kevin Tian <kevin.tian@intel.com>

Thank you both.

Quan, I think there is something wrong with your email setup.

When I tried to git am this patch, I got:

fatal: corrupt patch at line 11
Patch failed at 0001 MAINTAINERS: update email The copy of the patch that failed is found in:
   /local/work/COMMITTER/xen.git/.git/rebase-apply/patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

Looking at the email it seems that it is encoded somehow.

No need to resend though. This patch is simple enough that I've fixed it for you.

And I changed the subject line to:

   MAINTAINERS: update Quan Xu's email address

before pushing to staging.

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS index 65c2447..97720a8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -415,7 +415,7 @@ F:  xen/include/asm-x86/hvm/monitor.h
> 
> VTPM
> M:     Daniel De Graaf <dgdegra@tycho.nsa.gov>
> -M:     Quan Xu <quan.xu@intel.com>
> +M:     Quan Xu <xuquan8@huawei.com>
> S:     Supported
> F:     extras/mini-os/tpm*
> F:     extras/mini-os/include/tpm*
> --
> 1.7.12.4

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND] MAINTAINERS: update email
  2016-08-01 10:53   ` Xuquan (Euler)
@ 2016-08-02 12:46     ` George Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: George Dunlap @ 2016-08-02 12:46 UTC (permalink / raw)
  To: Xuquan (Euler)
  Cc: kevin.tian@intel.com, sstabellini@kernel.org, Wei Liu,
	Hanweidong (Randy), dario.faggioli@citrix.com,
	xen-devel@lists.xen.org, jbeulich@suse.com, dgdegra@tycho.nsa.gov,
	emilcondrea@gmail.com

On Mon, Aug 1, 2016 at 11:53 AM, Xuquan (Euler) <xuquan8@huawei.com> wrote:
> Wei, thanks!!
> This email is sent out from outlook (the Linux can't send out email). the format may be not correct.

If you aren't able to use a tool like 'git send-email' to send out
patches, then what most people do is to both paste the patch inline,
and attach a copy of the patch.  That way people can easily quote the
patch when replying, but can also apply it easily when they want to do
so.  (One of the core developers, Jan Beulich, is in a similar
situation, and this is what he does.)

Thanks,
 -George

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-02 12:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-01 10:36 [PATCH RESEND] MAINTAINERS: update email Xuquan (Euler)
2016-08-01 10:45 ` Wei Liu
2016-08-01 10:53   ` Xuquan (Euler)
2016-08-02 12:46     ` George Dunlap

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.