X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by lists.alpinelinux.org (Postfix) with ESMTP id A1DC43617A1E for ; Thu, 7 Oct 2010 09:48:52 +0000 (UTC) Received: by ewy22 with SMTP id 22so233467ewy.13 for ; Thu, 07 Oct 2010 02:48:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=K6x0rzH+Ug1jQf6DK5BxVwleZohLMqAy+UzqBTOHur0=; b=Yo3rmceP4kCou+RO7zP1d97LY8hQMYeOj60NHvkaZrE9iCmRgNiikjQzdquqsokMET RvSbtCLXUveZ3vZ+9TdToi+JbWAL07vp7k4EofxzdQclYbkATCeXi/p1Ma5my1SJwtRx NX+lSv3QW15MyIBBH0jScWghCEpClwWQ80VF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=xvb4aAXa2mu/BxV2jnnwkbV0OddOEMfxmnHU13yFPL+fhx9BnohH9mzkH9RZiOXEz9 sdmlDW2cXM3IdIYhGWWlpEJdKV74aN36W5PT48kn6GtRDHDD+oAEJ0qyptCw5nw2X9+O n6DqMHpRJ4W7O5/uqJZy7pykDRzo+B5YXkd3w= Received: by 10.213.32.199 with SMTP id e7mr1378370ebd.69.1286444931121; Thu, 07 Oct 2010 02:48:51 -0700 (PDT) Received: from [10.26.34.2] (xdsl-83-150-94-237.nebulazone.fi [83.150.94.237]) by mx.google.com with ESMTPS id v59sm3141275eeh.10.2010.10.07.02.48.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 07 Oct 2010 02:48:50 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Message-ID: <4CAD9782.3050207@iki.fi> Date: Thu, 07 Oct 2010 12:48:50 +0300 From: =?ISO-8859-1?Q?Timo_Ter=E4s?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Jon Clausen CC: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] i486 vserver kernel? References: <20101004110235.GG2458@nx8220.ymmv.dk> <1286197843.28650.61.camel@ncopa-desktop.nor.wtbts.net> <20101006150135.GB2482@nx8220.ymmv.dk> <1286439953.1540.12.camel@ncopa-desktop.nor.wtbts.net> <20101007090257.GA2467@nx8220.ymmv.dk> In-Reply-To: <20101007090257.GA2467@nx8220.ymmv.dk> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 10/07/2010 12:02 PM, Jon Clausen wrote: > On Thu, 07 Oct, 2010 at 10:25:53 +0200, Natanael Copa wrote: >> On Wed, 2010-10-06 at 17:01 +0200, Jon Clausen wrote: >>> On Mon, 04 Oct, 2010 at 15:10:43 +0200, Natanael Copa wrote: >>> Is it feasible to introduce multiple builds? Sort of: >>> >>> linux-vserver-i486-2.6.32.24-r0.apk >>> linux-vserver-i586-2.6.32.24-r0.apk >> >> This would be the best, yes. Unfortunally it would require some extra >> maintenence work. How about 3rd party modules? dahdli-linux-vserver for >> instance. I also does a quick test to verify that the kernel actually >> boot in a virtual machine before I push the change. Should I test both >> i486 and i586? The biggest issue is that those things are not a one-time >> job and currently I'm pretty much at the limit of what I can maintain. > > Yeah, I kinda figured it'd be something like that, so until someone comes > along with reasons to switch back to i586/i686 I'm happy :) > > If/when someone does, then I'm just going to have to look into setting up a > build system. i486 optimization would be good for uniprocessor systems. Basically UP kernel for i486, and SMP kernel for i586+. But yes, it's more work. I wonder if we could automate the "does the kernel boot test". I think it should be doable with qemu + a script to monitor console output (e.g to check that we get getty prompt). - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---