2019-03-26 06:29:23

by Tianyu Lan

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Fix Hyperv vIOMMU driver file name

From: Lan Tianyu <[email protected]>

The Hyperv vIOMMU file name should be "hyperv-iommu.c" rather
than "hyperv_iommu.c". This patch is to fix it.

Signed-off-by: Lan Tianyu <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf7..403247d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7175,7 +7175,7 @@ F: drivers/net/hyperv/
F: drivers/scsi/storvsc_drv.c
F: drivers/uio/uio_hv_generic.c
F: drivers/video/fbdev/hyperv_fb.c
-F: drivers/iommu/hyperv_iommu.c
+F: drivers/iommu/hyperv-iommu.c
F: net/vmw_vsock/hyperv_transport.c
F: include/linux/hyperv.h
F: include/uapi/linux/hyperv.h
--
2.7.4



2019-03-27 13:52:48

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix Hyperv vIOMMU driver file name


On 3/26/2019 11:58 AM, [email protected] wrote:
> From: Lan Tianyu <[email protected]>
>
> The Hyperv vIOMMU file name should be "hyperv-iommu.c" rather

s/vIOMMU/IOMMU

> than "hyperv_iommu.c". This patch is to fix it.
>
> Signed-off-by: Lan Tianyu <[email protected]>


Make the above change otherwise looks good.
Reviewed-by: Mukesh Ojha <[email protected]>

-Mukesh

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e17ebf7..403247d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7175,7 +7175,7 @@ F: drivers/net/hyperv/
> F: drivers/scsi/storvsc_drv.c
> F: drivers/uio/uio_hv_generic.c
> F: drivers/video/fbdev/hyperv_fb.c
> -F: drivers/iommu/hyperv_iommu.c
> +F: drivers/iommu/hyperv-iommu.c
> F: net/vmw_vsock/hyperv_transport.c
> F: include/linux/hyperv.h
> F: include/uapi/linux/hyperv.h

2019-03-27 14:10:23

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix Hyperv vIOMMU driver file name


On 3/26/2019 11:58 AM, [email protected] wrote:
> From: Lan Tianyu <[email protected]>
>
> The Hyperv vIOMMU file name should be "hyperv-iommu.c" rather
s/vIOMMU /IOMMU
> than "hyperv_iommu.c". This patch is to fix it.
>
> Signed-off-by: Lan Tianyu <[email protected]>


Othewise looks fine.
Reviewed-by: Mukesh Ojha <[email protected]>

-Mukesh

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e17ebf7..403247d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7175,7 +7175,7 @@ F: drivers/net/hyperv/
> F: drivers/scsi/storvsc_drv.c
> F: drivers/uio/uio_hv_generic.c
> F: drivers/video/fbdev/hyperv_fb.c
> -F: drivers/iommu/hyperv_iommu.c
> +F: drivers/iommu/hyperv-iommu.c
> F: net/vmw_vsock/hyperv_transport.c
> F: include/linux/hyperv.h
> F: include/uapi/linux/hyperv.h

2019-04-01 14:23:25

by Sasha Levin

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix Hyperv vIOMMU driver file name

On Tue, Mar 26, 2019 at 02:57:09PM +0530, Mukesh Ojha wrote:
>
>On 3/26/2019 11:58 AM, [email protected] wrote:
>>From: Lan Tianyu <[email protected]>
>>
>>The Hyperv vIOMMU file name should be "hyperv-iommu.c" rather
>
>s/vIOMMU/IOMMU

What's wrong with vIOMMU? There's no hardware involved (afaik).

--
Thanks,
Sasha

2019-04-01 15:04:30

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix Hyperv vIOMMU driver file name


On 4/1/2019 7:50 PM, Sasha Levin wrote:
> On Tue, Mar 26, 2019 at 02:57:09PM +0530, Mukesh Ojha wrote:
>>
>> On 3/26/2019 11:58 AM, [email protected] wrote:
>>> From: Lan Tianyu <[email protected]>
>>>
>>> The Hyperv vIOMMU file name should be "hyperv-iommu.c" rather
>>
>> s/vIOMMU/IOMMU
>
> What's wrong with vIOMMU? There's no hardware involved (afaik).


What is that extra `v`, v=>virtual

To be precise , it should beĀ  s/Hyperv vIOMMU file name/Hyper-V stub
IOMMU driver file name.

Thanks,
Mukesh

>
> --
> Thanks,
> Sasha