From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932474AbbA0BqB (ORCPT ); Mon, 26 Jan 2015 20:46:01 -0500 Received: from cantor2.suse.de ([195.135.220.15]:37763 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932275AbbA0Bp6 (ORCPT ); Mon, 26 Jan 2015 20:45:58 -0500 Date: Tue, 27 Jan 2015 02:45:54 +0100 From: "Luis R. Rodriguez" To: Andy Lutomirski Cc: "Luis R. Rodriguez" , David Vrabel , Konrad Rzeszutek Wilk , Boris Ostrovsky , "xen-devel@lists.xenproject.org" , "linux-kernel@vger.kernel.org" , X86 ML , kvm list , Paul McKenney , Steven Rostedt , Borislav Petkov , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Masami Hiramatsu , Jan Beulich Subject: Re: [RFC v4 1/2] x86/xen: add xen_is_preemptible_hypercall() Message-ID: <20150127014554.GC17887@wotan.suse.de> References: <1421972951-3940-1-git-send-email-mcgrof@do-not-panic.com> <1421972951-3940-2-git-send-email-mcgrof@do-not-panic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 22, 2015 at 05:40:45PM -0800, Andy Lutomirski wrote: > On Thu, Jan 22, 2015 at 4:29 PM, Luis R. Rodriguez > wrote: > > From: "Luis R. Rodriguez" > > > > On kernels with voluntary or no preemption we can run > > into situations where a hypercall issued through userspace > > will linger around as it addresses sub-operatiosn in kernel > > context (multicalls). Such operations can trigger soft lockup > > detection. > > Looks reasonable. I'll add a reviewed-by... LUis