Re: [PATCH] x86/kexec: crash_vmclear_local_vmcss needs __rcu

2012-12-11 Thread Zhang Yanfei
于 2012年12月11日 16:10, Gleb Natapov 写道: > On Tue, Dec 11, 2012 at 04:04:55PM +0800, Zhang Yanfei wrote: >> 于 2012年12月11日 04:30, Marcelo Tosatti 写道: >>> On Fri, Dec 07, 2012 at 01:40:56PM +0800, Zhang Yanfei wrote: This removes the sparse warning: arch/x86/kernel/crash.c:49:32: sparse: incom

Re: [PATCH] x86/kexec: crash_vmclear_local_vmcss needs __rcu

2012-12-11 Thread Gleb Natapov
On Tue, Dec 11, 2012 at 04:04:55PM +0800, Zhang Yanfei wrote: > 于 2012年12月11日 04:30, Marcelo Tosatti 写道: > > On Fri, Dec 07, 2012 at 01:40:56PM +0800, Zhang Yanfei wrote: > >> This removes the sparse warning: > >> arch/x86/kernel/crash.c:49:32: sparse: incompatible types in comparison > >> express

Re: [PATCH] x86/kexec: crash_vmclear_local_vmcss needs __rcu

2012-12-11 Thread Zhang Yanfei
于 2012年12月11日 04:30, Marcelo Tosatti 写道: > On Fri, Dec 07, 2012 at 01:40:56PM +0800, Zhang Yanfei wrote: >> This removes the sparse warning: >> arch/x86/kernel/crash.c:49:32: sparse: incompatible types in comparison >> expression (different address spaces) >> >> Reported-by: kbuild test robot >>

Re: [PATCH] x86/kexec: crash_vmclear_local_vmcss needs __rcu

2012-12-10 Thread Marcelo Tosatti
On Fri, Dec 07, 2012 at 01:40:56PM +0800, Zhang Yanfei wrote: > This removes the sparse warning: > arch/x86/kernel/crash.c:49:32: sparse: incompatible types in comparison > expression (different address spaces) > > Reported-by: kbuild test robot > Signed-off-by: Zhang Yanfei > --- > arch/x86/i