[PATCH] MAINTAINERS: add standard-headers to Hosts/LINUX

Cornelia Huck posted 1 patch 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230929143012.77128-1-cohuck@redhat.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add standard-headers to Hosts/LINUX
Posted by Cornelia Huck 7 months ago
The files in there are updated via update-linux-headers.sh.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 355b1960ce46..95df1f3d8884 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -556,6 +556,7 @@ M: Cornelia Huck <cohuck@redhat.com>
 M: Paolo Bonzini <pbonzini@redhat.com>
 S: Maintained
 F: linux-headers/
+F: include/standard-headers/
 F: scripts/update-linux-headers.sh
 
 POSIX
-- 
2.41.0
Re: [PATCH] MAINTAINERS: add standard-headers to Hosts/LINUX
Posted by Michael Tokarev 7 months ago
29.09.2023 17:30, Cornelia Huck:
> The files in there are updated via update-linux-headers.sh.
> 
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>

Applied to my trivial-patches tree, thanks!

/mjt
Re: [PATCH] MAINTAINERS: add standard-headers to Hosts/LINUX
Posted by Philippe Mathieu-Daudé 7 months ago
Hi Cornelia,

On 29/9/23 16:30, Cornelia Huck wrote:
> The files in there are updated via update-linux-headers.sh.

So F: or X: (exclusion)?

Regardless,
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 355b1960ce46..95df1f3d8884 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -556,6 +556,7 @@ M: Cornelia Huck <cohuck@redhat.com>
>   M: Paolo Bonzini <pbonzini@redhat.com>
>   S: Maintained
>   F: linux-headers/
> +F: include/standard-headers/
>   F: scripts/update-linux-headers.sh
>   
>   POSIX


Re: [PATCH] MAINTAINERS: add standard-headers to Hosts/LINUX
Posted by Thomas Huth 7 months ago
On 29/09/2023 16.30, Cornelia Huck wrote:
> The files in there are updated via update-linux-headers.sh.
> 
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 355b1960ce46..95df1f3d8884 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -556,6 +556,7 @@ M: Cornelia Huck <cohuck@redhat.com>
>   M: Paolo Bonzini <pbonzini@redhat.com>
>   S: Maintained
>   F: linux-headers/
> +F: include/standard-headers/
>   F: scripts/update-linux-headers.sh
>   
>   POSIX

Reviewed-by: Thomas Huth <thuth@redhat.com>