From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79CBAC6379F for ; Wed, 18 Jan 2023 03:56:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229481AbjARD4x (ORCPT ); Tue, 17 Jan 2023 22:56:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229840AbjARD4h (ORCPT ); Tue, 17 Jan 2023 22:56:37 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 864E954227; Tue, 17 Jan 2023 19:56:30 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1FA776160E; Wed, 18 Jan 2023 03:56:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78111C433D2; Wed, 18 Jan 2023 03:56:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674014189; bh=GqWHxua0L6lPQIAKNKiopte/74IpSnqlqs2H7TJq2CY=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=IsHlAjKa0F21eCJONlHnQ09ZgmN3Ee1N/60k4+a1P9S1q8BgaBbWNPXkmkx7jsT4L GqL7yV9k5hPlNt0zIFq0VDALvsKynyX9yvNru//R2857HCbm/CIKUSlCSzwH7tzfhg uS5CEVlF2W+p8rSoPdkaB2x/GeAtrNbImkFwFPPyzC+kbqrU14yahamYETyTnxNAcZ UDjCKvXutsebE6Vdn/J21JpxtGjyTF7Wn4xovwCGuGqbJOuhYOOt9vVN7OnAPWv5hy fsBcalCiLh2ODwqVdwI52Gv7BGT8FMiviv6R85bU4DoMcmw3U0aoM1aQAD7SMP2i+6 V+zXgzmkVileA== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id 2A9985C1052; Tue, 17 Jan 2023 19:56:29 -0800 (PST) Date: Tue, 17 Jan 2023 19:56:29 -0800 From: "Paul E. McKenney" To: Sean Christopherson Cc: rcu@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@meta.com, rostedt@goodmis.org, Huacai Chen , Aleksandar Markovic , Thomas Bogendoerfer , Michael Ellerman , Christophe Leroy , Paolo Bonzini , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , kvm@vger.kernel.org, Marc Zyngier , Anup Patel , Heiko Carstens , John Ogness Subject: Re: [PATCH rcu v2 17/20] kvm: Remove "select SRCU" Message-ID: <20230118035629.GT2948950@paulmck-ThinkPad-P17-Gen-1> Reply-To: paulmck@kernel.org References: <20230113001103.GA3374173@paulmck-ThinkPad-P17-Gen-1> <20230113001132.3375334-17-paulmck@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 18, 2023 at 01:27:36AM +0000, Sean Christopherson wrote: > On Thu, Jan 12, 2023, Paul E. McKenney wrote: > > Now that the SRCU Kconfig option is unconditionally selected, there is > > no longer any point in selecting it. Therefore, remove the "select SRCU" > > Kconfig statements from the various KVM Kconfig files. > > > > Signed-off-by: Paul E. McKenney > > Cc: Huacai Chen > > Cc: Aleksandar Markovic > > Cc: Thomas Bogendoerfer > > Cc: Michael Ellerman > > Cc: Christophe Leroy > > Cc: Sean Christopherson > > Cc: Paolo Bonzini > > Cc: Thomas Gleixner > > Cc: Ingo Molnar > > Cc: Borislav Petkov > > Cc: Dave Hansen > > Cc: "H. Peter Anvin" > > Cc: > > Acked-by: Marc Zyngier (arm64) > > Acked-by: Michael Ellerman (powerpc) > > Acked-by: Anup Patel (riscv) > > Acked-by: Heiko Carstens (s390) > > Reviewed-by: John Ogness > > --- > > Reviewed-by: Sean Christopherson > > > Ugh, my apologies Paul. I didn't realize 0cd7e350abc4 ("rcu: Make SRCU mandatory") > is already in Linus' tree, i.e. bundling this in a single patch was unnecessary work > for you. > > Anyways, since there isn't an external dependency, this can go through the KVM > tree. Unless you prefer to take it directly, I'll make sure Paolo sends it along > at some point before v6.2 final. I am very happy to have you guys take it. Just let me know when you have it in place, and I will drop my copy on my next rebase after that. Thanx, Paul