RE: [Xen-ia64-devel] ia64 builds broken in xen-unstable mainline

2008-10-01 Thread Yu, Ke
Isaku,

Sorry for the late response, as Fred said, we are in holiday now.

I am updating the patch now. And it should be ready today or tomorrow.

Best Regards
Ke

Yang, Fred wrote:
> Isaku,
>
> You may need to create a patch to workaround the issue first since
> our PRC team is on the national holiday for the week.
>
> Thanks,
> -Fred
>
> Isaku Yamahata wrote:
>> Sorry for that.
>> This should be fixed by Yu's patches.
>> I've been waiting for Yu to respin the patches. Yu?
>>
>> If it would take a while, I could create a band aid patch to define
>> those symbols.
>>
>> thanks,
>>
>> On Tue, Sep 30, 2008 at 12:08:04PM +0100, Ian Jackson wrote:
>>> Currently the automatic patch forwarding machinery which sits
>>> between commits to xen-unstable mainline and the public non-staging
>>> tree isn't feeding anything through because the ia64 build is
>>> broken:
>>>
>>> .../xen/drivers/built_in.o: In function `set_px_pminfo':
>>> .../xen/drivers/cpufreq/cpufreq.c:226: undefined reference to
>>> `get_cpu_id' .../xen/drivers/cpufreq/cpufreq.c:268: undefined
>>> reference to `xenpf_copy_px_states'
>>> .../xen/drivers/cpufreq/cpufreq.c:303: undefined reference to
>>> `cpufreq_cpu_init' This looks like it was introduce in one of these
>>> changes:
>>>
>>> changeset:   18552:19b0a4f91712
>>> summary: x86 and ia64: move cpufreq notify code to commone place
>>>
>>> changeset:   18551:d1d9915041de
>>> summary: X86 and IA64: Update cpufreq statistic logic for
>>> supporting both x86
>>>
>>> changeset:   18550:08374be21318
>>> summary: X86 and IA64: Rebase cpufreq logic for supporting both
>>> x86 and ia64 Perhaps an ia64 part is missing ?
>>>
>>> It would be nice to get this fixed ...
>>>
>>> Thanks,
>>> Ian.
>>>
>>> ___
>>> Xen-ia64-devel mailing list
>>> Xen-ia64-devel@lists.xensource.com
>>> http://lists.xensource.com/xen-ia64-devel


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


RE: [Xen-ia64-devel] ia64 builds broken in xen-unstable mainline

2008-09-30 Thread Yang, Fred
Isaku,

You may need to create a patch to workaround the issue first since our PRC team 
is on the national holiday for the week.

Thanks,
-Fred

Isaku Yamahata wrote:
> Sorry for that.
> This should be fixed by Yu's patches.
> I've been waiting for Yu to respin the patches. Yu?
>
> If it would take a while, I could create a band aid patch to
> define those symbols.
>
> thanks,
>
> On Tue, Sep 30, 2008 at 12:08:04PM +0100, Ian Jackson wrote:
>> Currently the automatic patch forwarding machinery which sits between
>> commits to xen-unstable mainline and the public non-staging tree
>> isn't
>> feeding anything through because the ia64 build is broken:
>>
>> .../xen/drivers/built_in.o: In function `set_px_pminfo':
>> .../xen/drivers/cpufreq/cpufreq.c:226: undefined reference to
>> `get_cpu_id' .../xen/drivers/cpufreq/cpufreq.c:268: undefined
>> reference to `xenpf_copy_px_states'
>> .../xen/drivers/cpufreq/cpufreq.c:303: undefined reference to
>> `cpufreq_cpu_init' This looks like it was introduce in one of these
>> changes:
>>
>> changeset:   18552:19b0a4f91712
>> summary: x86 and ia64: move cpufreq notify code to commone place
>>
>> changeset:   18551:d1d9915041de
>> summary: X86 and IA64: Update cpufreq statistic logic for
>> supporting both x86
>>
>> changeset:   18550:08374be21318
>> summary: X86 and IA64: Rebase cpufreq logic for supporting both
>> x86 and ia64 Perhaps an ia64 part is missing ?
>>
>> It would be nice to get this fixed ...
>>
>> Thanks,
>> Ian.
>>
>> ___
>> Xen-ia64-devel mailing list
>> Xen-ia64-devel@lists.xensource.com
>> http://lists.xensource.com/xen-ia64-devel


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


Re: [Xen-ia64-devel] ia64 builds broken in xen-unstable mainline

2008-09-30 Thread Isaku Yamahata
Sorry for that.
This should be fixed by Yu's patches.
I've been waiting for Yu to respin the patches. Yu?

If it would take a while, I could create a band aid patch to
define those symbols.

thanks,

On Tue, Sep 30, 2008 at 12:08:04PM +0100, Ian Jackson wrote:
> Currently the automatic patch forwarding machinery which sits between
> commits to xen-unstable mainline and the public non-staging tree isn't
> feeding anything through because the ia64 build is broken:
> 
> .../xen/drivers/built_in.o: In function `set_px_pminfo':
> .../xen/drivers/cpufreq/cpufreq.c:226: undefined reference to `get_cpu_id'
> .../xen/drivers/cpufreq/cpufreq.c:268: undefined reference to 
> `xenpf_copy_px_states'
> .../xen/drivers/cpufreq/cpufreq.c:303: undefined reference to 
> `cpufreq_cpu_init'
> This looks like it was introduce in one of these changes:
> 
> changeset:   18552:19b0a4f91712
> summary: x86 and ia64: move cpufreq notify code to commone place
> 
> changeset:   18551:d1d9915041de
> summary: X86 and IA64: Update cpufreq statistic logic for supporting both 
> x86
> 
> changeset:   18550:08374be21318
> summary: X86 and IA64: Rebase cpufreq logic for supporting both x86 and 
> ia64
> Perhaps an ia64 part is missing ?
> 
> It would be nice to get this fixed ...
> 
> Thanks,
> Ian.
> 
> ___
> Xen-ia64-devel mailing list
> Xen-ia64-devel@lists.xensource.com
> http://lists.xensource.com/xen-ia64-devel
> 

-- 
yamahata

___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


[Xen-ia64-devel] ia64 builds broken in xen-unstable mainline

2008-09-30 Thread Ian Jackson
Currently the automatic patch forwarding machinery which sits between
commits to xen-unstable mainline and the public non-staging tree isn't
feeding anything through because the ia64 build is broken:

.../xen/drivers/built_in.o: In function `set_px_pminfo':
.../xen/drivers/cpufreq/cpufreq.c:226: undefined reference to `get_cpu_id'
.../xen/drivers/cpufreq/cpufreq.c:268: undefined reference to 
`xenpf_copy_px_states'
.../xen/drivers/cpufreq/cpufreq.c:303: undefined reference to `cpufreq_cpu_init'
This looks like it was introduce in one of these changes:

changeset:   18552:19b0a4f91712
summary: x86 and ia64: move cpufreq notify code to commone place

changeset:   18551:d1d9915041de
summary: X86 and IA64: Update cpufreq statistic logic for supporting both 
x86

changeset:   18550:08374be21318
summary: X86 and IA64: Rebase cpufreq logic for supporting both x86 and ia64
Perhaps an ia64 part is missing ?

It would be nice to get this fixed ...

Thanks,
Ian.

___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel