linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] (xen) stable/for-linus-3.7-uapi-tag for v3.7-rc0
@ 2012-10-12 13:45 Konrad Rzeszutek Wilk
  2012-10-13  2:16 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-10-12 13:45 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, xen-devel

[-- Attachment #1: Type: text/plain, Size: 725 bytes --]

Hey Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-3.7-uapi-tag

which has the UAPI disintegration work done by David Howells.

Please pull!

 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(-)

David Howells (1):
      UAPI: (Scripted) Disintegrate include/xen


[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: [GIT PULL] (xen) stable/for-linus-3.7-uapi-tag for v3.7-rc0
  2012-10-12 13:45 [GIT PULL] (xen) stable/for-linus-3.7-uapi-tag for v3.7-rc0 Konrad Rzeszutek Wilk
@ 2012-10-13  2:16 ` Linus Torvalds
  2012-10-13 23:59   ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2012-10-13  2:16 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: linux-kernel, xen-devel

On Fri, Oct 12, 2012 at 10:45 PM, Konrad Rzeszutek Wilk
<konrad.wilk@oracle.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

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

* Re: [GIT PULL] (xen) stable/for-linus-3.7-uapi-tag for v3.7-rc0
  2012-10-13  2:16 ` Linus Torvalds
@ 2012-10-13 23:59   ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2012-10-13 23:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Konrad Rzeszutek Wilk, linux-kernel, xen-devel

On 10/12/2012 07:16 PM, Linus Torvalds wrote:

> On Fri, Oct 12, 2012 at 10:45 PM, Konrad Rzeszutek Wilk
> <konrad.wilk@oracle.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%)


showing once again that people don't read documentation  :(

(see Documentation/SubmittingPatches)

-- 
~Randy

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

end of thread, other threads:[~2012-10-13 23:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-12 13:45 [GIT PULL] (xen) stable/for-linus-3.7-uapi-tag for v3.7-rc0 Konrad Rzeszutek Wilk
2012-10-13  2:16 ` Linus Torvalds
2012-10-13 23:59   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).