Re: [GIT PULL] (xen) stable/for-linus-3.7-uapi-tag for v3.7-rc0

From: Linus Torvalds
Date: Fri Oct 12 2012 - 22:16:50 EST


On Fri, Oct 12, 2012 at 10:45 PM, Konrad Rzeszutek Wilk
<konrad.wilk@xxxxxxxxxx> wrote:
>
> Please pull!

Btw, please use the -M switch to get renames as renames (and
--summary). You diffstat:

> include/uapi/xen/Kbuild | 2 +
> include/uapi/xen/evtchn.h | 88 +++++++++++++++++++++++++++++++++++++++
> include/uapi/xen/privcmd.h | 98 ++++++++++++++++++++++++++++++++++++++++++++
> include/xen/Kbuild | 2 -
> include/xen/evtchn.h | 88 ---------------------------------------
> include/xen/privcmd.h | 98 --------------------------------------------
> 6 files changed, 188 insertions(+), 188 deletions(-)

is misleading, the correct one is much simpler:

include/{ => uapi}/xen/evtchn.h | 0
include/{ => uapi}/xen/privcmd.h | 0
include/xen/Kbuild | 2 --
4 files changed, 2 insertions(+), 2 deletions(-)
rename include/{ => uapi}/xen/evtchn.h (100%)
rename include/{ => uapi}/xen/privcmd.h (100%)

Thanks,

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/