* [GIT PULL] Disintegrate UAPI for wimax
@ 2012-10-09 13:30 David Howells
2012-10-11 0:02 ` Perez-Gonzalez, Inaky
2012-10-11 8:07 ` David Howells
0 siblings, 2 replies; 4+ messages in thread
From: David Howells @ 2012-10-09 13:30 UTC (permalink / raw)
To: inaky.perez-gonzalez; +Cc: dhowells, linux-wimax, linux-kernel
Can you merge the following branch into the wimax tree please.
This is to complete part of the Userspace API (UAPI) disintegration for which
the preparatory patches were pulled recently. After these patches, userspace
headers will be segregated into:
include/uapi/linux/.../foo.h
for the userspace interface stuff, and:
include/linux/.../foo.h
for the strictly kernel internal stuff.
---
The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8:
Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900)
are available in the git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-wimax-20121009
for you to fetch changes up to 1e256b340d9574fd1bf31b73f16c4c474502692c:
UAPI: (Scripted) Disintegrate include/linux/wimax (2012-10-09 09:49:08 +0100)
----------------------------------------------------------------
UAPI Disintegration 2012-10-09
----------------------------------------------------------------
David Howells (1):
UAPI: (Scripted) Disintegrate include/linux/wimax
include/linux/wimax/Kbuild | 1 -
include/uapi/linux/wimax/Kbuild | 1 +
include/{ => uapi}/linux/wimax/i2400m.h | 0
3 files changed, 1 insertion(+), 1 deletion(-)
rename include/{ => uapi}/linux/wimax/i2400m.h (100%)
.
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [GIT PULL] Disintegrate UAPI for wimax
2012-10-09 13:30 [GIT PULL] Disintegrate UAPI for wimax David Howells
@ 2012-10-11 0:02 ` Perez-Gonzalez, Inaky
2012-10-11 8:07 ` David Howells
1 sibling, 0 replies; 4+ messages in thread
From: Perez-Gonzalez, Inaky @ 2012-10-11 0:02 UTC (permalink / raw)
To: David Howells; +Cc: linux-wimax, linux-kernel
Hello David
> From: David Howells [mailto:dhowells@redhat.com]
>
> Can you merge the following branch into the wimax tree please.
>
> This is to complete part of the Userspace API (UAPI) disintegration for which
> the preparatory patches were pulled recently. After these patches,
> userspace headers will be segregated into:
>
> include/uapi/linux/.../foo.h
>
> for the userspace interface stuff, and:
>
> include/linux/.../foo.h
>
> for the strictly kernel internal stuff.
This can be submitted straight to Dave Miller, as there is no separate wimax tree
anymore, it is in pure maintenance mode.
BTW: thanks for tackling the UAPI issue
Acked-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Disintegrate UAPI for wimax
2012-10-09 13:30 [GIT PULL] Disintegrate UAPI for wimax David Howells
2012-10-11 0:02 ` Perez-Gonzalez, Inaky
@ 2012-10-11 8:07 ` David Howells
2012-10-11 19:15 ` David Miller
1 sibling, 1 reply; 4+ messages in thread
From: David Howells @ 2012-10-11 8:07 UTC (permalink / raw)
To: davem; +Cc: dhowells, linux-wimax, linux-kernel, Perez-Gonzalez, Inaky, netdev
Hi Dave,
Can you pull wimax as well?
Sorry about this, but it seems like the majority of the non-arch trees need to
go through the networking tree.
Perez-Gonzalez, Inaky <inaky.perez-gonzalez@intel.com> wrote:
> > From: David Howells [mailto:dhowells@redhat.com]
> >
> > Can you merge the following branch into the wimax tree please.
> > ...
>
> This can be submitted straight to Dave Miller, as there is no separate wimax
> tree anymore, it is in pure maintenance mode.
>
> BTW: thanks for tackling the UAPI issue
>
> Acked-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Thanks,
David
---
The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8:
Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900)
are available in the git repository at:
git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-wimax-20121009
for you to fetch changes up to 1e256b340d9574fd1bf31b73f16c4c474502692c:
UAPI: (Scripted) Disintegrate include/linux/wimax (2012-10-09 09:49:08 +0100)
----------------------------------------------------------------
UAPI Disintegration 2012-10-09
----------------------------------------------------------------
David Howells (1):
UAPI: (Scripted) Disintegrate include/linux/wimax
include/linux/wimax/Kbuild | 1 -
include/uapi/linux/wimax/Kbuild | 1 +
include/{ => uapi}/linux/wimax/i2400m.h | 0
3 files changed, 1 insertion(+), 1 deletion(-)
rename include/{ => uapi}/linux/wimax/i2400m.h (100%)
.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Disintegrate UAPI for wimax
2012-10-11 8:07 ` David Howells
@ 2012-10-11 19:15 ` David Miller
0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2012-10-11 19:15 UTC (permalink / raw)
To: dhowells; +Cc: linux-wimax, linux-kernel, inaky.perez-gonzalez, netdev
From: David Howells <dhowells@redhat.com>
Date: Thu, 11 Oct 2012 09:07:52 +0100
> Can you pull wimax as well?
>
> Sorry about this, but it seems like the majority of the non-arch trees need to
> go through the networking tree.
Done.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-10-11 19:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-09 13:30 [GIT PULL] Disintegrate UAPI for wimax David Howells
2012-10-11 0:02 ` Perez-Gonzalez, Inaky
2012-10-11 8:07 ` David Howells
2012-10-11 19:15 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome