From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932276AbcEQNvr (ORCPT ); Tue, 17 May 2016 09:51:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52014 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487AbcEQNvp (ORCPT ); Tue, 17 May 2016 09:51:45 -0400 Date: Tue, 17 May 2016 06:51:33 -0700 From: Greg KH To: David Kershner Cc: corbet@lwn.net, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, erik.arfvidson@unisys.com, timothy.sell@unisys.com, hofrat@osadl.org, dzickus@redhat.com, jes.sorensen@redhat.com, alexander.curtin@unisys.com, janani.rvchndrn@gmail.com, sudipm.mukherjee@gmail.com, prarit@redhat.com, david.binder@unisys.com, nhorman@redhat.com, dan.j.williams@intel.com, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, driverdev-devel@linuxdriverproject.org, sparmaintainer@unisys.com Subject: Re: [PATCH 0/5] add bus driver for Unisys s-Par paravirtualized devices to arch/x86 Message-ID: <20160517135133.GC18227@kroah.com> References: <1463470081-24223-1-git-send-email-david.kershner@unisys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463470081-24223-1-git-send-email-david.kershner@unisys.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 17, 2016 at 03:27:56AM -0400, David Kershner wrote: > This patchset moves the visorbus driver (fromdrivers/staging/unisys/visorbus) > and its dependent headers files (from drivers/staging/unisys/include) > out of staging into the main kernel tree. > > The visorbus driver is a bus driver for various paravirtualized devices > presented within a Unisys s-Par guest environment. Drivers for these > devices are also currently present under drivers/staging/unisys/, which we > intend to also move out of staging immediately after visorbus. All of > these other drivers are dependent upon visorbus and the include directory, > which is why we would like to move these first. > > Our initial consultations with various members of the community have led us > to the conclusion that the most appropriate locations for these is: > arch/x86/visorbus/ (driver) > include/linux/visorbus/ (header files) > > The rationale is that visorbus is dependent on x86-64 architecture. What makes it dependent on x86? What prevents it from running on some other architecture (not the fact that no one has made such hardware, just the code reasons please.) And given that this is the middle of the merge window, no maintainer is going to have any time to do anything with these, can you please resend them after 4.7-rc1 is out? thanks, greg k-h