From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] tools/hotplug/Linux/init.d/: added other xen kernel modules on xencommons start Date: Fri, 10 Aug 2012 18:05:00 +0200 Message-ID: <20120810160500.GA21459@aepfle.de> References: <20434.1848.747678.259199@mariner.uk.xensource.com> <1343824081.27221.84.camel@zakaz.uk.xensource.com> <20507.45344.552468.930223@mariner.uk.xensource.com> <502137BA0200007800093442@nat28.tlf.novell.com> <20513.20168.993350.590876@mariner.uk.xensource.com> <50222C4A0200007800093711@nat28.tlf.novell.com> <20120810150447.GA13318@aepfle.de> <50253FFF020000780009437F@nat28.tlf.novell.com> <20120810151033.GA14059@aepfle.de> <502541A60200007800094396@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <502541A60200007800094396@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel , Ian Jackson , Ian Campbell , "fantonifabio@tiscali.it" , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On Fri, Aug 10, Jan Beulich wrote: > >>> On 10.08.12 at 17:10, Olaf Hering wrote: > > On Fri, Aug 10, Jan Beulich wrote: > > > >> That's the case for our kernels, but doesn't have to be for any > >> derived ones (and there are still a few people cloning our patches). > > > > Do they build things into the kernel? > > Should some other module than evtchn be used to decide which branch to > > take? > > There are people who build in everything. So you would only > ever be able to derive results from being able to load some > specific module; not being able to load a certain module doesn't > allow drawing any conclusion. If attempting to load pvops modules in a xenlinux based kernel is an issue then there needs to be another way to tell them appart. A lame test would be test -f /proc/xen/balloon which doesnt seem to exist in pvops dom0. If attempting to load non-existant modules is not an issue then I will prepare a patch which adds "netbk blkbk xen-scsibk usbbk pciback" to the list. Olaf