Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp401979ybi; Thu, 1 Aug 2019 21:26:54 -0700 (PDT) X-Google-Smtp-Source: APXvYqyX/hVviGyKeNbkpdFFABXC5VYKTsXvHnNvJYZ8wr9KfAIHYVun+5U7nMme7NIK6IEV+0ys X-Received: by 2002:a17:902:f204:: with SMTP id gn4mr130632294plb.3.1564720014861; Thu, 01 Aug 2019 21:26:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564720014; cv=none; d=google.com; s=arc-20160816; b=CKFA4x/khD08q6DebAWnPatOQR8mFf6y6TnySqo8Ejmdgvb54L6WaFdG4gjF/ZC5U+ rWZKjpuLsWBEEWRM6i/O/zHGKwmoWcCCxYCkAJYbg2rD13RCrF4Taem9pObdtS/BFVd9 vhiM+5grc+9J+iYUC+7ExrkDZ0+n/1jFk3CzLGNl4sg1vqPRJgTL2J4B9hi6RNN9oW7C ibzXdxsSMNEd5k+1G2XblIlh8VS3RxtkmM7N6r0d0gjAZuzG9jcimLki0Y98OUl35kNT JEO0hD5u86wAT7e/6V0j43XRb0CODbmi7KNJgQJK4g+YKFNQGFvNGsCjVW94NLs+JtZd /yng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=yG5H9W+c/9Vn4tChoOTQKmzyRoCwsWw3IzryZ8UzKBg=; b=NlPKwzzKVm9jZRkVvmQOirRkaCaDCEsMqz52GjKrjEH0eDGESGKkgAirIpGlHN7LaH 6Ncru8FXqDdv/4dLKjcZeBZZwn6pRqDZT48+0lZzM1V34bAUkgW3wx025L3BhseXYOgP vWCIfen/uo1y2F9k1vOjlgLDyVKl5nYjmSoZ0sv5X3Gwlk4yxK7AxXG21GH7iKwqvlJX pZJbVIxqTK9x5lJPyLk5i+S9+zGvUrRZtpwHohm1IiE+cJbAfcS47q4QCYeIWUQ1d1Gl LiE+EWLSHc5UHiPAWWrYvrLhPkoFAU3ehvP3xPr9x7M4uBqMRw2j5nlr3z8gl5wujozJ ROqQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q66si5791618pjq.109.2019.08.01.21.26.36; Thu, 01 Aug 2019 21:26:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731853AbfHAVrf (ORCPT + 99 others); Thu, 1 Aug 2019 17:47:35 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:37971 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726403AbfHAVrf (ORCPT ); Thu, 1 Aug 2019 17:47:35 -0400 Received: from pd9ef1cb8.dip0.t-ipconnect.de ([217.239.28.184] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1htIux-0002yx-Bj; Thu, 01 Aug 2019 23:47:23 +0200 Date: Thu, 1 Aug 2019 23:47:22 +0200 (CEST) From: Thomas Gleixner To: Sean Christopherson cc: Oleg Nesterov , LKML , x86@kernel.org, Peter Zijlstra , Ingo Molnar , Sebastian Siewior , Anna-Maria Gleixner , Steven Rostedt , Julia Cartwright , Paul McKenney , Frederic Weisbecker , kvm@vger.kernel.org, Radim Krcmar , Paolo Bonzini , John Stultz , Andy Lutomirski , "Paul E. McKenney" Subject: Re: [patch 2/5] x86/kvm: Handle task_work on VMENTER/EXIT In-Reply-To: Message-ID: References: <20190801143250.370326052@linutronix.de> <20190801143657.887648487@linutronix.de> <20190801162451.GE31538@redhat.com> <20190801213550.GE6783@linux.intel.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 1 Aug 2019, Thomas Gleixner wrote: > On Thu, 1 Aug 2019, Sean Christopherson wrote: > > On Thu, Aug 01, 2019 at 08:34:53PM +0200, Thomas Gleixner wrote: > > > On Thu, 1 Aug 2019, Oleg Nesterov wrote: > > > > On 08/01, Thomas Gleixner wrote: > > > > > > > > > > @@ -8172,6 +8174,10 @@ static int vcpu_run(struct kvm_vcpu *vcp > > > > > ++vcpu->stat.signal_exits; > > > > > break; > > > > > } > > > > > + > > > > > + if (notify_resume_pending()) > > > > > + tracehook_handle_notify_resume(); > > > > > > > > shouldn't you drop kvm->srcu before tracehook_handle_notify_resume() ? > > > > > > > > I don't understand this code at all, but vcpu_run() does this even before > > > > cond_resched(). > > > > > > Yeah, I noticed that it's dropped around cond_resched(). > > > > > > My understanding is that for voluntary giving up the CPU via cond_resched() > > > it needs to be dropped. > > > > > > For involuntary preemption (CONFIG_PREEMPT=y) it's not required as the > > > whole code section after preempt_enable() is fully preemptible. > > > > > > Now the 1Mio$ question is whether any of the notify functions invokes > > > cond_resched() and whether that really matters. Paolo? > > > > cond_resched() is called via tracehook_notify_resume()->task_work_run(), > > and "kernel code can only call cond_resched() in places where it ... > > cannot hold references to any RCU-protected data structures" according to > > https://lwn.net/Articles/603252/. > > Right you are. Bah. Hit send too fast. Right you are about cond_resched() being called, but for SRCU this does not matter unless there is some way to do a synchronize operation on that SRCU entity. It might have some other performance side effect though. Thanks, tglx