From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: David Howells <dhowells@redhat.com>
Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] Disintegrate UAPI for powerpc [ver #2]
Date: Wed, 10 Oct 2012 13:14:52 +1100 [thread overview]
Message-ID: <1349835292.20486.68.camel@pasglop> (raw)
In-Reply-To: <21173.1349774149@warthog.procyon.org.uk>
On Tue, 2012-10-09 at 10:15 +0100, David Howells wrote:
> Can you merge the following branch into the powerpc tree please.
Thanks, looking at this right now. If it passes my tests I'll ask Linus
to pull later today.
Cheers,
Ben.
> 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-powerpc-20121009
>
> for you to fetch changes up to c3617f72036c909e1f6086b5b9e364e0ef90a6da:
>
> UAPI: (Scripted) Disintegrate arch/powerpc/include/asm (2012-10-09 09:47:26 +0100)
>
> ----------------------------------------------------------------
> UAPI Disintegration 2012-10-09
>
> ----------------------------------------------------------------
> David Howells (1):
> UAPI: (Scripted) Disintegrate arch/powerpc/include/asm
>
> arch/powerpc/include/asm/Kbuild | 35 --
> arch/powerpc/include/asm/bootx.h | 123 +------
> arch/powerpc/include/asm/cputable.h | 35 +-
> arch/powerpc/include/asm/elf.h | 311 +-----------------
> arch/powerpc/include/asm/kvm_para.h | 70 +---
> arch/powerpc/include/asm/mman.h | 27 +-
> arch/powerpc/include/asm/nvram.h | 55 +---
> arch/powerpc/include/asm/ptrace.h | 242 +-------------
> arch/powerpc/include/asm/signal.h | 143 +-------
> arch/powerpc/include/asm/spu_info.h | 29 +-
> arch/powerpc/include/asm/swab.h | 15 +-
> arch/powerpc/include/asm/termios.h | 69 +---
> arch/powerpc/include/asm/types.h | 30 +-
> arch/powerpc/include/asm/unistd.h | 374 +--------------------
> arch/powerpc/include/uapi/asm/Kbuild | 41 +++
> arch/powerpc/include/{ => uapi}/asm/auxvec.h | 0
> arch/powerpc/include/{ => uapi}/asm/bitsperlong.h | 0
> arch/powerpc/include/uapi/asm/bootx.h | 132 ++++++++
> arch/powerpc/include/{ => uapi}/asm/byteorder.h | 0
> arch/powerpc/include/uapi/asm/cputable.h | 36 ++
> arch/powerpc/include/uapi/asm/elf.h | 307 +++++++++++++++++
> arch/powerpc/include/{ => uapi}/asm/errno.h | 0
> arch/powerpc/include/{ => uapi}/asm/fcntl.h | 0
> arch/powerpc/include/{ => uapi}/asm/ioctl.h | 0
> arch/powerpc/include/{ => uapi}/asm/ioctls.h | 0
> arch/powerpc/include/{ => uapi}/asm/ipcbuf.h | 0
> arch/powerpc/include/{ => uapi}/asm/kvm.h | 0
> arch/powerpc/include/uapi/asm/kvm_para.h | 90 +++++
> arch/powerpc/include/{ => uapi}/asm/linkage.h | 0
> arch/powerpc/include/uapi/asm/mman.h | 31 ++
> arch/powerpc/include/{ => uapi}/asm/msgbuf.h | 0
> arch/powerpc/include/uapi/asm/nvram.h | 62 ++++
> arch/powerpc/include/{ => uapi}/asm/param.h | 0
> arch/powerpc/include/{ => uapi}/asm/poll.h | 0
> arch/powerpc/include/{ => uapi}/asm/posix_types.h | 0
> arch/powerpc/include/{ => uapi}/asm/ps3fb.h | 0
> arch/powerpc/include/uapi/asm/ptrace.h | 259 +++++++++++++++
> arch/powerpc/include/{ => uapi}/asm/resource.h | 0
> arch/powerpc/include/{ => uapi}/asm/seccomp.h | 0
> arch/powerpc/include/{ => uapi}/asm/sembuf.h | 0
> arch/powerpc/include/{ => uapi}/asm/setup.h | 0
> arch/powerpc/include/{ => uapi}/asm/shmbuf.h | 0
> arch/powerpc/include/{ => uapi}/asm/sigcontext.h | 0
> arch/powerpc/include/{ => uapi}/asm/siginfo.h | 0
> arch/powerpc/include/uapi/asm/signal.h | 145 +++++++++
> arch/powerpc/include/{ => uapi}/asm/socket.h | 0
> arch/powerpc/include/{ => uapi}/asm/sockios.h | 0
> arch/powerpc/include/uapi/asm/spu_info.h | 53 +++
> arch/powerpc/include/{ => uapi}/asm/stat.h | 0
> arch/powerpc/include/{ => uapi}/asm/statfs.h | 0
> arch/powerpc/include/uapi/asm/swab.h | 23 ++
> arch/powerpc/include/{ => uapi}/asm/termbits.h | 0
> arch/powerpc/include/uapi/asm/termios.h | 76 +++++
> arch/powerpc/include/uapi/asm/types.h | 40 +++
> arch/powerpc/include/{ => uapi}/asm/ucontext.h | 0
> arch/powerpc/include/uapi/asm/unistd.h | 380 ++++++++++++++++++++++
> 56 files changed, 1705 insertions(+), 1528 deletions(-)
> rename arch/powerpc/include/{ => uapi}/asm/auxvec.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/bitsperlong.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/bootx.h
> rename arch/powerpc/include/{ => uapi}/asm/byteorder.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/cputable.h
> create mode 100644 arch/powerpc/include/uapi/asm/elf.h
> rename arch/powerpc/include/{ => uapi}/asm/errno.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/fcntl.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/ioctl.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/ioctls.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/ipcbuf.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/kvm.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/kvm_para.h
> rename arch/powerpc/include/{ => uapi}/asm/linkage.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/mman.h
> rename arch/powerpc/include/{ => uapi}/asm/msgbuf.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/nvram.h
> rename arch/powerpc/include/{ => uapi}/asm/param.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/poll.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/posix_types.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/ps3fb.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/ptrace.h
> rename arch/powerpc/include/{ => uapi}/asm/resource.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/seccomp.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/sembuf.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/setup.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/shmbuf.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/sigcontext.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/siginfo.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/signal.h
> rename arch/powerpc/include/{ => uapi}/asm/socket.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/sockios.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/spu_info.h
> rename arch/powerpc/include/{ => uapi}/asm/stat.h (100%)
> rename arch/powerpc/include/{ => uapi}/asm/statfs.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/swab.h
> rename arch/powerpc/include/{ => uapi}/asm/termbits.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/termios.h
> create mode 100644 arch/powerpc/include/uapi/asm/types.h
> rename arch/powerpc/include/{ => uapi}/asm/ucontext.h (100%)
> create mode 100644 arch/powerpc/include/uapi/asm/unistd.h
> .
next prev parent reply other threads:[~2012-10-10 2:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-09 9:15 [GIT PULL] Disintegrate UAPI for powerpc [ver #2] David Howells
2012-10-10 2:14 ` Benjamin Herrenschmidt [this message]
2012-10-10 4:36 ` Benjamin Herrenschmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1349835292.20486.68.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=dhowells@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).