[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFzfmJNTtrnRsEkb6B0=eTHNGuA+jBa1METOK3ycxNsM8g@mail.gmail.com>
Date: Sat, 13 Oct 2012 11:16:34 +0900
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
Cc: linux-kernel@...r.kernel.org, xen-devel@...ts.xensource.com
Subject: Re: [GIT PULL] (xen) stable/for-linus-3.7-uapi-tag for v3.7-rc0
On Fri, Oct 12, 2012 at 10:45 PM, Konrad Rzeszutek Wilk
<konrad.wilk@...cle.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists