All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad@kernel.org>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
	"xen.org" <ian.jackson@eu.citrix.com>,
	Martin Pohlack <mpohlack@amazon.de>,
	Ross Lagerwall <ross.lagerwall@citrix.com>,
	Julien Grall <julien.grall@arm.com>,
	Jan Beulich <JBeulich@suse.com>,
	sasha.levin@oracle.com,
	Xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: [PATCH v8] xSplice v1 design and implementation.
Date: Wed, 13 Apr 2016 17:57:38 -0400	[thread overview]
Message-ID: <CACJDEmpm3LDcuJjQcA7UsPmHyhs=tRvwiHrW9mNnPqaK1HCR7g@mail.gmail.com> (raw)
In-Reply-To: <1460581796-30071-1-git-send-email-konrad.wilk@oracle.com>

> *Tools Maintainers*
>
> Since v7, two new patches, please review:
>
>     XENVER_build_id/libxc: Provide ld-embedded build-id
>     libxl: info: Display build_id of the hypervisor.
>
> *Maintainers*
>
> Legend:
>  *    - See below
>  R    - Reviewed
>  R+   - Reviewed by two folks
>  A    - Acked by maintainer of the area (hypervisor or toolstack)
>
> *     Revert "libxc/libxl/python/xenstat/ocaml: Use new
> *     Revert "HYPERCALL_version_op. New hypercall mirroring
>   A   xsplice: Design document
>    R  xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op
>   AR  libxc: Implementation of XEN_XSPLICE_op in libxc
>   AR  xen-xsplice: Tool to manipulate xsplice payloads
>   AR  arm/x86: Use struct virtual_region to do bug, symbol, and (x86) exception tables lookup.
>         [Julien Acked the ARM part]
>   AR  arm/x86/vmap: Add vmalloc_xen, vfree_xen and vm_init_type
>         [Julien Acked the ARM part]
>    R+  x86/mm: Introduce modify_xen_mappings()
>    R  xsplice: Add helper elf routines
>    R  xsplice: Implement payload loading
> *  R  xsplice: Implement support for applying/reverting/replacing patches.
>    R  x86/xen_hello_world.xsplice: Test payload for patching 'xen_extra_version'.
>    R  xsplice,symbols: Implement symbol name resolution on address.
> *     xsplice, symbols: Implement fast symbol names -> virtual addresses lookup
>    R  x86, xsplice: Print payload's symbol name and payload name in backtraces
>    R  xsplice: Add support for bug frames.
>    R  xsplice: Add support for exception tables.
>    R  xsplice: Add support for alternatives
>   AR  build_id: Provide ld-embedded build-ids
>         [Julien Acked the ARM part]
>   AR  xsplice: Print build_id in keyhandler and on bootup.
> *     XENVER_build_id/libxc: Provide ld-embedded build-id
> *     libxl: info: Display build_id of the hypervisor.
>    R  xsplice: Stacking build-id dependency checking.
>    R  xsplice/xen_replace_world: Test-case for XSPLICE_ACTION_REPLACE
>    R  xsplice: Prevent duplicate payloads from being loaded.
>    R  MAINTAINERS/xsplice: Add myself and Ross as the maintainers.
>

$#@@#A@!

As you can see this cover letter has no relation to the patches! This
mentions 27 patches while this
patchbomb has 25.

When I did git format-patch I did it in one directory while in another
shell I did git send-email (and of course in a different directory).

My sincere apologies for doing this - resending the _proper_ patchset as v8.1

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

  parent reply	other threads:[~2016-04-13 21:57 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-13 21:09 [PATCH v8] xSplice v1 design and implementation Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 01/25] xsplice: Design document Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 02/25] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op Konrad Rzeszutek Wilk
2016-04-20 13:18   ` Ross Lagerwall
2016-04-22 18:06     ` Konrad Rzeszutek Wilk
2016-04-25  9:03       ` Jan Beulich
2016-04-25  9:13         ` Ross Lagerwall
2016-04-13 21:09 ` [PATCH v8 03/25] libxc: Implementation of XEN_XSPLICE_op in libxc Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 04/25] xen-xsplice: Tool to manipulate xsplice payloads Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 05/25] arm/x86: Use struct virtual_region to do bug, symbol, and (x86) exception tables lookup Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 06/25] arm/x86/vmap: Add vmalloc_xen, vfree_xen and vm_init_type Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 07/25] x86/mm: Introduce modify_xen_mappings() Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 08/25] xsplice: Add helper elf routines Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 09/25] xsplice: Implement payload loading Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 10/25] xsplice: Implement support for applying/reverting/replacing patches Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 11/25] x86/xen_hello_world.xsplice: Test payload for patching 'xen_extra_version' Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 12/25] xsplice, symbols: Implement symbol name resolution on address Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 13/25] xsplice, symbols: Implement fast symbol names -> virtual addresses lookup Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 14/25] x86, xsplice: Print payload's symbol name and payload name in backtraces Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 15/25] xsplice: Add support for bug frames Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 16/25] xsplice: Add support for exception tables Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 17/25] xsplice: Add support for alternatives Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 18/25] build_id: Provide ld-embedded build-ids Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 19/25] HYPERCALL_version_op: Add VERSION_build_id to retrieve build-id Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 20/25] libxl: info: Display build_id of the hypervisor using XEN_VERSION_build_id Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 21/25] xsplice: Print build_id in keyhandler and on bootup Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 22/25] xsplice: Stacking build-id dependency checking Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 23/25] xsplice/xen_replace_world: Test-case for XSPLICE_ACTION_REPLACE Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 24/25] xsplice: Prevent duplicate payloads from being loaded Konrad Rzeszutek Wilk
2016-04-13 21:09 ` [PATCH v8 25/25] MAINTAINERS/xsplice: Add myself and Ross as the maintainers Konrad Rzeszutek Wilk
2016-04-13 21:57 ` Konrad Rzeszutek Wilk [this message]
2016-04-13 22:01   ` [PATCH v8] xSplice v1 design and implementation Konrad Rzeszutek Wilk

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='CACJDEmpm3LDcuJjQcA7UsPmHyhs=tRvwiHrW9mNnPqaK1HCR7g@mail.gmail.com' \
    --to=konrad@kernel.org \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=julien.grall@arm.com \
    --cc=konrad.wilk@oracle.com \
    --cc=mpohlack@amazon.de \
    --cc=ross.lagerwall@citrix.com \
    --cc=sasha.levin@oracle.com \
    --cc=xen-devel@lists.xenproject.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.