Message ID | 20230105003813.1770367-6-paulmck@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 9bccfcc6baac365612896ae715cd033179a34766 |
Headers | show |
Series | Unconditionally enable SRCU | expand |
On Wed, Jan 04, 2023 at 04:37:52PM -0800, 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. > > Signed-off-by: Paul E. McKenney <paulmck@kernel.org> > Cc: Christian Borntraeger <borntraeger@linux.ibm.com> > Cc: Janosch Frank <frankja@linux.ibm.com> > Cc: Claudio Imbrenda <imbrenda@linux.ibm.com> > Cc: David Hildenbrand <david@redhat.com> > Cc: Heiko Carstens <hca@linux.ibm.com> > Cc: Vasily Gorbik <gor@linux.ibm.com> > Cc: Alexander Gordeev <agordeev@linux.ibm.com> > Cc: Sven Schnelle <svens@linux.ibm.com> > Cc: <kvm@vger.kernel.org> > Cc: <linux-s390@vger.kernel.org> > --- > arch/s390/kvm/Kconfig | 1 - > 1 file changed, 1 deletion(-) Acked-by: Heiko Carstens <hca@linux.ibm.com>
On Thu, Jan 05, 2023 at 09:06:26AM +0100, Heiko Carstens wrote: > On Wed, Jan 04, 2023 at 04:37:52PM -0800, 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. > > > > Signed-off-by: Paul E. McKenney <paulmck@kernel.org> > > Cc: Christian Borntraeger <borntraeger@linux.ibm.com> > > Cc: Janosch Frank <frankja@linux.ibm.com> > > Cc: Claudio Imbrenda <imbrenda@linux.ibm.com> > > Cc: David Hildenbrand <david@redhat.com> > > Cc: Heiko Carstens <hca@linux.ibm.com> > > Cc: Vasily Gorbik <gor@linux.ibm.com> > > Cc: Alexander Gordeev <agordeev@linux.ibm.com> > > Cc: Sven Schnelle <svens@linux.ibm.com> > > Cc: <kvm@vger.kernel.org> > > Cc: <linux-s390@vger.kernel.org> > > --- > > arch/s390/kvm/Kconfig | 1 - > > 1 file changed, 1 deletion(-) > > Acked-by: Heiko Carstens <hca@linux.ibm.com> Thank you, Heiko! I will apply on my next rebase. Thanx, Paul
diff --git a/arch/s390/kvm/Kconfig b/arch/s390/kvm/Kconfig index 33f4ff909476c..45fdf2a9b2e32 100644 --- a/arch/s390/kvm/Kconfig +++ b/arch/s390/kvm/Kconfig @@ -31,7 +31,6 @@ config KVM select HAVE_KVM_IRQ_ROUTING select HAVE_KVM_INVALID_WAKEUPS select HAVE_KVM_NO_POLL - select SRCU select KVM_VFIO select INTERVAL_TREE select MMU_NOTIFIER
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. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Cc: Christian Borntraeger <borntraeger@linux.ibm.com> Cc: Janosch Frank <frankja@linux.ibm.com> Cc: Claudio Imbrenda <imbrenda@linux.ibm.com> Cc: David Hildenbrand <david@redhat.com> Cc: Heiko Carstens <hca@linux.ibm.com> Cc: Vasily Gorbik <gor@linux.ibm.com> Cc: Alexander Gordeev <agordeev@linux.ibm.com> Cc: Sven Schnelle <svens@linux.ibm.com> Cc: <kvm@vger.kernel.org> Cc: <linux-s390@vger.kernel.org> --- arch/s390/kvm/Kconfig | 1 - 1 file changed, 1 deletion(-)