Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1436401

Re: Build regressions/improvements in v4.7-rc6

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Paolo Bonzini <pbonzini@redhat.com>
Newsgroups linux.kernel
Subject Re: Build regressions/improvements in v4.7-rc6
Date Mon, 04 Jul 2016 13:10:01 +0200
Message-ID <rR9Vf-4SC-3@gated-at.bofh.it> (permalink)
References <rR7gJ-3eC-17@gated-at.bofh.it> <rR7qq-3hN-27@gated-at.bofh.it> <rR8cO-3NA-13@gated-at.bofh.it>
X-Original-To Arnd Bergmann <arnd@arndb.de>, linux-arm-kernel@lists.infradead.org
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=uk9yC5an9oLQ8SHI+bZPVgbGWnbHw7PjEVbDJ/4sRew=; b=xi5tSJw4ymbNJH9FY8FdxcrvwbfbB5ZTaJsCkUAfYdegx5LEbgsvRLnICTgNSy2yFX 3zlW24UwDTXu8KRK/Vaz+ZJNuGo3NxPhc6GgRQdOaJx13I5ahPtAKZoOP/bjg9Vl4EfG JUSnwYEXIWcUSgQBwKAOK/i2+fz7v4C/btV1rcu89X5xzw3eLRB6NOsfJ+QkDWyXMiZy 526oQPxNLhJGyxzBdX3j347j5uKd5HXoFEdDt2+95SoYi7PjbmpsXTed6tmf6lCgdlda w28nO3vJRyoG1Ba5R51aSCB3FA9xVL8Hnd4gwidrLUBWKwZCRXqCFfkbbwFKBop/eA46 mzsw==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:cc:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=uk9yC5an9oLQ8SHI+bZPVgbGWnbHw7PjEVbDJ/4sRew=; b=UhJh3cFyrb+SijCQzzdvlIus9B7exYeUXkTqbjxCdcCXpUIRdv6g13+KKJm06OQeab nx3mgVOJl4klfzA/beyhdSnz2+XDFta3SKoeYgFEImRgBRyEOJH/YVakHfoGTx/c+VKa BU5yTVD3KbqLHNjwky/167ejAPBE76oNZw9Cjdn5csLH/1wX1IlxbP5juZTeE9QyEqfk 2XhJGgZQuU9ALLiomNU+cNMLXib8wL0p4aG9aOjQj/5yGQCu1N0EcnarSvYvYpQZBsKD ytNVyoxYEc+qXSn1xBd0DaxnsZaVRdXV745IfIobxxR11+W4jStRople0c7l0QOj6/IF U+KA==
X-Gm-Message-State ALyK8tKF5sYfAx1DJ+oP6JFSV97p6iol/JMEG8OtWoHGE+MAKo+s8pFKi+P/j+mE+Jdjyw==
X-Received by 10.28.197.140 with SMTP id v134mr10755230wmf.2.1467630417313; Mon, 04 Jul 2016 04:06:57 -0700 (PDT)
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
MIME-Version 1.0
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 15
Organization linux.* mail to news gateway
X-Original-Cc Geert Uytterhoeven <geert@linux-m68k.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org
X-Original-Date Mon, 4 Jul 2016 13:06:54 +0200
X-Original-Message-ID <f2b404d1-5212-8698-c8dd-c94e34160a70@redhat.com>
X-Original-References <1467619946-424-1-git-send-email-geert@linux-m68k.org> <CAMuHMdUDO0k86TTVTiCQGS2=H0dEXVW77NNfvt7fvWbwdpS=2g@mail.gmail.com> <6183003.0tbSMroAbk@wuerfel>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1436401

Show key headers only | View raw



On 04/07/2016 11:17, Arnd Bergmann wrote:
> 
> If we want to avoid this one, we could make the inclusion of
> drivers/vhost/Kconfig from arch/arm/kvm/Kconfig depend on CONFIG_AEABI,
> or perhaps go further force-enable CONFIG_AEABI for ARMv6k and higher
> (cmpxchg64() is broken on OABI too), and only include vhost if KVM
> is enabled (KVM in turn requires ARMv7).

I don't think it is correct to include vhost only if KVM is enabled.
vhost is an implementation of virtio; it is usually used together with
KVM but there's no dependency between the two.

Paolo

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

Re: Build regressions/improvements in v4.7-rc6 Geert Uytterhoeven <geert@linux-m68k.org> - 2016-07-04 10:30 +0200
  Re: Build regressions/improvements in v4.7-rc6 Arnd Bergmann <arnd@arndb.de> - 2016-07-04 11:20 +0200
    Re: Build regressions/improvements in v4.7-rc6 Paolo Bonzini <pbonzini@redhat.com> - 2016-07-04 13:10 +0200

csiph-web