From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCHv2 0/4] scsi: export and clean up headers Date: Tue, 29 Sep 2009 08:43:47 -0400 Message-ID: <20090929124347.GA11375@infradead.org> References: <20090929103353.GA11183@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20090929103353.GA11183@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: "Michael S. Tsirkin" Cc: James Bottomley , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Boaz Harrosh , Sam Ravnborg , Ulrich Drepper List-Id: linux-scsi@vger.kernel.org On Tue, Sep 29, 2009 at 12:33:53PM +0200, Michael S. Tsirkin wrote: > This implements a minor cleanup of exported scsi headers, > and adds export of headers that are de-facto used by userspace. > The patches are on top of 2.6.32-rc1. > Can these be queued for 2.6.32? > Thanks. Before we do anything in this area we need to find an agreement who owns /usr/include/scsi/ . Right now that's glibc, and if we want to change it to the kernel headers we need to find a transition agreement with the glibc maintainer (aka mostly Uli). And even then it's quite questionable if the kernel should provide scsi.h as it's mostly protocol defintions, not actually a kernel interface.