All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vfio: Use config not menuconfig for VFIO_NOIOMMU
@ 2021-07-16 18:39 Jason Gunthorpe
  2021-07-19  6:19 ` Cornelia Huck
  2021-08-03 18:45 ` Alex Williamson
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2021-07-16 18:39 UTC (permalink / raw)
  To: Cornelia Huck, kvm, Alex Williamson

VFIO_NOIOMMU is supposed to be an element in the VFIO menu, not start
a new menu. Correct this copy-paste mistake.

Fixes: 03a76b60f8ba ("vfio: Include No-IOMMU mode")
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
---
 drivers/vfio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Just a minor loose patch to get out of the way

diff --git a/drivers/vfio/Kconfig b/drivers/vfio/Kconfig
index 67d0bf4efa1606..e44bf736e2b222 100644
--- a/drivers/vfio/Kconfig
+++ b/drivers/vfio/Kconfig
@@ -29,7 +29,7 @@ menuconfig VFIO
 
 	  If you don't know what to do here, say N.
 
-menuconfig VFIO_NOIOMMU
+config VFIO_NOIOMMU
 	bool "VFIO No-IOMMU support"
 	depends on VFIO
 	help
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] vfio: Use config not menuconfig for VFIO_NOIOMMU
  2021-07-16 18:39 [PATCH] vfio: Use config not menuconfig for VFIO_NOIOMMU Jason Gunthorpe
@ 2021-07-19  6:19 ` Cornelia Huck
  2021-08-03 18:45 ` Alex Williamson
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2021-07-19  6:19 UTC (permalink / raw)
  To: Jason Gunthorpe, kvm, Alex Williamson

On Fri, Jul 16 2021, Jason Gunthorpe <jgg@nvidia.com> wrote:

> VFIO_NOIOMMU is supposed to be an element in the VFIO menu, not start
> a new menu. Correct this copy-paste mistake.
>
> Fixes: 03a76b60f8ba ("vfio: Include No-IOMMU mode")
> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
> ---
>  drivers/vfio/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Cornelia Huck <cohuck@redhat.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] vfio: Use config not menuconfig for VFIO_NOIOMMU
  2021-07-16 18:39 [PATCH] vfio: Use config not menuconfig for VFIO_NOIOMMU Jason Gunthorpe
  2021-07-19  6:19 ` Cornelia Huck
@ 2021-08-03 18:45 ` Alex Williamson
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Williamson @ 2021-08-03 18:45 UTC (permalink / raw)
  To: Jason Gunthorpe; +Cc: Cornelia Huck, kvm

On Fri, 16 Jul 2021 15:39:12 -0300
Jason Gunthorpe <jgg@nvidia.com> wrote:

> VFIO_NOIOMMU is supposed to be an element in the VFIO menu, not start
> a new menu. Correct this copy-paste mistake.
> 
> Fixes: 03a76b60f8ba ("vfio: Include No-IOMMU mode")
> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
> ---
>  drivers/vfio/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Just a minor loose patch to get out of the way
> 
> diff --git a/drivers/vfio/Kconfig b/drivers/vfio/Kconfig
> index 67d0bf4efa1606..e44bf736e2b222 100644
> --- a/drivers/vfio/Kconfig
> +++ b/drivers/vfio/Kconfig
> @@ -29,7 +29,7 @@ menuconfig VFIO
>  
>  	  If you don't know what to do here, say N.
>  
> -menuconfig VFIO_NOIOMMU
> +config VFIO_NOIOMMU
>  	bool "VFIO No-IOMMU support"
>  	depends on VFIO
>  	help

Applied to vfio next branch for v5.15 with Connie's R-b.  Thanks,

Alex


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-03 18:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16 18:39 [PATCH] vfio: Use config not menuconfig for VFIO_NOIOMMU Jason Gunthorpe
2021-07-19  6:19 ` Cornelia Huck
2021-08-03 18:45 ` Alex Williamson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.