From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 15 Mar 2012 17:26:09 +0100 (CET) Received: from moutng.kundenserver.de ([212.227.126.171]:55143 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1903652Ab2COQ0F (ORCPT ); Thu, 15 Mar 2012 17:26:05 +0100 Received: from klappe2.localnet (deibp9eh1--blueice3n2.emea.ibm.com [195.212.29.180]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0MU8aj-1RiC9E1YrB-00QnET; Thu, 15 Mar 2012 17:25:34 +0100 From: Arnd Bergmann To: Chris Metcalf Subject: Re: [PATCH v3] ipc: provide generic compat versions of IPC syscalls Date: Thu, 15 Mar 2012 16:25:32 +0000 User-Agent: KMail/1.12.2 (Linux/3.3.0-rc1; KDE/4.3.2; x86_64; ; ) Cc: Ralf Baechle , Benjamin Herrenschmidt , Paul Mackerras , Martin Schwidefsky , Heiko Carstens , linux390@de.ibm.com, "David S. Miller" , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, "Eric W. Biederman" , Christoph Hellwig , Lucas De Marchi , Dmitry Torokhov , Andrew Morton , "J. Bruce Fields" , NeilBrown , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, sparclinux@vger.kernel.org References: <201112091536.pB9Fa5f7002738@farm-0002.internal.tilera.com> <201112122148.pBCLmPH0023959@farm-0002.internal.tilera.com> <4F6144B8.5010601@tilera.com> In-Reply-To: <4F6144B8.5010601@tilera.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203151625.32199.arnd@arndb.de> X-Provags-ID: V02:K0:P922dHs4wgmggE20Dch8pBF3qhCaJX1GxSiX7E9IPrx qxDSkpPXcAq2EXTxEFd4VS8+lQXRvQe06szjqLZYCxPQrSdSSb l9QB9361pLH6sbIInR7ci1YdIR0GFrkf2PUZdmdRjzaUgS77Nc ZaAVNKopiv8vF4f9dnx2tq46V9gq066lzoPTcWSUx9b+gwNqdA de2VQRmPfA1z+FE7Ta4Qdl8cky3gzfiTZBfsEafrVJXz+Cfq+/ dJMEI/ZAKIBN6gp9qySJhIVnoYtKmisNitvEF8Kph1ldmZKLkY GIBgwG2rcENWEk1Gg11WEJjfkVe7/rrHRvJbeeipdKo2GOeEwf trtVmexyROrYsqycmwL0= X-archive-position: 32711 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: arnd@arndb.de Precedence: bulk X-list: linux-mips Return-Path: On Thursday 15 March 2012, Chris Metcalf wrote: > > Somewhat belatedly, I'm looking to push this through the "tile" tree. > Andrew Morton has been keeping it in his tree but I figure I should push it > since it directly affects "tile" and currently no one else. Sounds good. > However, it would be nice if anyone could provide a Reviewed-by or Acked-by > on the patch. Thanks! As the main author of ipc/compat.c in its current form, Reviewed-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by ozlabs.org (Postfix) with ESMTP id 7D3CCB6EF4 for ; Fri, 16 Mar 2012 03:25:41 +1100 (EST) From: Arnd Bergmann To: Chris Metcalf Subject: Re: [PATCH v3] ipc: provide generic compat versions of IPC syscalls Date: Thu, 15 Mar 2012 16:25:32 +0000 References: <201112091536.pB9Fa5f7002738@farm-0002.internal.tilera.com> <201112122148.pBCLmPH0023959@farm-0002.internal.tilera.com> <4F6144B8.5010601@tilera.com> In-Reply-To: <4F6144B8.5010601@tilera.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Message-Id: <201203151625.32199.arnd@arndb.de> Cc: linux-mips@linux-mips.org, NeilBrown , Heiko Carstens , Paul Mackerras , "H. Peter Anvin" , sparclinux@vger.kernel.org, Christoph Hellwig , linux-s390@vger.kernel.org, "J. Bruce Fields" , x86@kernel.org, Ingo Molnar , Lucas De Marchi , Thomas Gleixner , Dmitry Torokhov , linux-kernel@vger.kernel.org, Ralf Baechle , "Eric W. Biederman" , Martin Schwidefsky , linux390@de.ibm.com, Andrew Morton , linuxppc-dev@lists.ozlabs.org, "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 15 March 2012, Chris Metcalf wrote: > > Somewhat belatedly, I'm looking to push this through the "tile" tree. > Andrew Morton has been keeping it in his tree but I figure I should push it > since it directly affects "tile" and currently no one else. Sounds good. > However, it would be nice if anyone could provide a Reviewed-by or Acked-by > on the patch. Thanks! As the main author of ipc/compat.c in its current form, Reviewed-by: Arnd Bergmann