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: [Xen-devel] AMD Phenom II 940: mm/vmalloc.c:110 vmap_page_range_nofl

On 05/06/2010 01:57 PM, Jeremy Fitzhardinge wrote:
On 05/05/2010 10:52 PM, Pasi Kärkkäinen wrote:
You should be using xen/stable-2.6.32.x branch.

Meaning, do "git checkout xen/stable-2.6.32.x".  And if you want to make
it the default, add "XEN_LINUX_GIT_REMOTEBRANCH = xen/stable-2.6.32.x"
to your Config.mk.

     J


Here's what I did on my platform (ubuntu lucid) which got 2.6.32.12 compiled and installed (not tested yet):
sudo su -
cd /usr/src
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
cd linux-2.6-xen
git reset --hard
git checkout -b xen/stable-2.6.32.x origin/xen/stable-2.6.32.x
git pull
cp PATHTOYOURCONFIG/.config .
make oldconfig
make menuconfig # if you need to change something
make
chmod g-s /usr/src -R
make deb-pkg
dpkg -i ../linux-image-2.6.32.12_2.6.32.12-2_amd64.deb # update deb version if you rebuild kernel
depmod 2.6.32.12
update-initramfs -c -k 2.6.32.12
update-grub
echo "xen-evtchn" >> /etc/modules

-Gerry





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

<Prev in Thread] Current Thread [Next in Thread>