From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753390AbbJOXDv (ORCPT ); Thu, 15 Oct 2015 19:03:51 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:19317 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752183AbbJOXDu (ORCPT ); Thu, 15 Oct 2015 19:03:50 -0400 Date: Thu, 15 Oct 2015 19:03:32 -0400 From: Sowmini Varadhan To: Mikko Rapeli Cc: linux-kernel@vger.kernel.org, "David S. Miller" , linux-api@vger.kernel.org Subject: Re: [PATCH v4 23/79] rds.h: use __u8, __u16, __s16, __u32 and __s64 from linux/types.h Message-ID: <20151015230332.GB12132@oracle.com> References: <1444888618-4506-1-git-send-email-mikko.rapeli@iki.fi> <1444888618-4506-24-git-send-email-mikko.rapeli@iki.fi> <20151015110614.GL948@oracle.com> <20151015220025.GG6104@lakka.kapsi.fi> <20151015222105.GA12132@oracle.com> <20151015223911.GH6104@lakka.kapsi.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151015223911.GH6104@lakka.kapsi.fi> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (10/16/15 01:39), Mikko Rapeli wrote: > "uint32_t vs __u32" nail is: > https://lkml.org/lkml/2015/6/1/160 shrug. BTW, doesn't having the exported rds.h use __foo everywhere actually end up with the result that "the kernel use the same names as user space" --Sowmini