From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TiYbO-0001wQ-4h for kexec@lists.infradead.org; Tue, 11 Dec 2012 22:47:03 +0000 Date: Tue, 11 Dec 2012 19:55:39 -0200 From: Marcelo Tosatti 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-Disposition: inline In-Reply-To: <50C6F8C6.9000008@cn.fujitsu.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Zhang Yanfei Cc: "kvm@vger.kernel.org" , Gleb Natapov , "kexec@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "Eric W. Biederman" , kbuild test robot 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. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] [RESEND] x86/kexec: crash_vmclear_local_vmcss needs __rcu Date: Tue, 11 Dec 2012 19:55:39 -0200 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-Transfer-Encoding: 7bit Cc: "kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Gleb Natapov , "kexec-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "Eric W. Biederman" , kbuild test robot To: Zhang Yanfei Return-path: Content-Disposition: inline In-Reply-To: <50C6F8C6.9000008-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kexec-bounces-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Errors-To: kexec-bounces+glkk-kexec=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: kvm.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. 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.