From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de (verein.lst.de [213.95.11.210]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E72E5B7CE7 for ; Tue, 23 Mar 2010 07:14:46 +1100 (EST) Date: Mon, 22 Mar 2010 21:01:16 +0100 From: Christoph Hellwig To: Anton Blanchard Subject: Re: ppc64 sys_ipc breakage in 2.6.34-rc2 Message-ID: <20100322200116.GA7955@lst.de> References: <20100322064759.GE24064@kryten> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20100322064759.GE24064@kryten> Cc: Heiko Carstens , Andreas Schwab , "H. Peter Anvin" , Christoph Hellwig , Jesper Nilsson , Hirokazu Takata , James Morris , Russell King , Ingo Molnar , Arnd Bergmann , Jeff Dike , Al Viro , Thomas Gleixner , "Luck, Tony" , linuxppc-dev@lists.ozlabs.org, Ralf Baechle , Kyle McMartin , Paul Mundt , Martin Schwidefsky , Andrew Morton , Linus Torvalds List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Mar 22, 2010 at 05:47:59PM +1100, Anton Blanchard wrote: > The patch below changes second from an int to an unsigned long which fixes > shmget on ppc64 (and I assume s390, sparc64 and mips64). Looks good, except that the prototype in the header also needs to be adjusted.