From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 08/10] Use __kernel_ulong_t in struct msqid64_ds Date: Fri, 18 May 2012 12:44:25 +0100 Message-ID: <29114.1337341465@redhat.com> References: <1337292816-10839-1-git-send-email-hjl.tools@gmail.com> <1337292816-10839-9-git-send-email-hjl.tools@gmail.com> <4FB58EFD.7010302@zytor.com> <4FB59474.2020505@zytor.com> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:62611 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755432Ab2ERLop (ORCPT ); Fri, 18 May 2012 07:44:45 -0400 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Linus Torvalds Cc: dhowells@redhat.com, "H. Peter Anvin" , David Daney , Ralf Baechle , "H.J. Lu" , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, mingo@kernel.org, tglx@linutronix.de Linus Torvalds wrote: > Note: totally untested. Maybe there's some reason why my anonymous > union trick wouldn't work. It might conceivably break a userspace compiler if it gets exported to userspace. I'm not sure how likely that would be, though. David