* [GIT PULL] Disintegrate UAPI for s390 [ver #2]
@ 2012-10-09 9:15 David Howells
2012-10-09 12:53 ` Martin Schwidefsky
0 siblings, 1 reply; 2+ messages in thread
From: David Howells @ 2012-10-09 9:15 UTC (permalink / raw)
To: schwidefsky; +Cc: dhowells, linux-s390, linux-kernel
Can you merge the following branch into the s390 tree please.
This is to complete part of the UAPI disintegration for which the preparatory
patches were pulled recently.
Now that the fixups and the asm-generic chunk have been merged, I've
regenerated the patches to get rid of those dependencies and to take account of
any changes made so far in the merge window. If you have already pulled the
older version of the branch aimed at you, then please feel free to ignore this
request.
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-s390-20121009
for you to fetch changes up to 9807f75955ea7f1877981056755284481873115c:
UAPI: (Scripted) Disintegrate arch/s390/include/asm (2012-10-09 09:47:31 +0100)
----------------------------------------------------------------
UAPI Disintegration 2012-10-09
----------------------------------------------------------------
David Howells (1):
UAPI: (Scripted) Disintegrate arch/s390/include/asm
arch/s390/include/asm/Kbuild | 14 -
arch/s390/include/asm/chpid.h | 17 +-
arch/s390/include/asm/cmb.h | 51 +--
arch/s390/include/asm/debug.h | 28 +-
arch/s390/include/asm/kvm_para.h | 14 +-
arch/s390/include/asm/mman.h | 6 +-
arch/s390/include/asm/ptrace.h | 462 +-----------------------
arch/s390/include/asm/schid.h | 15 +-
arch/s390/include/asm/setup.h | 7 +-
arch/s390/include/asm/signal.h | 128 +------
arch/s390/include/asm/termios.h | 42 +--
arch/s390/include/asm/types.h | 15 +-
arch/s390/include/asm/unistd.h | 367 +------------------
arch/s390/include/uapi/asm/Kbuild | 45 +++
arch/s390/include/{ => uapi}/asm/auxvec.h | 0
arch/s390/include/{ => uapi}/asm/bitsperlong.h | 0
arch/s390/include/{ => uapi}/asm/byteorder.h | 0
arch/s390/include/uapi/asm/chpid.h | 22 ++
arch/s390/include/{ => uapi}/asm/chsc.h | 0
arch/s390/include/uapi/asm/cmb.h | 53 +++
arch/s390/include/{ => uapi}/asm/dasd.h | 0
arch/s390/include/uapi/asm/debug.h | 34 ++
arch/s390/include/{ => uapi}/asm/errno.h | 0
arch/s390/include/{ => uapi}/asm/fcntl.h | 0
arch/s390/include/{ => uapi}/asm/ioctl.h | 0
arch/s390/include/{ => uapi}/asm/ioctls.h | 0
arch/s390/include/{ => uapi}/asm/ipcbuf.h | 0
arch/s390/include/{ => uapi}/asm/kvm.h | 0
arch/s390/include/{ => uapi}/asm/kvm_virtio.h | 0
arch/s390/include/uapi/asm/mman.h | 6 +
arch/s390/include/{ => uapi}/asm/monwriter.h | 0
arch/s390/include/{ => uapi}/asm/msgbuf.h | 0
arch/s390/include/{ => uapi}/asm/param.h | 0
arch/s390/include/{ => uapi}/asm/poll.h | 0
arch/s390/include/{ => uapi}/asm/posix_types.h | 0
arch/s390/include/uapi/asm/ptrace.h | 472 +++++++++++++++++++++++++
arch/s390/include/{ => uapi}/asm/qeth.h | 0
arch/s390/include/{ => uapi}/asm/resource.h | 0
arch/s390/include/uapi/asm/schid.h | 16 +
arch/s390/include/{ => uapi}/asm/sembuf.h | 0
arch/s390/include/uapi/asm/setup.h | 13 +
arch/s390/include/{ => uapi}/asm/shmbuf.h | 0
arch/s390/include/{ => uapi}/asm/sigcontext.h | 0
arch/s390/include/{ => uapi}/asm/siginfo.h | 0
arch/s390/include/uapi/asm/signal.h | 135 +++++++
arch/s390/include/{ => uapi}/asm/socket.h | 0
arch/s390/include/{ => uapi}/asm/sockios.h | 0
arch/s390/include/{ => uapi}/asm/stat.h | 0
arch/s390/include/{ => uapi}/asm/statfs.h | 0
arch/s390/include/{ => uapi}/asm/swab.h | 0
arch/s390/include/{ => uapi}/asm/tape390.h | 0
arch/s390/include/{ => uapi}/asm/termbits.h | 0
arch/s390/include/uapi/asm/termios.h | 49 +++
arch/s390/include/uapi/asm/types.h | 22 ++
arch/s390/include/{ => uapi}/asm/ucontext.h | 0
arch/s390/include/uapi/asm/unistd.h | 374 ++++++++++++++++++++
arch/s390/include/{ => uapi}/asm/vtoc.h | 0
arch/s390/include/{ => uapi}/asm/zcrypt.h | 0
58 files changed, 1258 insertions(+), 1149 deletions(-)
rename arch/s390/include/{ => uapi}/asm/auxvec.h (100%)
rename arch/s390/include/{ => uapi}/asm/bitsperlong.h (100%)
rename arch/s390/include/{ => uapi}/asm/byteorder.h (100%)
create mode 100644 arch/s390/include/uapi/asm/chpid.h
rename arch/s390/include/{ => uapi}/asm/chsc.h (100%)
create mode 100644 arch/s390/include/uapi/asm/cmb.h
rename arch/s390/include/{ => uapi}/asm/dasd.h (100%)
create mode 100644 arch/s390/include/uapi/asm/debug.h
rename arch/s390/include/{ => uapi}/asm/errno.h (100%)
rename arch/s390/include/{ => uapi}/asm/fcntl.h (100%)
rename arch/s390/include/{ => uapi}/asm/ioctl.h (100%)
rename arch/s390/include/{ => uapi}/asm/ioctls.h (100%)
rename arch/s390/include/{ => uapi}/asm/ipcbuf.h (100%)
rename arch/s390/include/{ => uapi}/asm/kvm.h (100%)
create mode 100644 arch/s390/include/uapi/asm/kvm_para.h
rename arch/s390/include/{ => uapi}/asm/kvm_virtio.h (100%)
create mode 100644 arch/s390/include/uapi/asm/mman.h
rename arch/s390/include/{ => uapi}/asm/monwriter.h (100%)
rename arch/s390/include/{ => uapi}/asm/msgbuf.h (100%)
rename arch/s390/include/{ => uapi}/asm/param.h (100%)
rename arch/s390/include/{ => uapi}/asm/poll.h (100%)
rename arch/s390/include/{ => uapi}/asm/posix_types.h (100%)
create mode 100644 arch/s390/include/uapi/asm/ptrace.h
rename arch/s390/include/{ => uapi}/asm/qeth.h (100%)
rename arch/s390/include/{ => uapi}/asm/resource.h (100%)
create mode 100644 arch/s390/include/uapi/asm/schid.h
rename arch/s390/include/{ => uapi}/asm/sembuf.h (100%)
create mode 100644 arch/s390/include/uapi/asm/setup.h
rename arch/s390/include/{ => uapi}/asm/shmbuf.h (100%)
rename arch/s390/include/{ => uapi}/asm/sigcontext.h (100%)
rename arch/s390/include/{ => uapi}/asm/siginfo.h (100%)
create mode 100644 arch/s390/include/uapi/asm/signal.h
rename arch/s390/include/{ => uapi}/asm/socket.h (100%)
rename arch/s390/include/{ => uapi}/asm/sockios.h (100%)
rename arch/s390/include/{ => uapi}/asm/stat.h (100%)
rename arch/s390/include/{ => uapi}/asm/statfs.h (100%)
rename arch/s390/include/{ => uapi}/asm/swab.h (100%)
rename arch/s390/include/{ => uapi}/asm/tape390.h (100%)
rename arch/s390/include/{ => uapi}/asm/termbits.h (100%)
create mode 100644 arch/s390/include/uapi/asm/termios.h
create mode 100644 arch/s390/include/uapi/asm/types.h
rename arch/s390/include/{ => uapi}/asm/ucontext.h (100%)
create mode 100644 arch/s390/include/uapi/asm/unistd.h
rename arch/s390/include/{ => uapi}/asm/vtoc.h (100%)
rename arch/s390/include/{ => uapi}/asm/zcrypt.h (100%)
.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Disintegrate UAPI for s390 [ver #2]
2012-10-09 9:15 [GIT PULL] Disintegrate UAPI for s390 [ver #2] David Howells
@ 2012-10-09 12:53 ` Martin Schwidefsky
0 siblings, 0 replies; 2+ messages in thread
From: Martin Schwidefsky @ 2012-10-09 12:53 UTC (permalink / raw)
To: David Howells; +Cc: linux-s390, linux-kernel
On Tue, 09 Oct 2012 10:15:52 +0100
David Howells <dhowells@redhat.com> wrote:
> Can you merge the following branch into the s390 tree please.
>
> This is to complete part of the UAPI disintegration for which the preparatory
> patches were pulled recently.
>
> Now that the fixups and the asm-generic chunk have been merged, I've
> regenerated the patches to get rid of those dependencies and to take account of
> any changes made so far in the merge window. If you have already pulled the
> older version of the branch aimed at you, then please feel free to ignore this
> request.
>
> 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-s390-20121009
>
> for you to fetch changes up to 9807f75955ea7f1877981056755284481873115c:
>
> UAPI: (Scripted) Disintegrate arch/s390/include/asm (2012-10-09 09:47:31 +0100)
Ok, rebased the s390 tree to get akpm's patch-bomb out of the way and merged the UAPI
patchset. Result can be gawked at here:
https://git.kernel.org/?p=linux/kernel/git/s390/linux.git;a=shortlog;h=refs/heads/features
I will send Linus a please pull soon.
--
blue skies,
Martin.
"Reality continues to ruin my life." - Calvin.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-09 12:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 9:15 [GIT PULL] Disintegrate UAPI for s390 [ver #2] David Howells
2012-10-09 12:53 ` Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox