[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [xen-unstable test] 4473: regressions - FAIL


  • To: Ian Campbell <Ian.Campbell@xxxxxxxxxx>, "xen.org" <ian.jackson@xxxxxxxxxxxxx>
  • From: Keir Fraser <keir@xxxxxxx>
  • Date: Fri, 24 Dec 2010 10:56:44 +0000
  • Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Fri, 24 Dec 2010 02:58:01 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:user-agent:date:subject:from:to:cc:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; b=BF2GSFutBCLepkwT6ZPgEdY7tQPTt7Aa1h03VxlTXqcnLqHphW2aK1G6wUfOskXhnV fc15WVXDGrXid4Pv+cK/b/4YVmpa8YRCREhcGnE433iho8w+Hhm0Hyady6B26+xGgcX6 g1Sa4nA8Cma9h+aJ4pIlS8iW0by0S4YYs2tdM=
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>
  • Thread-index: AcujWUCDGF/DkERqBU2NhX2FZ3pQcQ==
  • Thread-topic: [Xen-devel] [xen-unstable test] 4473: regressions - FAIL

On 24/12/2010 10:45, "Ian Campbell" <Ian.Campbell@xxxxxxxxxx> wrote:

> On Fri, 2010-12-24 at 10:37 +0000, xen.org wrote:

> 
> 64 bit failures are the libxc issue I posted a patch for just now.
> 
> 32 bit failures are:
>         cc1: warnings being treated as errors
>         sched_credit2.c: In function 'csched_dump':
>         sched_credit2.c:1790: error: format '%3ld' expects type 'long int',
> but argument 6 has type 's_time_t'

Applied your fix to xen-unstable staging.

 Thanks,
 Keir

> Requiring:
> 
> diff -r a4369aa8ab41 xen/common/sched_credit2.c
> --- a/xen/common/sched_credit2.c Fri Dec 24 09:47:12 2010 +0000
> +++ b/xen/common/sched_credit2.c Fri Dec 24 10:45:03 2010 +0000
> @@ -1782,7 +1782,7 @@ csched_dump(const struct scheduler *ops)
>                 "\tncpus              = %u\n"
>                 "\tmax_weight         = %d\n"
>                 "\tinstload           = %d\n"
> -               "\taveload            = %3ld\n",
> +               "\taveload            = %3"PRI_stime"\n",
>                 i,
>                 cpus_weight(prv->rqd[i].active),
>                 prv->rqd[i].max_weight,
> 
> Ian.
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel



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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.