[PATCH] MAINTAINERS: add an entry for tools/9pfsd

Juergen Gross posted 1 patch 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240306111631.1696-1-jgross@suse.com
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] MAINTAINERS: add an entry for tools/9pfsd
Posted by Juergen Gross 1 month, 3 weeks ago
Add me as the maintainer for the tools/9pfsd directory.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 076cf1e141..28fb35582b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -206,6 +206,12 @@ Maintainers List (try to look for most precise areas first)
 
 		-----------------------------------
 
+9PFSD
+M:	Juergen Gross <jgross@suse.com>
+M:	Anthony PERARD <anthony.perard@citrix.com>
+S:	Supported
+F:	tools/9pfsd
+
 ACPI
 M:	Jan Beulich <jbeulich@suse.com>
 S:	Supported
-- 
2.35.3
Re: [PATCH] MAINTAINERS: add an entry for tools/9pfsd
Posted by Jan Beulich 1 month, 3 weeks ago
On 06.03.2024 12:16, Juergen Gross wrote:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -206,6 +206,12 @@ Maintainers List (try to look for most precise areas first)
>  
>  		-----------------------------------
>  
> +9PFSD
> +M:	Juergen Gross <jgross@suse.com>
> +M:	Anthony PERARD <anthony.perard@citrix.com>
> +S:	Supported
> +F:	tools/9pfsd

This wants a trailing slash. Can pretty certainly be taken care of while
committing.

Jan
Re: [PATCH] MAINTAINERS: add an entry for tools/9pfsd
Posted by Jürgen Groß 1 month, 3 weeks ago
On 06.03.24 12:23, Jan Beulich wrote:
> On 06.03.2024 12:16, Juergen Gross wrote:
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -206,6 +206,12 @@ Maintainers List (try to look for most precise areas first)
>>   
>>   		-----------------------------------
>>   
>> +9PFSD
>> +M:	Juergen Gross <jgross@suse.com>
>> +M:	Anthony PERARD <anthony.perard@citrix.com>
>> +S:	Supported
>> +F:	tools/9pfsd
> 
> This wants a trailing slash.

Oh, indeed.

> Can pretty certainly be taken care of while committing.

Thanks,


Juergen