From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752195AbbCAKV3 (ORCPT ); Sun, 1 Mar 2015 05:21:29 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:57164 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750897AbbCAKV0 (ORCPT ); Sun, 1 Mar 2015 05:21:26 -0500 X-Sasl-enc: md/Wfrr3XUZJ9f4yBemMtZRyr8rFwHpsgWnGAD5T3UoH 1425205285 Message-ID: <54F2E823.6030305@iki.fi> Date: Sun, 01 Mar 2015 12:21:23 +0200 From: Pekka Enberg User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: =?UTF-8?B?QWxleCBCZW5uw6ll?= , Andre Przywara CC: Will Deacon , Cyrill Gorcunov , "kvm@vger.kernel.org" , Marc Zyngier , Asias He , "linux-kernel@vger.kernel.org" , Pekka Enberg , Ronald Minnich , Sasha Levin , "kvmarm@lists.cs.columbia.edu" , "linux-arm-kernel@lists.infradead.org" Subject: Re: stand-alone kvmtool References: <54DDD465.3050300@arm.com> <20150218155042.GF22017@arm.com> <54EAFCE9.5030000@arm.com> <87mw41aqbc.fsf@linaro.org> In-Reply-To: <87mw41aqbc.fsf@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/26/15 1:02 PM, Alex Bennée wrote: > If you can have it all it would be nice to preserve buildability all > through your history for bisecting (and the moon on a stick please ;-) > > Is the dependency on the kernel sources something that has been stable > over the projects history or something that's been declining/increasing > over time? AFAICT, it's been mostly stable after the initial sweep to use kernel-provided data structures such as lists and rbtrees. - Pekka