From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753066AbbDBHtN (ORCPT ); Thu, 2 Apr 2015 03:49:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34707 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753021AbbDBHtI (ORCPT ); Thu, 2 Apr 2015 03:49:08 -0400 Date: Thu, 2 Apr 2015 09:49:01 +0200 From: "Michael S. Tsirkin" To: Jean Delvare Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Bjorn Helgaas , Greg Kroah-Hartman , Dave Jones , Jesse Barnes Subject: Re: [PATCH 00/86] pci: export pci_ids.h and related cleanups Message-ID: <20150402094608-mutt-send-email-mst@redhat.com> References: <1427635734-24786-1-git-send-email-mst@redhat.com> <20150402094424.0de6c990@endymion.delvare> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150402094424.0de6c990@endymion.delvare> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 02, 2015 at 09:44:24AM +0200, Jean Delvare wrote: > It could be that a small subset of pci_ids.h could be shared with > user-space. I'm thinking of classes, because that list is short and > stable, so we can give some stability guarantees. But I don't know if > the user-space projects you quoted actually use that, so even that may > not be worth it. > > -- > Jean Delvare > SUSE L3 Support Yes, class IDs is the part that's duplicated across multiple userspace projects. So exporting it is exactly what v2 of the patch did: mid.gmane.org/1427714755-16873-1-git-send-email-mst@redhat.com Please review that. -- MST