From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [PATCH] Make exported headers use strict posix types Date: Wed, 25 Feb 2009 16:04:07 -0800 Message-ID: <49A5DC77.2060009@zytor.com> References: <20090225032553.GD6690@bombadil.infradead.org> <20090225201131.GA26110@uranus.ravnborg.org> <49A5CF2E.6050306@zytor.com> <200902260101.31580.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from terminus.zytor.com ([198.137.202.10]:56368 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753995AbZBZAHh (ORCPT ); Wed, 25 Feb 2009 19:07:37 -0500 In-Reply-To: <200902260101.31580.arnd@arndb.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: Sam Ravnborg , Kyle McMartin , Ingo Molnar , Jaswinder Singh Rajput , mingo@redhat.com, dwmw2@infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Arnd Bergmann wrote: > > Just in the minute I notice a bug :( > > Unfortunately, I mistakenly replaced uid_t with __kernel_uid_t when > it had to be __kernel_uid32_t. New series follows, including the > changes for all integer types. > S'okay... it's easy enough to back out at this time. -hpa