Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756325AbZFTIVf (ORCPT ); Sat, 20 Jun 2009 04:21:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756129AbZFTIVI (ORCPT ); Sat, 20 Jun 2009 04:21:08 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:59811 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752133AbZFTIVF (ORCPT ); Sat, 20 Jun 2009 04:21:05 -0400 From: Arnd Bergmann To: Johannes Weiner Subject: Re: [patch] ipc: unbreak 32-bit shmctl/semctl/msgctl Date: Sat, 20 Jun 2009 08:20:56 +0000 User-Agent: KMail/1.11.2 (Linux/2.6.29; KDE/4.2.2; x86_64; ; ) Cc: Michal Simek , microblaze-uclinux@itee.uq.edu.au, LKML , Remis Lima Baima References: <200906190031.17786.arnd@arndb.de> <20090620010939.GA3469@cmpxchg.org> In-Reply-To: <20090620010939.GA3469@cmpxchg.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906200820.56707.arnd@arndb.de> X-Provags-ID: V01U2FsdGVkX18Z0fYfMyYjpjExncZqIQWqlEhKyLjreEsIHvt Wjk1MIOhUy4EHaY80nGdSTxVHMtJjEB5DjCs9DOyo164geSiVJ 5DkJuNT5ukCtiZi8Dcjyw== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 952 Lines: 23 On Saturday 20 June 2009 01:09:39 am Johannes Weiner wrote: > 31a985f "ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.h" would > choose the implementation of ipc_parse_version() based on a symbol > defined in . > > But it failed to also include this header and thus broke > IPC_64-passing 32-bit userspace because the flag wasn't masked out > properly anymore and the command not understood. > > Include to give the architecture a chance to ask for > the no-no-op ipc_parse_version(). > > Signed-off-by: Johannes Weiner Acked-by: Arnd Bergmann Obviously fixes the bug I introduced, sorry for the trouble and thanks for fixing it! -- 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/