Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756978Ab2K3UJl (ORCPT ); Fri, 30 Nov 2012 15:09:41 -0500 Received: from smtp-outbound-2.vmware.com ([208.91.2.13]:42432 "EHLO smtp-outbound-2.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752518Ab2K3UJk (ORCPT ); Fri, 30 Nov 2012 15:09:40 -0500 Date: Fri, 30 Nov 2012 12:09:40 -0800 From: Dmitry Torokhov To: Greg KH Cc: pv-drivers@vmware.com, Andy King , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org Subject: Re: [Pv-drivers] [PATCH 12/12] VMCI: Some header and config files. Message-ID: <20121130200940.GA12740@dtor-ws.eng.vmware.com> References: <20121127002357.GA27683@core.coreip.homeip.net> <27667508.9ZL27Yq4ZC@dtor-d630.eng.vmware.com> <20121130185755.GA26841@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121130185755.GA26841@kroah.com> X-KMail-SignatureActionEnabled: false X-KMail-EncryptActionEnabled: false X-KMail-CryptoMessageFormat: 15 Organization: VMware, Inc. X-KMail-Identity: 1099331017 X-KMail-Transport: 2114349826 X-KMail-Fcc: 58 X-KMail-Drafts: 55 X-KMail-Templates: 9 X-KMail-Link-Message: 454384 X-KMail-Link-Type: reply User-Agent: KMail/4.9.3 (Linux/3.7.0-rc7+; KDE/4.9.3; x86_64; ; ) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1061 Lines: 27 On Friday, November 30, 2012 10:57:55 AM Greg KH wrote: > On Fri, Nov 30, 2012 at 10:45:44AM -0800, Dmitry Torokhov wrote: > > However you snipped the rest of my reply: do we really need to renumber > > ioctls? There is no benefit for the driver as its ioctl handler does > > not parse the numbers into components. > > I don't know if you need to renumber, I really don't understand what you > were trying to do with this code, and as it was acting differently from > all other kernel ioctl declarations, I asked for some clarity. > > If you can rewrite it to look sane, and keep the same numbers, that's > fine with me. OK, it looks like we can redo them as: #define IOCTL_VMCI_VERSION _IO(7, 0x9f) /* 1951 */ #define IOCTL_VMCI_INIT_CONTEXT _IO(7, 0xa0) /* 1952 */ Is this acceptable? Thanks, Dmitry -- 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/