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-users

Re: [Xen-users] how can I use this patch xen-patches-2.6.34-1.tar.bz2 fo

To: lei yang <yanglei.fage@xxxxxxxxx>
Subject: Re: [Xen-users] how can I use this patch xen-patches-2.6.34-1.tar.bz2 for dom0
From: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Date: Thu, 15 Jul 2010 11:00:52 +0700
Cc: Xen Mailing List <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 14 Jul 2010 21:02:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTilYjNc7ch7S7CoAVvAvuGMvr_2yoPwx5jD4kh3J@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTilYjNc7ch7S7CoAVvAvuGMvr_2yoPwx5jD4kh3J@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, Jul 14, 2010 at 10:53 PM, lei yang <yanglei.fage@xxxxxxxxx> wrote:
> Hi experts,
>
> How can I use this patches for dom0 kernel?

It's generally assumed that you have a sufficient knowlodge to use
them. Otherwise, you'd probably best stick with vendor packaged
kernel. A short intro on kernel patches:
http://www.mjmwired.net/kernel/Documentation/applying-patches.txt

Anyway, a short summary:
download kernel 2.6.34 from kernel.org (2.6.34.1 might or might not
work, I haven't tried)
- extract it somewhere
- download xen patches
- create a new directory (lest assume it's called xen-patches)
- extract the patches on that directory
- change to kernel's extracted directory
- run

for p in /path/to/xen-patches/*.patch*;do patch -p1 < $p;done

basically you'd need to apply all the patches one by one according to
the applying-patches documentation.

- configure the kernel like you usually do, selecting xen dom0 options.

Here's the config I use: http://pastebin.com/WrrNHbTq or
http://www.mediafire.com/file/0itbbmmymmm4zz2/kernel-2.6.34-x86_64-xen.config
Here's the SRPM I use:
http://www.mediafire.com/file/moojqnt3ygw2tit/kernel-2.6.34-1.el5.fan.src.rpm
It's tested on RHEL5 x86_64 with Xen 4.0 RPM from http://www.gitco.de/repo/
Other distros might require different config (like the fact that newer
distros don't need
CONFIG_SYSFS_DEPRECATED=y and CONFIG_SYSFS_DEPRECATED_V2=y)

-- 
Fajar

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