From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerry Reno Subject: Re: AMD Phenom II 940: mm/vmalloc.c:110 vmap_page_range_noflush Date: Thu, 06 May 2010 15:39:09 -0400 Message-ID: <4BE31ADD.8050606@verizon.net> References: <4BD1DDF0.2050503@verizon.net> <20100503161849.GA32462@phenom.dumpdata.com> <4BDF0574.8070503@verizon.net> <20100503203559.GA9395@phenom.dumpdata.com> <4BDF3ED3.3050703@verizon.net> <4BE0BEE7.50007@verizon.net> <20100505175417.GA14531@phenom.dumpdata.com> <4BE2351C.70007@verizon.net> <20100506055240.GL17817@reaktio.net> <4BE302F4.5060407@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-reply-to: <4BE302F4.5060407@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 05/06/2010 01:57 PM, Jeremy Fitzhardinge wrote: > On 05/05/2010 10:52 PM, Pasi K=E4rkk=E4inen wrote: > =20 >> You should be using xen/stable-2.6.32.x branch. >> >> =20 > Meaning, do "git checkout xen/stable-2.6.32.x". And if you want to mak= e > it the default, add "XEN_LINUX_GIT_REMOTEBRANCH =3D xen/stable-2.6.32.x= " > to your Config.mk. > > J > > =20 Here's what I did on my platform (ubuntu lucid) which got 2.6.32.12=20 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=20 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=20 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