From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle McMartin Subject: [git patches] parisc fixes for v2.6.34 Date: Sat, 6 Mar 2010 23:20:35 +0000 Message-ID: <20100306232035.GA20546@hera.kernel.org> Reply-To: kyle@mcmartin.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org To: torvalds@linux-foundation.org Return-path: List-ID: List-Id: linux-parisc.vger.kernel.org Hi Linus, just a small parisc update for .34 as I've not had a chance to fix up the new regset and tracehook stuff yet. All of this code has been baking in -next since last release (except the latest trivial ratelimit fix) and has been freshly rebased since jejb's XFS coherence fix was merged seperately. Tested to build and boot ok on my rp3440. regards, Kyle The following changes since commit 66b89159c25a47d2177743526c61b5ada7acc39e: Linus Torvalds (1): Merge git://git.kernel.org/.../joern/logfs are available in the git repository at: /pub/scm/linux/kernel/git/kyle/parisc-2.6.git for-linus Akinobu Mita (1): parisc: use __ratelimit in unaligned.c Frans Pop (1): parisc: remove trailing space in messages Helge Deller (3): parisc: wire up sys_recvmmsg parisc: add strict copy size checks (v2) parisc: drop unnecessary cast in __ldcw_align() macro John Stultz (1): parisc: Convert to read/update_persistent_clock Kyle McMartin (1): parisc: ditto sys_accept4 Robert P. J. Day (1): parisc: Simplify param.h by including arch/parisc/Kconfig.debug | 14 ++++++++++++++ arch/parisc/include/asm/param.h | 23 +---------------------- arch/parisc/include/asm/system.h | 2 +- arch/parisc/include/asm/uaccess.h | 27 +++++++++++++++++++++++++-- arch/parisc/include/asm/unistd.h | 4 +++- arch/parisc/kernel/cache.c | 4 ++-- arch/parisc/kernel/syscall_table.S | 2 ++ arch/parisc/kernel/time.c | 29 +++++++++++++---------------- arch/parisc/kernel/unaligned.c | 14 ++++---------- arch/parisc/lib/memcpy.c | 3 ++- drivers/parisc/eisa_enumerator.c | 2 +- drivers/parisc/superio.c | 2 +- 12 files changed, 69 insertions(+), 57 deletions(-)