From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755139Ab2LKWrG (ORCPT ); Tue, 11 Dec 2012 17:47:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4518 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753669Ab2LKWrD (ORCPT ); Tue, 11 Dec 2012 17:47:03 -0500 Date: Tue, 11 Dec 2012 19:55:39 -0200 From: Marcelo Tosatti To: Zhang Yanfei Cc: "Eric W. Biederman" , Gleb Natapov , "kvm@vger.kernel.org" , "kexec@lists.infradead.org" , "linux-kernel@vger.kernel.org" , kbuild test robot Subject: Re: [PATCH] [RESEND] x86/kexec: crash_vmclear_local_vmcss needs __rcu Message-ID: <20121211215539.GA4468@amt.cnet> References: <50C18168.305@cn.fujitsu.com> <50C6F8C6.9000008@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50C6F8C6.9000008@cn.fujitsu.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 11, 2012 at 05:11:34PM +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/include/asm/kexec.h | 3 ++- > arch/x86/kernel/crash.c | 4 ++-- > 2 files changed, 4 insertions(+), 3 deletions(-) Applied, thanks.