All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust entry for header movement in hisilicon qm driver
@ 2022-03-16 12:42 Lukas Bulwahn
  2022-03-17 15:17 ` Shameerali Kolothum Thodi
  2022-03-17 16:00 ` Alex Williamson
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2022-03-16 12:42 UTC (permalink / raw)
  To: Shameer Kolothum, Alex Williamson
  Cc: Zhou Wang, Herbert Xu, David S . Miller, linux-crypto,
	linux-kernel, kernel-janitors, Lukas Bulwahn

Commit ff5812e00d5e ("crypto: hisilicon/qm: Move the QM header to
include/linux") moves drivers/crypto/hisilicon/qm.h to
include/linux/hisi_acc_qm.h, but misses to adjust MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Adjust the file entry in the HISILICON QM AND ZIP Controller DRIVER
following this file movement.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Alex, please pick this minor clean-up on your -next tree on top of the
commit above.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 845b36c0f0f5..963d7001f2ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8852,9 +8852,9 @@ L:	linux-crypto@vger.kernel.org
 S:	Maintained
 F:	Documentation/ABI/testing/debugfs-hisi-zip
 F:	drivers/crypto/hisilicon/qm.c
-F:	drivers/crypto/hisilicon/qm.h
 F:	drivers/crypto/hisilicon/sgl.c
 F:	drivers/crypto/hisilicon/zip/
+F:	include/linux/hisi_acc_qm.h
 
 HISILICON ROCE DRIVER
 M:	Wenpeng Liang <liangwenpeng@huawei.com>
-- 
2.17.1


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

* RE: [PATCH] MAINTAINERS: adjust entry for header movement in hisilicon qm driver
  2022-03-16 12:42 [PATCH] MAINTAINERS: adjust entry for header movement in hisilicon qm driver Lukas Bulwahn
@ 2022-03-17 15:17 ` Shameerali Kolothum Thodi
  2022-03-17 16:00 ` Alex Williamson
  1 sibling, 0 replies; 3+ messages in thread
From: Shameerali Kolothum Thodi @ 2022-03-17 15:17 UTC (permalink / raw)
  To: Lukas Bulwahn, Alex Williamson
  Cc: Wangzhou (B),
	Herbert Xu, David S . Miller, linux-crypto, linux-kernel,
	kernel-janitors



> -----Original Message-----
> From: Lukas Bulwahn [mailto:lukas.bulwahn@gmail.com]
> Sent: 16 March 2022 12:42
> To: Shameerali Kolothum Thodi <shameerali.kolothum.thodi@huawei.com>;
> Alex Williamson <alex.williamson@redhat.com>
> Cc: Wangzhou (B) <wangzhou1@hisilicon.com>; Herbert Xu
> <herbert@gondor.apana.org.au>; David S . Miller <davem@davemloft.net>;
> linux-crypto@vger.kernel.org; linux-kernel@vger.kernel.org;
> kernel-janitors@vger.kernel.org; Lukas Bulwahn <lukas.bulwahn@gmail.com>
> Subject: [PATCH] MAINTAINERS: adjust entry for header movement in hisilicon
> qm driver
> 
> Commit ff5812e00d5e ("crypto: hisilicon/qm: Move the QM header to
> include/linux") moves drivers/crypto/hisilicon/qm.h to
> include/linux/hisi_acc_qm.h, but misses to adjust MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Adjust the file entry in the HISILICON QM AND ZIP Controller DRIVER
> following this file movement.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---

Thanks for this.

Reviewed-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>

Shameer

> Alex, please pick this minor clean-up on your -next tree on top of the
> commit above.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 845b36c0f0f5..963d7001f2ce 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8852,9 +8852,9 @@ L:	linux-crypto@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/ABI/testing/debugfs-hisi-zip
>  F:	drivers/crypto/hisilicon/qm.c
> -F:	drivers/crypto/hisilicon/qm.h
>  F:	drivers/crypto/hisilicon/sgl.c
>  F:	drivers/crypto/hisilicon/zip/
> +F:	include/linux/hisi_acc_qm.h
> 
>  HISILICON ROCE DRIVER
>  M:	Wenpeng Liang <liangwenpeng@huawei.com>
> --
> 2.17.1


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

* Re: [PATCH] MAINTAINERS: adjust entry for header movement in hisilicon qm driver
  2022-03-16 12:42 [PATCH] MAINTAINERS: adjust entry for header movement in hisilicon qm driver Lukas Bulwahn
  2022-03-17 15:17 ` Shameerali Kolothum Thodi
@ 2022-03-17 16:00 ` Alex Williamson
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Williamson @ 2022-03-17 16:00 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Shameer Kolothum, Zhou Wang, Herbert Xu, David S . Miller,
	linux-crypto, linux-kernel, kernel-janitors

On Wed, 16 Mar 2022 13:42:24 +0100
Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

> Commit ff5812e00d5e ("crypto: hisilicon/qm: Move the QM header to
> include/linux") moves drivers/crypto/hisilicon/qm.h to
> include/linux/hisi_acc_qm.h, but misses to adjust MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Adjust the file entry in the HISILICON QM AND ZIP Controller DRIVER
> following this file movement.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Alex, please pick this minor clean-up on your -next tree on top of the
> commit above.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 845b36c0f0f5..963d7001f2ce 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8852,9 +8852,9 @@ L:	linux-crypto@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/ABI/testing/debugfs-hisi-zip
>  F:	drivers/crypto/hisilicon/qm.c
> -F:	drivers/crypto/hisilicon/qm.h
>  F:	drivers/crypto/hisilicon/sgl.c
>  F:	drivers/crypto/hisilicon/zip/
> +F:	include/linux/hisi_acc_qm.h
>  
>  HISILICON ROCE DRIVER
>  M:	Wenpeng Liang <liangwenpeng@huawei.com>

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

Alex


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

end of thread, other threads:[~2022-03-17 16:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 12:42 [PATCH] MAINTAINERS: adjust entry for header movement in hisilicon qm driver Lukas Bulwahn
2022-03-17 15:17 ` Shameerali Kolothum Thodi
2022-03-17 16:00 ` 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.