xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Gerry Reno <greno@verizon.net>
To: xen-devel@lists.xensource.com
Subject: Re: AMD Phenom II 940:	mm/vmalloc.c:110 vmap_page_range_noflush
Date: Thu, 06 May 2010 15:39:09 -0400	[thread overview]
Message-ID: <4BE31ADD.8050606@verizon.net> (raw)
In-Reply-To: <4BE302F4.5060407@goop.org>

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

  reply	other threads:[~2010-05-06 19:39 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-23 17:50 Cannot load latest 2.6.32.10 kernel on AMD quad-core Gerry Reno
2010-04-23 18:27 ` Boris Derzhavets
2010-04-23 18:55   ` Boris Derzhavets
2010-04-23 20:38     ` Gerry Reno
2010-04-23 21:31       ` Boris Derzhavets
2010-04-24  6:12         ` Gerry Reno
2010-04-24  6:32           ` Gerry Reno
2010-04-24  7:34             ` Boris Derzhavets
2010-04-24 16:41               ` Gerry Reno
2010-04-24 17:30                 ` Boris Derzhavets
2010-04-24 17:37                 ` Boris Derzhavets
2010-04-24 17:41                 ` Boris Derzhavets
2010-04-24 18:07                   ` Gerry Reno
2010-04-24 18:18                     ` Boris Derzhavets
2010-04-24 22:24                       ` Gerry Reno
2010-04-25  6:44                         ` Pasi Kärkkäinen
2010-04-25 11:16                           ` Boris Derzhavets
2010-04-25 15:37                             ` Gerry Reno
2010-04-25 16:10                               ` Boris Derzhavets
2010-04-25 23:18                                 ` Mike Viau
2010-04-26  0:49                                   ` Gerry Reno
2010-04-26  2:10                                     ` Mike Viau
2010-04-26  2:18                                       ` Gerry Reno
2010-04-25 22:15                               ` Gerry Reno
2010-04-26  2:10                                 ` Gerry Reno
2010-04-26  4:12                                   ` Gerry Reno
2010-04-26 20:04                                     ` Pasi Kärkkäinen
2010-04-26 21:26                                       ` Gerry Reno
2010-04-26 21:52                                         ` Pasi Kärkkäinen
2010-04-26 23:36                                           ` Gerry Reno
2010-04-27  0:00                                             ` Gerry Reno
2010-04-27  2:48                                               ` Gerry Reno
2010-04-27  9:15                                                 ` Pasi Kärkkäinen
2010-04-27 17:35                                                   ` Gerry Reno
2010-04-29 13:54                                                     ` Gerry Reno
2010-04-29 14:41                                                       ` Mike Viau
2010-04-29 14:46                                                         ` Gerry Reno
2010-04-29 15:11                                                           ` Mike Viau
2010-04-29 16:50                                                             ` Gerry Reno
2010-04-25  6:53                         ` Gerry Reno
2010-04-25 10:22                           ` Pasi Kärkkäinen
2010-05-03 16:18 ` Konrad Rzeszutek Wilk
2010-05-03 17:18   ` Gerry Reno
2010-05-03 20:36     ` Konrad Rzeszutek Wilk
2010-05-03 21:23       ` Gerry Reno
2010-05-05  0:42         ` Gerry Reno
2010-05-05 17:54           ` AMD Phenom II 940: mm/vmalloc.c:110 vmap_page_range_noflush Konrad Rzeszutek Wilk
2010-05-06  3:18             ` Gerry Reno
2010-05-06  5:52               ` Pasi Kärkkäinen
2010-05-06 17:57                 ` Jeremy Fitzhardinge
2010-05-06 19:39                   ` Gerry Reno [this message]
2010-05-07  0:21                     ` Gerry Reno
2010-05-07  2:22                       ` Gerry Reno
2010-05-07  6:05                         ` Pasi Kärkkäinen
2010-05-07  6:21                           ` Boris Derzhavets
2010-05-07 16:44                             ` Gerry Reno
2010-05-07 21:53                               ` Gerry Reno
2010-05-08  7:20                                 ` Boris Derzhavets
2010-05-10 14:10                                 ` Konrad Rzeszutek Wilk
2010-05-10 16:03                                   ` Gerry Reno
2010-05-10 16:17                                     ` AMD Phenom II 940: Upgrade to 2.6.32.12 fixes it and upgrades CPU from 3.1Ghz to 1.2Thz! Konrad Rzeszutek Wilk
2010-05-10 16:40                                       ` Dan Magenheimer
2010-05-10 17:40                                         ` Gerry Reno
2010-05-10 17:56                                         ` Jeremy Fitzhardinge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BE31ADD.8050606@verizon.net \
    --to=greno@verizon.net \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).