xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Olivier B." <xen.list@daevel.fr>
To: xen-devel@lists.xensource.com
Subject: Re: Please test xen/stable-2.6.32.x in xen.git
Date: Wed, 31 Mar 2010 22:32:06 +0200	[thread overview]
Message-ID: <4BB3B146.8070902@daevel.fr> (raw)
In-Reply-To: <4BB3AC38.6090503@daevel.fr>

On 31/03/2010 22:10, Olivier B. wrote:
> On 31/03/2010 19:58, Jeremy Fitzhardinge wrote:
>> Hi all,
>>
>> If you haven't already, could you please test out the 
>> xen/stable-2.6.32.x branch.  It has been working fairly well for me, 
>> but I'd like to get some wider testing coverage before we make it the 
>> default branch.
>>
>> To switch over, cd into your kernel directory, and type "git checkout 
>> xen/stable-2.6.32.x" and rebuild.
>>
>> This kernel is currently based on 2.6.32.10.  The main missing 
>> feature from xen/master is that it doesn't have netchannel2.  Is 
>> anybody using that yet?
>>
>> Thanks,
>>     J
>>
>
> Hi,
>
> for me it doesn't compile anymore :
>
>   CC      mm/vmalloc.o
> mm/vmalloc.c:582: error: expected declaration specifiers or ‘...’ 
> before ‘&’ token
> mm/vmalloc.c:582: warning: data definition has no type or storage class
> mm/vmalloc.c:582: warning: type defaults to ‘int’ in declaration of 
> ‘__spin_unlock’
> mm/vmalloc.c:582: warning: function declaration isn’t a prototype
> mm/vmalloc.c:582: error: conflicting types for ‘__spin_unlock’
> include/linux/spinlock_api_smp.h:349: note: previous definition of 
> ‘__spin_unlock’ was here
> mm/vmalloc.c:583: error: expected identifier or ‘(’ before ‘}’ token
> make[2]: *** [mm/vmalloc.o] Erreur 1
> make[1]: *** [mm] Erreur 2
> make[1]: quittant le répertoire « /home/daevel/linux/linux-xen-2.6.32.x »
> make: *** [debian/stamp/build/kernel] Erreur 2
>
> I compiled with "make-kpkg --revision=1.0 
> --append-to-version=-dae-dom0 kernel_image kernel_headers", and gcc 
> version 4.4.3 (Debian 4.4.3-3).
>
> Did I miss something ?
> Olivier

Same result with gcc version 4.4.3 (Debian 4.4.3-5)

I put here the code :

         if (nr)
                 atomic_sub(nr, &vmap_lazy_nr);

                 if (force_flush)
                         flush_tlb_kernel_range(*start, *end);

                 spin_lock(&vmap_area_lock);
                 list_for_each_entry_safe(va, n_va, &valist, purge_list)
                         __free_vmap_area(va);
                 spin_unlock(&vmap_area_lock);
         }
         spin_unlock(&purge_lock);

The ligne 582 in error is the "spin_unlock(&purge_lock);"

  reply	other threads:[~2010-03-31 20:32 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-31 17:58 Please test xen/stable-2.6.32.x in xen.git Jeremy Fitzhardinge
2010-03-31 18:14 ` Stefan Kuhne
2010-03-31 19:06   ` Jeremy Fitzhardinge
2010-03-31 20:26     ` Stefan Kuhne
2010-03-31 20:31       ` Jeremy Fitzhardinge
2010-04-01  7:38         ` Stefan Kuhne
2010-04-01 17:55           ` Martinx - ジェームズ
2010-04-01 19:35             ` Jeremy Fitzhardinge
2010-04-01 20:29               ` Martinx - ジェームズ
2010-04-01 20:06             ` Konrad Rzeszutek Wilk
2010-04-01 19:06           ` Jeremy Fitzhardinge
2010-04-01 19:55             ` Stefan Kuhne
2010-04-01 20:08               ` Jeremy Fitzhardinge
2010-04-01 21:04                 ` Stefan Kuhne
2010-04-01 21:49                   ` Jeremy Fitzhardinge
2010-04-01 21:54                     ` Stefan Kuhne
2010-04-01 22:02                       ` Jeremy Fitzhardinge
2010-04-01 22:08                         ` Stefan Kuhne
2010-04-02 10:51                       ` Pasi Kärkkäinen
2010-04-03 14:10                         ` X-Server doesn't start under Xen 4.0-rc9 & 2.6.31.11 pvops on top of F12 Boris Derzhavets
2010-04-06 18:30                           ` Jeremy Fitzhardinge
2010-04-06 21:37                             ` Boris Derzhavets
2010-04-06 22:01                               ` Jeremy Fitzhardinge
2010-04-06 22:40                                 ` Mark Hurenkamp
2010-04-06 22:41                                   ` Jeremy Fitzhardinge
2010-04-06 23:08                                     ` Mark Hurenkamp
2010-04-07 11:30                                 ` Boris Derzhavets
2010-04-07 16:20                                   ` Boris Derzhavets
2010-04-06 22:38                           ` Mark Hurenkamp
2010-04-06 22:40                             ` Jeremy Fitzhardinge
2010-04-02 13:11                 ` Bugs in 2.6.31.12-pvops Carsten Schiers
2010-04-02 18:11                   ` Jeremy Fitzhardinge
2010-04-08  0:30               ` Please test xen/stable-2.6.32.x in xen.git Konrad Rzeszutek Wilk
     [not found]                 ` <4BBD9DC7.603@access.denied>
2010-04-08 14:59                   ` Konrad Rzeszutek Wilk
2010-03-31 18:45 ` Pasi Kärkkäinen
2010-03-31 20:10 ` Olivier B.
2010-03-31 20:32   ` Olivier B. [this message]
2010-03-31 20:35   ` Jeremy Fitzhardinge
2010-03-31 20:43     ` Olivier B.
2010-04-05 16:53 ` Guillaume Rousse

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=4BB3B146.8070902@daevel.fr \
    --to=xen.list@daevel.fr \
    --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).