From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [kvm-kmod PATCH] Provide pci_enable_msix_exact() for kernels < 3.15 Date: Wed, 07 May 2014 19:14:18 +0200 Message-ID: <536A69EA.6060905@redhat.com> References: <20140506183427.GI5644@ERROL.INI.CMU.EDU> <5369D2BF.2050509@siemens.com> <20140507131907.GA1655@ERROL.INI.CMU.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: "Gabriel L. Somlo" , Jan Kiszka Return-path: Received: from mail-ee0-f45.google.com ([74.125.83.45]:43040 "EHLO mail-ee0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbaEGROW (ORCPT ); Wed, 7 May 2014 13:14:22 -0400 Received: by mail-ee0-f45.google.com with SMTP id d49so941164eek.18 for ; Wed, 07 May 2014 10:14:21 -0700 (PDT) In-Reply-To: <20140507131907.GA1655@ERROL.INI.CMU.EDU> Sender: kvm-owner@vger.kernel.org List-ID: Il 07/05/2014 15:19, Gabriel L. Somlo ha scritto: > On Wed, May 07, 2014 at 08:29:19AM +0200, Jan Kiszka wrote: >> On 2014-05-06 20:35, gsomlo@gmail.com wrote: >>> Signed-off-by: Gabriel Somlo >>> --- >>> >>> Jan, >>> >>> After today's pull from kvm, I also need this to build against my >>> Fedora 20 kernel (3.13.10-200.fc20.x86_64). >> >> Which version did you pull? Neither next nor queue contain this change yet. > > I have 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd (Linux 3.15-rc4) as > the top commit. > >> Right now I'm seeing different build problems: >> >> http://buildbot.kiszka.org/kvm-kmod/builders/4-latest-kvm/builds/1788/steps/3.11-x86-64/logs/stdio >> >> Didn't look into details yet. > > That's kernel 3.11, afaict, so entirely different problem :) Probably time to kill srcu.c altogether, since it's available on 2.6.19. Paolo