From nobody Thu Mar 28 14:21:54 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 52C62DC03AF for ; Fri, 17 May 2013 17:20:26 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id B940820707 for ; Fri, 17 May 2013 13:20:25 -0400 (EDT) Received: from web3.nyi.mail.srv.osa ([10.202.2.213]) by compute5.internal (MEProxy); Fri, 17 May 2013 13:20:25 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date; s=smtpout; bh=BZB1nruRHCXepWeND5mO/By6Zhs=; b=tpFo8EBnwFNve0nuaFYoLfd292xU Z6aTvCpsfDB1eR3JsABBABALfaBqy7BRXqeY+z/l0wO7IJlkZydkSHxfU4rEBaUC Z7dSNVcrXqgoCLtaM2qXcK55UHn4drWnSFl2UmzcTtVhb0RSUJmIX2Z7X8BWRHmp 8/pscHElIUGSXqA= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 987E34818E7; Fri, 17 May 2013 13:20:25 -0400 (EDT) Message-Id: <1368811225.13972.140661232389513.419DC63C@webmail.messagingengine.com> X-Sasl-Enc: n5K7XfrVCMO4PG6+cER0frIS24AKp5aei1h6kGq1OjbJ 1368811225 From: Dubiousjim To: Alpine X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - html Subject: [alpine-devel] Xen-guest-only kernel configs? Date: Fri, 17 May 2013 13:20:25 -0400 Congrats to Natanael and everyone else who helped get 2.6 into shape! I've got Alpine installed as a Xen guest on a Linode instance. To do this, I built my own stripped-down Xen-guest-only kernels. (The x86_64 linux-grsec also worked, but the x86 one doesn't have Xen stuff turned on. I didn't try Alpine's linux-xen package, which is intended for Xen hosting, and so enables stuff I didn't need/want on my guest instances). If anyone else is interested in these stripped-down kernel configs, perhaps we could make an additional kernel package. Or I could at least post the current version in a gist for others to lookup if they ever have the need down the road (and stumble across this email). They're here: https://gist.github.com/dubiousjim/5538673. That's currently for 3.8.11, but I have versions for kernel 3.9.2, too. I'll update the gist files sometime soon. -- Jim Pryor jim@jimpryor.net --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 14:21:54 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-laptop.res.nor.wtbts.net (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 1D517DC03AF; Fri, 17 May 2013 18:04:18 +0000 (UTC) Date: Fri, 17 May 2013 20:04:12 +0200 From: Natanael Copa To: Dubiousjim Cc: Alpine Subject: Re: [alpine-devel] Xen-guest-only kernel configs? Message-ID: <20130517200412.622b5b37@ncopa-laptop.res.nor.wtbts.net> In-Reply-To: <1368811225.13972.140661232389513.419DC63C@webmail.messagingengine.com> References: <1368811225.13972.140661232389513.419DC63C@webmail.messagingengine.com> X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.17; i686-pc-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 17 May 2013 13:20:25 -0400 Dubiousjim wrote: > Congrats to Natanael and everyone else who helped get 2.6 into shape! Thanks! > I've got Alpine installed as a Xen guest on a Linode instance. To do > this, I built my own stripped-down Xen-guest-only kernels. (The x86_64 > linux-grsec also worked, but the x86 one doesn't have Xen stuff turned > on. Yes, to support older hw. (if you have really acient hw, what distro would you pick?) ... > If anyone else is interested in these stripped-down kernel configs, > perhaps we could make an additional kernel package. Yes, I am interested, but I'd like a kernel for a generic virtual guest that works for xen, kvm, virtualbox, vmware and hyper-v. We have the linux-virt-grsec kernel for this purpose http://git.alpinelinux.org/cgit/aports/tree/testing/linux-virt-grsec Unfortunally, it is lagging behind. If you use it and plan to maintain it anyways... maybe you could help us maintain it? I would be ok to start over with your config and then add other virtual drivers on request. > Or I could at > least post the current version in a gist for others to lookup if they > ever have the need down the road (and stumble across this email). > > They're here: https://gist.github.com/dubiousjim/5538673. That's > currently for 3.8.11, but I have versions for kernel 3.9.2, too. I'll > update the gist files sometime soon. Thanks for sharing! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 14:21:54 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 94028DC03AF for ; Fri, 17 May 2013 18:23:50 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 79C4720F19 for ; Fri, 17 May 2013 14:23:46 -0400 (EDT) Received: from web3.nyi.mail.srv.osa ([10.202.2.213]) by compute3.internal (MEProxy); Fri, 17 May 2013 14:23:47 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=gWrUEBXpL1a8RirzE3ImioMUmjQ=; b=iIa yAuvJ2bahayjWlkVcTQQorp1bMwCZCHIZXB66rl26Lp5HL2Jmok/C1WW32tW9kU0 J+byCGhHt2Qbx2UNIWhAdTgw97Weoe8hTBAbPmi7b3u7ZFxTYmOye/z/nn5FKGef txMpjaMGxn1kozr7QVQY+EA4VkcMJiy/J0euBI/4= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 798F8601564; Fri, 17 May 2013 14:23:46 -0400 (EDT) Message-Id: <1368815026.31017.140661232413617.01531205@webmail.messagingengine.com> X-Sasl-Enc: h+VkUe3dQg0+MskTqk9tyySLhBgRETp9EYOV1EXz8nZK 1368815026 From: Dubiousjim To: Alpine X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - html In-Reply-To: <20130517200412.622b5b37@ncopa-laptop.res.nor.wtbts.net> References: <1368811225.13972.140661232389513.419DC63C@webmail.messagingengine.com> <20130517200412.622b5b37@ncopa-laptop.res.nor.wtbts.net> Subject: Re: [alpine-devel] Xen-guest-only kernel configs? Date: Fri, 17 May 2013 14:23:46 -0400 On Fri, May 17, 2013, at 02:04 PM, Natanael Copa wrote: > > If anyone else is interested in these stripped-down kernel configs, > > perhaps we could make an additional kernel package. > > Yes, I am interested, but I'd like a kernel for a generic virtual guest > that works for xen, kvm, virtualbox, vmware and hyper-v. We have the > linux-virt-grsec kernel for this purpose > http://git.alpinelinux.org/cgit/aports/tree/testing/linux-virt-grsec > > Unfortunally, it is lagging behind. If you use it and plan to maintain > it anyways... maybe you could help us maintain it? > > I would be ok to start over with your config and then add other virtual > drivers on request. Ok, that makes a lot of sense. I hadn't grokked what that kernel package was for. When I get a chance, I'll work on merging my configs and the configs from that existing package. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 14:21:54 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ea0-f169.google.com (mail-ea0-f169.google.com [209.85.215.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1A616DC00E5 for ; Mon, 27 May 2013 16:26:37 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id m14so4156790eaj.28 for ; Mon, 27 May 2013 09:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:in-reply-to:references:content-type :date:mime-version:x-mailer; bh=lpvOy4Wveoe5mq0cnirt0HpxbbgXraO89R8HkRDp/gA=; b=oJB66D28H6dvfhwBwb4mc627Uslz/7rTytzPZvurNAp8d3cq/OiaFRayiraIGGIjEW y93eRCHtWzS/VB+nCkpqIDXGAzndyGSJlrMSnoCLg8NB4aJMd10tnfg7Aofp7pp1+nCN ve7cfuBNU0T9LULBNj9MuyG+nGaw/onw/DMuyU71kDWDFd6oX5DjjfxkEMYn/hADzowU gU7c6dVCKf7yAtixvulIXBL/BDHcHaYVZk3nHawCaEjOwt+33VEMs55mFD2Y2WljQSEn GzZriI7P3bs2S18dZt4xRI5KzSiT6D9W9QaaqVkOZFbA/u/AQNo6A1Mg7e4pQ1PXFORf Cryg== X-Received: by 10.14.119.196 with SMTP id n44mr10681959eeh.73.1369671658520; Mon, 27 May 2013 09:20:58 -0700 (PDT) Received: from [192.168.1.101] (93-57-120-175.ip164.fastwebnet.it. [93.57.120.175]) by mx.google.com with ESMTPSA id bp51sm42554079eeb.5.2013.05.27.09.20.56 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 27 May 2013 09:20:57 -0700 (PDT) Message-ID: <1369671619.3324.3.camel@hn63d3j> Subject: Re: [alpine-devel] Xen-guest-only kernel configs? From: Leonardo Arena To: Dubiousjim Cc: Alpine In-Reply-To: <1368815026.31017.140661232413617.01531205@webmail.messagingengine.com> References: <1368811225.13972.140661232389513.419DC63C@webmail.messagingengine.com> <20130517200412.622b5b37@ncopa-laptop.res.nor.wtbts.net> <1368815026.31017.140661232413617.01531205@webmail.messagingengine.com> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-6HUhu2ZYsnDBe1CT72Up" Date: Mon, 27 May 2013 18:20:30 +0200 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 3.6.2-0ubuntu0.1 --=-6HUhu2ZYsnDBe1CT72Up Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Il giorno ven, 17/05/2013 alle 14.23 -0400, Dubiousjim ha scritto: > On Fri, May 17, 2013, at 02:04 PM, Natanael Copa wrote: > > > If anyone else is interested in these stripped-down kernel configs, > > > perhaps we could make an additional kernel package.=20 > >=20 > > Yes, I am interested, but I'd like a kernel for a generic virtual guest > > that works for xen, kvm, virtualbox, vmware and hyper-v. We have the > > linux-virt-grsec kernel for this purpose > > http://git.alpinelinux.org/cgit/aports/tree/testing/linux-virt-grsec > >=20 > > Unfortunally, it is lagging behind. If you use it and plan to maintain > > it anyways... maybe you could help us maintain it? > >=20 > > I would be ok to start over with your config and then add other virtual > > drivers on request. >=20 > Ok, that makes a lot of sense. I hadn't grokked what that kernel package > was for. When I get a chance, I'll work on merging my configs and the > configs from that existing package. I just pushed today testing/linux-virt-3.9.3. I tested that booted in qemu, and it worked. If there's something missing/broken, please just let me know. Thanks! - leo --=-6HUhu2ZYsnDBe1CT72Up Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABCAAGBQJRo4fDAAoJELAPckZGG2T6LcgH/AsSCDyYSvSAUzq8z9mZqOjV g2CHxup8OtHLjQpnPkKP8O8mBcxiIeIlTUk+2F6y7YUaLrNVJ2JkqHEue8inGt72 OvjkzXsTDR2gesRN9EuC1+ivHgaaW0HiEPA/dCP8wNoMhulOkpMJVvA/53uKAxEg bIZNqa3aqZxtBpm1lbD3aINaP1UyIZTXoUKgD+kg6Pn1vRDYWDm5UEw9n2+PrPtc kdutqzDAVNsm3wwo3S1IMiPHJpBXoSU+9l7oeLTijqAWgrV8waNfo6ZiFQ0lw54K M4y9XXs2h4Bs2iqjKn3E4Em5WTo5CF4L4lSaL3SBiqNoQb21MHT1IAlBfiwM7+o= =dwAB -----END PGP SIGNATURE----- --=-6HUhu2ZYsnDBe1CT72Up-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 14:21:54 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from karif.server-speed.net (karif.server-speed.net [188.40.51.140]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 162F4DC00E4 for ; Sun, 2 Jun 2013 10:31:53 +0000 (UTC) Received: from karif.server-speed.net (karif.server-speed.net [127.0.0.1]) by karif.server-speed.net (Postfix) with ESMTP id 2E3271384EB; Sun, 2 Jun 2013 12:31:50 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on karif.server-speed.net X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=ham version=3.3.2 Received: from [192.168.0.11] (ip-79-175-253-235.cable.smsnet.pl [79.175.253.235]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: barthalion) by karif.server-speed.net (Postfix) with ESMTPSA id 7C9BD1384AF; Sun, 2 Jun 2013 12:31:49 +0200 (CEST) Message-ID: <51AB1F14.6050301@bpiotrowski.pl> Date: Sun, 02 Jun 2013 12:31:48 +0200 From: =?UTF-8?B?QmFydMWCb21pZWogUGlvdHJvd3NraQ==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Leonardo Arena CC: Dubiousjim , Alpine Subject: Re: [alpine-devel] Xen-guest-only kernel configs? References: <1368811225.13972.140661232389513.419DC63C@webmail.messagingengine.com> <20130517200412.622b5b37@ncopa-laptop.res.nor.wtbts.net> <1368815026.31017.140661232413617.01531205@webmail.messagingengine.com> <1369671619.3324.3.camel@hn63d3j> In-Reply-To: <1369671619.3324.3.camel@hn63d3j> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2TCKIEDDKPQJRLULKAMQO" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2TCKIEDDKPQJRLULKAMQO Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2013-05-27 18:20, Leonardo Arena wrote: > Il giorno ven, 17/05/2013 alle 14.23 -0400, Dubiousjim ha scritto: >> On Fri, May 17, 2013, at 02:04 PM, Natanael Copa wrote: >>>> If anyone else is interested in these stripped-down kernel configs, >>>> perhaps we could make an additional kernel package.=20 >>> >>> Yes, I am interested, but I'd like a kernel for a generic virtual gue= st >>> that works for xen, kvm, virtualbox, vmware and hyper-v. We have the >>> linux-virt-grsec kernel for this purpose >>> http://git.alpinelinux.org/cgit/aports/tree/testing/linux-virt-grsec >>> >>> Unfortunally, it is lagging behind. If you use it and plan to maintai= n >>> it anyways... maybe you could help us maintain it? >>> >>> I would be ok to start over with your config and then add other virtu= al >>> drivers on request. >> >> Ok, that makes a lot of sense. I hadn't grokked what that kernel packa= ge >> was for. When I get a chance, I'll work on merging my configs and the >> configs from that existing package. >=20 > I just pushed today testing/linux-virt-3.9.3. > I tested that booted in qemu, and it worked. If there's something > missing/broken, please just let me know. >=20 > Thanks! >=20 > - leo >=20 And 2 days ago I upgraded it to 3.9.4 -- everything works so far under Xen and KVM. Is anyone against moving it to main? --=20 Bart=C5=82omiej Piotrowski http://bpiotrowski.pl/ ------enig2TCKIEDDKPQJRLULKAMQO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQEcBAEBAgAGBQJRqx8UAAoJELvkN3FIcyipUrsIAM4T8bBxKyhMGencLcBSyrV6 6vGSM62qnUySRkM3kOALcZIuvJthjU4AoI5rR2VMixhsFg0gX9artVI9/paV5obZ 34L9ZAxBmAyQiUQmI04G5A0PWX/a3sJDCvjZwNVxyjTe589+5BcWDwHgjlEzTVxT TdY8Nm+D5GKLBMssGy7khzmsPnXeoqIEmd9tAaKKsZX0WxIIOE8mDveTS3p5vs5p rZvkYlUtoQc92igM+r2VU/VWNp7FLrSllcVCcZW9pgUaror9QguHzjjIrbXRtstG zP7lGT75mlfhT0qxsQqDvv0lM4A1Ib9suKBEYOut6KigB/R3Fmr4ToXSwRTRgUc= =3pbj -----END PGP SIGNATURE----- ------enig2TCKIEDDKPQJRLULKAMQO-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 14:21:54 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D3D3ADC00E4 for ; Sun, 2 Jun 2013 11:20:05 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id m46so890101wev.16 for ; Sun, 02 Jun 2013 04:20:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:x-mailer:mime-version; bh=HjtczxjI3KFLLwBItFOcSZH7MjX47A/04N8gmP3klN8=; b=PVpTSXN8Pkiw8gwCxIep5+qWJA/d9+yZEhBrudTeKbaY15lwWM84HLa+DT4H/66qnX NdQaNhf6KZbDUM4iFx5iVQQ6tZmx+kSr2c3585jeKcN0tpiq8SBtoHb+XYscqc2Xmcbu 2nMmUlDKZ325GRwFLsEttSm470t1aV34tVvNsrssVt25CfKTBrP8CbqH+3TBXzF9t4rt 1osgs9M+ObVM3kruQ7DpJXBg0v741AGCGO/grkdRRA7MoLb7l2opDevaEudJdOylYapH WQzhWEpQr1SAusFPkg4RC4gEukSMxRG4lmiUnvPDPP194imE0KOR83eKqBZaz1ixMONC iwRw== X-Received: by 10.180.188.141 with SMTP id ga13mr9421179wic.9.1370172004116; Sun, 02 Jun 2013 04:20:04 -0700 (PDT) Received: from [192.168.1.100] (93-57-120-175.ip164.fastwebnet.it. [93.57.120.175]) by mx.google.com with ESMTPSA id cw8sm15876248wib.7.2013.06.02.04.20.02 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 02 Jun 2013 04:20:03 -0700 (PDT) Message-ID: <1370171994.5154.4.camel@hn63d3j> Subject: Re: [alpine-devel] Xen-guest-only kernel configs? From: Leonardo Arena To: =?UTF-8?Q?Bart=C5=82omiej?= Piotrowski Cc: Dubiousjim , Alpine Date: Sun, 02 Jun 2013 13:19:54 +0200 In-Reply-To: <51AB1F14.6050301@bpiotrowski.pl> References: <1368811225.13972.140661232389513.419DC63C@webmail.messagingengine.com> <20130517200412.622b5b37@ncopa-laptop.res.nor.wtbts.net> <1368815026.31017.140661232413617.01531205@webmail.messagingengine.com> <1369671619.3324.3.camel@hn63d3j> <51AB1F14.6050301@bpiotrowski.pl> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-oinNBwcAq53NF4pFOZ2t" X-Mailer: Evolution 3.6.2-0ubuntu0.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-oinNBwcAq53NF4pFOZ2t Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Il giorno dom, 02/06/2013 alle 12.31 +0200, Bart=C5=82omiej Piotrowski ha scritto: > On 2013-05-27 18:20, Leonardo Arena wrote: > > Il giorno ven, 17/05/2013 alle 14.23 -0400, Dubiousjim ha scritto: > >> On Fri, May 17, 2013, at 02:04 PM, Natanael Copa wrote: > >>>> If anyone else is interested in these stripped-down kernel configs, > >>>> perhaps we could make an additional kernel package.=20 > >>> > >>> Yes, I am interested, but I'd like a kernel for a generic virtual gue= st > >>> that works for xen, kvm, virtualbox, vmware and hyper-v. We have the > >>> linux-virt-grsec kernel for this purpose > >>> http://git.alpinelinux.org/cgit/aports/tree/testing/linux-virt-grsec > >>> > >>> Unfortunally, it is lagging behind. If you use it and plan to maintai= n > >>> it anyways... maybe you could help us maintain it? > >>> > >>> I would be ok to start over with your config and then add other virtu= al > >>> drivers on request. > >> > >> Ok, that makes a lot of sense. I hadn't grokked what that kernel packa= ge > >> was for. When I get a chance, I'll work on merging my configs and the > >> configs from that existing package. > >=20 > > I just pushed today testing/linux-virt-3.9.3. > > I tested that booted in qemu, and it worked. If there's something > > missing/broken, please just let me know. > >=20 > > Thanks! > >=20 > > - leo > >=20 >=20 > And 2 days ago I upgraded it to 3.9.4 -- everything works so far under > Xen and KVM. Is anyone against moving it to main? >=20 We don't have an official maintainer yet iirc. I don't ncopa is keen on maintaining it. I can help with maintaining it, but I'd welcome an hand :) I didn't test it extensively, but I don't have objection in moving it to main if we have maintainer(s). - leo --=-oinNBwcAq53NF4pFOZ2t Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABCAAGBQJRqypaAAoJELAPckZGG2T6PCsIAIs6OvOCFYSCGBLKGluBVIOl rXOEWuXpYuNmIXHkYjVpWQiA5Rj7sTNgA4zA9bNb+xiQj7rprgwMMJF1TCX+i1rH HvoSm81oXTGxj/UFTmQlrO2bOXcDH+7NABAHU114C18eIRjwOJv1oNYhYuHe3JUG RJxMDAjuoKwwNOeBLTGh1mOTTfVZNmkjoB5DAS+8YtWh0wINcf6FvTZHmlxZOLA4 zC31eQAZXu1AG/P/+qBYUfQlDJUQuu/BDEaHrp5Q54m8xtvXIAhWBe80ArvTOCpZ qqiMdYKrbW40bx5TC9S1MfKo4dxrUO6nLNc16WwAIp0EgOaJJ29Wv3cHKJLN7YQ= =6D3d -----END PGP SIGNATURE----- --=-oinNBwcAq53NF4pFOZ2t-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 14:21:54 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C99F6DC00E4 for ; Sun, 2 Jun 2013 12:30:18 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id m19so143268wev.8 for ; Sun, 02 Jun 2013 05:30:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:x-mailer:mime-version; bh=xxY0fmJsbE3tztseXElp0mkoX7NZ4AjQSoxa5g32Jak=; b=YjeDyaPqy07J7vxImCkySBVi8XUcHQUKD2ftdnKKwAZvnC6SfECFEUIla7s5+nIFaX XBWtB6BgBSVrepQ15KAx1IJ0da+YrhEvz3x9CKJUkD1iZTjoSH5rvYpwZN+9bsVaoCAP voMy1tqjrYtDYlMhhVVOpFxSddajPDjyV5HCAO7Mi0/8SU3kpsgHbwEAHZPWjbIsLgnl Lllw3i9qungE5ozYs3CO2YjkrpwmM2rkwqlo3KqGcVog8jx8xxQ+GQNyark1p2Q+Sa5r XlDfu9xTAInUliB0unEhGPs8odoew6zGCsEMV5twrLZBtRM6FhL5+qFCjRPZNzXvZBuk Dk2A== X-Received: by 10.180.87.33 with SMTP id u1mr9486983wiz.34.1370176217365; Sun, 02 Jun 2013 05:30:17 -0700 (PDT) Received: from [192.168.1.100] (93-57-120-175.ip164.fastwebnet.it. [93.57.120.175]) by mx.google.com with ESMTPSA id ff10sm16242175wib.10.2013.06.02.05.30.15 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 02 Jun 2013 05:30:16 -0700 (PDT) Message-ID: <1370176214.5154.8.camel@hn63d3j> Subject: Re: [alpine-devel] Xen-guest-only kernel configs? From: Leonardo Arena To: =?UTF-8?Q?Bart=C5=82omiej?= Piotrowski Cc: Dubiousjim , Alpine Date: Sun, 02 Jun 2013 14:30:14 +0200 In-Reply-To: <1370171994.5154.4.camel@hn63d3j> References: <1368811225.13972.140661232389513.419DC63C@webmail.messagingengine.com> <20130517200412.622b5b37@ncopa-laptop.res.nor.wtbts.net> <1368815026.31017.140661232413617.01531205@webmail.messagingengine.com> <1369671619.3324.3.camel@hn63d3j> <51AB1F14.6050301@bpiotrowski.pl> <1370171994.5154.4.camel@hn63d3j> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-tj3DEhmudn3I6thOdUK/" X-Mailer: Evolution 3.6.2-0ubuntu0.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-tj3DEhmudn3I6thOdUK/ Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Il giorno dom, 02/06/2013 alle 13.19 +0200, Leonardo Arena ha scritto: > Il giorno dom, 02/06/2013 alle 12.31 +0200, Bart=C5=82omiej Piotrowski ha > scritto: > > On 2013-05-27 18:20, Leonardo Arena wrote: > > > Il giorno ven, 17/05/2013 alle 14.23 -0400, Dubiousjim ha scritto: > > >> On Fri, May 17, 2013, at 02:04 PM, Natanael Copa wrote: > > >>>> If anyone else is interested in these stripped-down kernel configs= , > > >>>> perhaps we could make an additional kernel package.=20 > > >>> > > >>> Yes, I am interested, but I'd like a kernel for a generic virtual g= uest > > >>> that works for xen, kvm, virtualbox, vmware and hyper-v. We have th= e > > >>> linux-virt-grsec kernel for this purpose > > >>> http://git.alpinelinux.org/cgit/aports/tree/testing/linux-virt-grse= c > > >>> > > >>> Unfortunally, it is lagging behind. If you use it and plan to maint= ain > > >>> it anyways... maybe you could help us maintain it? > > >>> > > >>> I would be ok to start over with your config and then add other vir= tual > > >>> drivers on request. > > >> > > >> Ok, that makes a lot of sense. I hadn't grokked what that kernel pac= kage > > >> was for. When I get a chance, I'll work on merging my configs and th= e > > >> configs from that existing package. > > >=20 > > > I just pushed today testing/linux-virt-3.9.3. > > > I tested that booted in qemu, and it worked. If there's something > > > missing/broken, please just let me know. > > >=20 > > > Thanks! > > >=20 > > > - leo > > >=20 > >=20 > > And 2 days ago I upgraded it to 3.9.4 -- everything works so far under > > Xen and KVM. Is anyone against moving it to main? > >=20 >=20 > We don't have an official maintainer yet iirc. I don't ncopa is keen on > maintaining it. I can help with maintaining it, but I'd welcome an > hand :) >=20 > I didn't test it extensively, but I don't have objection in moving it to > main if we have maintainer(s). >=20 > - leo Just tested under my KVM VPS and it hangs at this: "rtc_cmos 00:00: setting system clock to 2013-06-02 12:26:31 UTC (1370175991)" I think we should disable this option: CONFIG_GENERIC_CMOS_UPDATE=3Dy I'll build a new release with above option disabled tm. - leo --=-tj3DEhmudn3I6thOdUK/ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABCAAGBQJRqzrWAAoJELAPckZGG2T6eRgH/RM26jdihNRtlJtcCXchX7/K p9+2x/ldlwHMR7msZUQejGPM9aJ5adIaAgDGZO53psKWqfbnjHhf5vtnWC5AR5hw 9A9QeBnRdlC6oUmAj+I/X6459wSd0QHbs4QMEsbrpzkE6dQczCA1DIZzOx2dmGZ2 LIfd4z5La3Qbt0QmZ7WlvS9j90NM5RkKZH75o0snEqxBTNlbc7J/dFjd0XrTxoJa 4koa9KpHSxo6B/Hspk5pskbycLg44UNbruPRaNONA3MvkFeoUyXn7j9dHfRgdFV6 8kSuSuM1wuF1fYtBHmVailwdMo9hwImAS3Mj0CckPp1zJY9caGvaAT+CED85f6g= =hUXe -----END PGP SIGNATURE----- --=-tj3DEhmudn3I6thOdUK/-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---