[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200906200820.56707.arnd@arndb.de>
Date: Sat, 20 Jun 2009 08:20:56 +0000
From: Arnd Bergmann <arnd@...db.de>
To: Johannes Weiner <hannes@...xchg.org>
Cc: Michal Simek <monstr@...str.eu>, microblaze-uclinux@...e.uq.edu.au,
LKML <linux-kernel@...r.kernel.org>,
Remis Lima Baima <remis.developer@...glemail.com>
Subject: Re: [patch] ipc: unbreak 32-bit shmctl/semctl/msgctl
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 <asm/unistd.h>.
>
> 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 <linux/unistd.h> to give the architecture a chance to ask for
> the no-no-op ipc_parse_version().
>
> Signed-off-by: Johannes Weiner <hannes@...xchg.org>
Acked-by: Arnd Bergmann <arnd@...db.de>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists