Re: 回复: [PATCH 0/3] arch: unicore32: ksyms: export several implemeted symbols to avoid compiling failure

2014-05-26 Thread Chen Gang

On 05/27/2014 08:13 AM, 管雪涛 wrote:
> - Chen Gang  写道:
>> unicore32 has implemented 'find_first_bit', 'find_first_zero_bit',
>> 'pm_power_off', and '__cpuc_coherent_kern_range', need export them to
>> avoid compiling failure.
>>
>> The related error (with allmodconfig under unicore32):
>>
>> MODPOST 4039 modules
>>   ERROR: "find_first_bit" [sound/soc/codecs/snd-soc-uda1380.ko] undefined!
>>   ERROR: "find_first_zero_bit" [net/sctp/sctp.ko] undefined!
>>   [...]
>>   ERROR: "__cpuc_coherent_kern_range" [drivers/misc/lkdtm.ko] undefined!
>>   ERROR: "pm_power_off" [drivers/mfd/retu-mfd.ko] undefined!
>>   [...]
>>
>> Signed-off-by: Chen Gang 
> 
> Thanks, I'm waiting for these patches.
> And then, I can request-pull in this month.
> 

Thank you for your work. Hope we can finish within this month. And next
month, I shall start another architectures.

But I am still very glad to continue to provide contributions for
unicore32, and as far as I know:

 - allmodconfig under unicore32 finds many warnings which I skipped now.
   (just like allmodconfig under another architectures without '-W')

 - open source unicore32 qemu still need guys to continue.

 - open source unicore32 cross-compiler still need guys to continue.

If I have chance for them, I shall try (at present, I have started
providing contribution to qemu, and just starting for toolchain, and
will start for kvm/xen in 3rd or 4th quater 2014).


Thanks.
-- 
Chen Gang

Open, share, and attitude like air, water, and life which God blessed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


回复: [PATCH 0/3] arch: unicore32: ksyms: export several implemeted symbols to avoid compiling failure

2014-05-26 Thread 管雪涛
- Chen Gang  写道:
> unicore32 has implemented 'find_first_bit', 'find_first_zero_bit',
> 'pm_power_off', and '__cpuc_coherent_kern_range', need export them to
> avoid compiling failure.
> 
> The related error (with allmodconfig under unicore32):
> 
> MODPOST 4039 modules
>   ERROR: "find_first_bit" [sound/soc/codecs/snd-soc-uda1380.ko] undefined!
>   ERROR: "find_first_zero_bit" [net/sctp/sctp.ko] undefined!
>   [...]
>   ERROR: "__cpuc_coherent_kern_range" [drivers/misc/lkdtm.ko] undefined!
>   ERROR: "pm_power_off" [drivers/mfd/retu-mfd.ko] undefined!
>   [...]
> 
> Signed-off-by: Chen Gang 

Thanks, I'm waiting for these patches.
And then, I can request-pull in this month.

Xuetao

> ---
>  arch/unicore32/kernel/ksyms.c   | 2 ++
>  arch/unicore32/kernel/process.c | 1 +
>  arch/unicore32/mm/proc-syms.c   | 2 ++
>  3 files changed, 5 insertions(+)
> 
> 
> Thanks.
> -- 
> Chen Gang
> 
> Open, share, and attitude like air, water, and life which God blessed

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


回复: [PATCH 0/3] arch: unicore32: ksyms: export several implemeted symbols to avoid compiling failure

2014-05-26 Thread 管雪涛
- Chen Gang gang.chen.5...@gmail.com 写道:
 unicore32 has implemented 'find_first_bit', 'find_first_zero_bit',
 'pm_power_off', and '__cpuc_coherent_kern_range', need export them to
 avoid compiling failure.
 
 The related error (with allmodconfig under unicore32):
 
 MODPOST 4039 modules
   ERROR: find_first_bit [sound/soc/codecs/snd-soc-uda1380.ko] undefined!
   ERROR: find_first_zero_bit [net/sctp/sctp.ko] undefined!
   [...]
   ERROR: __cpuc_coherent_kern_range [drivers/misc/lkdtm.ko] undefined!
   ERROR: pm_power_off [drivers/mfd/retu-mfd.ko] undefined!
   [...]
 
 Signed-off-by: Chen Gang gang.chen.5...@gmail.com

Thanks, I'm waiting for these patches.
And then, I can request-pull in this month.

Xuetao

 ---
  arch/unicore32/kernel/ksyms.c   | 2 ++
  arch/unicore32/kernel/process.c | 1 +
  arch/unicore32/mm/proc-syms.c   | 2 ++
  3 files changed, 5 insertions(+)
 
 
 Thanks.
 -- 
 Chen Gang
 
 Open, share, and attitude like air, water, and life which God blessed

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 回复: [PATCH 0/3] arch: unicore32: ksyms: export several implemeted symbols to avoid compiling failure

2014-05-26 Thread Chen Gang

On 05/27/2014 08:13 AM, 管雪涛 wrote:
 - Chen Gang gang.chen.5...@gmail.com 写道:
 unicore32 has implemented 'find_first_bit', 'find_first_zero_bit',
 'pm_power_off', and '__cpuc_coherent_kern_range', need export them to
 avoid compiling failure.

 The related error (with allmodconfig under unicore32):

 MODPOST 4039 modules
   ERROR: find_first_bit [sound/soc/codecs/snd-soc-uda1380.ko] undefined!
   ERROR: find_first_zero_bit [net/sctp/sctp.ko] undefined!
   [...]
   ERROR: __cpuc_coherent_kern_range [drivers/misc/lkdtm.ko] undefined!
   ERROR: pm_power_off [drivers/mfd/retu-mfd.ko] undefined!
   [...]

 Signed-off-by: Chen Gang gang.chen.5...@gmail.com
 
 Thanks, I'm waiting for these patches.
 And then, I can request-pull in this month.
 

Thank you for your work. Hope we can finish within this month. And next
month, I shall start another architectures.

But I am still very glad to continue to provide contributions for
unicore32, and as far as I know:

 - allmodconfig under unicore32 finds many warnings which I skipped now.
   (just like allmodconfig under another architectures without '-W')

 - open source unicore32 qemu still need guys to continue.

 - open source unicore32 cross-compiler still need guys to continue.

If I have chance for them, I shall try (at present, I have started
providing contribution to qemu, and just starting for toolchain, and
will start for kvm/xen in 3rd or 4th quater 2014).


Thanks.
-- 
Chen Gang

Open, share, and attitude like air, water, and life which God blessed
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/