From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755486AbbFMAa7 (ORCPT ); Fri, 12 Jun 2015 20:30:59 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37227 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752436AbbFMAa5 (ORCPT ); Fri, 12 Jun 2015 20:30:57 -0400 Date: Fri, 12 Jun 2015 17:30:57 -0700 From: Greg Kroah-Hartman To: Dmitry Kalinkin Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Martyn Welch , Manohar Vanga , Igor Alekseev Subject: Re: [PATCHv3 16/16] vme: provide uapi header Message-ID: <20150613003057.GA24539@kroah.com> References: <1432814833-5320-1-git-send-email-dmitry.kalinkin@gmail.com> <1432814833-5320-17-git-send-email-dmitry.kalinkin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432814833-5320-17-git-send-email-dmitry.kalinkin@gmail.com> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 28, 2015 at 03:07:13PM +0300, Dmitry Kalinkin wrote: > This separates VME related constants that are a part of both kernel and > user space API into a common uapi header. Why? We don't want non-userspace things in the uapi header file, that's not needed and just exports things to userspace we do not need/want there. thanks, greg k-h