Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753311Ab0BHPWr (ORCPT ); Mon, 8 Feb 2010 10:22:47 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:34970 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753239Ab0BHPWp (ORCPT ); Mon, 8 Feb 2010 10:22:45 -0500 Date: Mon, 8 Feb 2010 10:22:31 -0500 From: Kyle McMartin To: Christoph Hellwig Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux@arm.linux.org.uk, starvik@axis.com, jesper.nilsson@axis.com, dhowells@redhat.com, ysato@users.sourceforge.jp, takata@linux-m32r.org, geert@linux-m68k.org, zippel@linux-m68k.org, gerg@uclinux.org, ralf@linux-mips.org, benh@kernel.crashing.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, lethal@linux-sh.org, davem@davemloft.net, jdike@addtoit.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, viro@zeniv.linux.org.uk Subject: Re: [PATCH 3/6] generic sys_ipc wrapper Message-ID: <20100208152231.GY24051@bombadil.infradead.org> References: <20100201185544.GC11045@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100201185544.GC11045@lst.de> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 747 Lines: 17 On Mon, Feb 01, 2010 at 07:55:44PM +0100, Christoph Hellwig wrote: > Add a generic implementation of the ipc demultiplexer syscall. Except for > s390 and sparc64 all implementations of the sys_ipc are nearly identical. ><...> > Signed-off-by: Christoph Hellwig Thanks Christoph! I had started cleaning this up a few years ago when I was debugging some IPC issues on parisc with the individual calls. Never saw it through though. emphatically Acked-by: Kyle McMartin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/