WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: Fw: Re: [Xen-devel] tip.git regression from "vsprintf: unify the for

To: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Subject: Re: Fw: Re: [Xen-devel] tip.git regression from "vsprintf: unify the format decoding layer for its 3 users"
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Mon, 16 Mar 2009 14:15:42 -0700 (PDT)
Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 16 Mar 2009 14:16:15 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1237238142; bh=49vIzEwwHgwD6QnWcDto84VITNpL3OCsMPH8apOY2OI=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=T1vOpIxv9crJzXll+VKc3OBSgBQtOfI567TR4joWfT0DI3kqwmX8rQIXVPYC79Te9HTnADji/qagaulOMqFVc19tzAaFILNboivP0h5/vjM1w2ugiZOoUdqtGd53DaOBQnCqVEYtB+9tMLb7huTX58KjzG3ZdEOeKDnw5MwA700=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=4kEGeEHh3kaYj5LE/k+GX9xYFS3Jgb6m/Z2y+tC8Jsjn5vjy+6+5iVg3JF6y1BKHZpPnJCQzteTCPwla6gzT19zJFsC5XTXpEESmjr0O0WsC0+4SiTKlqxPjmPBllysK54Si5cND0wa4lsPtDHMc4x7iv6fGmabp8tjhns5h5A4=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49BEA520.3090503@xxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bderzhavets@xxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Building kernel:-

# git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
# cd linux-2.6-xen
# git checkout origin/xen/dom0/hackery -b xen/dom0/hackery
# git reset --hard remotes/origin/xen/dom0/hackery
HEAD is now at a38db50 Merge commit 'tip/core/printk' into xen/dom0/hackery
# git revert 8c7e11b6b89b3054623bc26bf6bbbda3ffa0ee18
# git revert 8b0ddbff9bf6cd8acb881a6296ca5069723f61b1
# git revert 043854ee604d2b49d4def5ac215925296b64b391
make menuconfig
make
make modules_install install
mkinitramfs -o /boot/initrd-2.6.29-rc7-tip.img 2.6.29-rc7-tip

  Kernel, has been built, loaded under Xen Unstable (19355)
creates a stable Xen Host,  been able to manage
CentOS 5.2, F10, SNV_106 PV DomUs.
  Moreover SNV_106 was installed on ZFS .As appears the most recent updates to Xen Unstable allow to load PV DomU SNV_106 with ZFS image  via pygrub.

Boris
-- On Mon, 3/16/09, Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Subject: Re: Fw: Re: [Xen-devel] tip.git regression from "vsprintf: unify the format decoding layer for its 3 users"
To: bderzhavets@xxxxxxxxx
Cc: "Xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Date: Monday, March 16, 2009, 3:14 PM

Boris Derzhavets wrote:
>
> > > Bellow follows my message to you sent on 3/14/09
> > The bug is old.
> > I do have null modem cable ( 2 m.) . Setting up serial is quite
possible,
> > but not right now. Boxes are located in different places.
> >
> If the host just stops responding, then getting the Xen serial console
may be
> the best way to diagnose it.
>
> ******************************
> I'll do that as soon as i can
> *******************************
>

(BTW, it would be better if you use the normal convention of quoting my text
with > and inserting your comments appropriately. When you use this style,
I'm quite likely to not notice your response.)

> Does it also happen if you remove the vifs from the domU config?
>
> *********************
> I can try right now
> *********************
>
> Does reverting changes
> 8c7e11b6b89b3054623bc26bf6bbbda3ffa0ee18,
> 8b0ddbff9bf6cd8acb881a6296ca5069723f61b1 and
> 043854ee604d2b49d4def5ac215925296b64b391 help?
>
> **************************************
> Please, type an exact git command
> i am supposed to run to revert change.
> **************************************
>

$ git revert 8c7e11b6b89b3054623bc26bf6bbbda3ffa0ee18
$ git revert 8b0ddbff9bf6cd8acb881a6296ca5069723f61b1
$ git revert 043854ee604d2b49d4def5ac215925296b64b391

J


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>