Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932895AbbDIQJm (ORCPT ); Thu, 9 Apr 2015 12:09:42 -0400 Received: from mail.kapsi.fi ([217.30.184.167]:51212 "EHLO mail.kapsi.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755927AbbDIQJh (ORCPT ); Thu, 9 Apr 2015 12:09:37 -0400 Date: Thu, 9 Apr 2015 19:09:29 +0300 From: Mikko Rapeli To: Emil Velikov Cc: David Howells , Daniel Vetter , Dave Airlie , "Linux-Kernel@Vger. Kernel. Org" , ML dri-devel , linux-api@vger.kernel.org Subject: Re: [PATCH 05/45] drm.h: include stdlib.h in userspace Message-ID: <20150409160929.GP12550@lakka.kapsi.fi> References: <1424127948-22484-1-git-send-email-mikko.rapeli@iki.fi> <1424127948-22484-6-git-send-email-mikko.rapeli@iki.fi> <54EB0072.8020909@gmail.com> <20150223103548.GT12550@lakka.kapsi.fi> <20150321121706.GW12550@lakka.kapsi.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-SA-Exim-Connect-IP: 2001:1bc8:1004::1 X-SA-Exim-Mail-From: mikko.rapeli@iki.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2027 Lines: 50 On Thu, Apr 09, 2015 at 05:00:48PM +0100, Emil Velikov wrote: > Hi Mikko > > Pardon for the late response, > > On 21 March 2015 at 12:17, Mikko Rapeli wrote: > > On Fri, Mar 20, 2015 at 08:25:40PM +0000, Emil Velikov wrote: > >> On 23 February 2015 at 10:35, Mikko Rapeli wrote: > >> > On Mon, Feb 23, 2015 at 10:26:58AM +0000, Emil Velikov wrote: > >> >> On 16/02/15 23:05, Mikko Rapeli wrote: > >> >> > Fixes compilation error: > >> >> > > >> >> > drm/drm.h:132:2: error: unknown type name ‘size_t’ > >> >> > > >> >> Hi Mikko, > >> >> > >> >> Can you let us know how you're getting these (series-wise) errors ? I've > >> >> been meaning to sync the uapi/drm and libdrm headers and would be nice > >> >> to have an extra step to test things. > >> > > >> > This should have everything needed to reproduce these compile errors, > >> > though some of the errors hide behind other errors and fixes: > >> > > >> > https://lkml.org/lkml/2015/2/16/525 > >> > > >> Thanks for the link Mikko. > >> > >> Afaict the general consensus seems to be that one should avoid using > >> stdint's uint8_t, but stick to __u8 and friends. Did you had the > >> chance to roll out another series that does so ? > > > > Yes, new series with these changes is on the way. I'm trying to follow up to > > all other review comments as well and get down to 100% compiling uapi > > headers; 35 failures to go... > > > Glad to hear that it's getting there. Might be a bit slower than > expected but we'll get there :-) Can you please Cc me on the next > iteration ? Yes will Cc you too, and sorry life is getting on the way of this work. Draft version is visible at https://github.com/torvalds/linux/compare/master...mcfrisk:headers_test_v03 -Mikko -- 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/