From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: [PATCH 1/2] PCI: allow pci driver to support only dynids Date: Wed, 26 Nov 2008 07:19:40 -0800 Message-ID: <20081126151940.GA16132@sequoia.sous-sol.org> References: <20081126033610.GB19881@sequoia.sous-sol.org> <20081126092808.48519dcb@hyperion.delvare> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Chris Wright , jbarnes@virtuousgeek.org, greg@kroah.com, miltonm@bga.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, allen.m.kay@intel.com, jun.nakajima@intel.com To: Jean Delvare Return-path: Content-Disposition: inline In-Reply-To: <20081126092808.48519dcb@hyperion.delvare> Sender: linux-pci-owner@vger.kernel.org List-Id: kvm.vger.kernel.org * Jean Delvare (khali@linux-fr.org) wrote: > As a side note, I am curious what PCI driver we do have which has > driver->probe defined but no driver->id_table. Did you hit an actual > issue or are you fixing a theoretical one? Such a driver was patch 2/2. http://lkml.org/lkml/2008/11/26/11 It's meant to have only dynamic ids, worked fine on 2.6.27 and oopsed from NULL id-> deref on current git. thanks, -chris