public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] MAINTAINERS: Update LTP members and web
@ 2024-07-26  7:20 Petr Vorel
  2024-07-26  7:23 ` Petr Vorel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Petr Vorel @ 2024-07-26  7:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: ltp, Andrew Morton

LTP project uses now readthedocs.org instance instead of GitHub wiki.

LTP maintainers are listed in alphabetical order.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c0a3d9e93689..fa514177125b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13322,14 +13322,16 @@ F:	Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
 F:	drivers/i2c/muxes/i2c-mux-ltc4306.c
 
 LTP (Linux Test Project)
+M:	Andrea Cervesato <andrea.cervesato@suse.com>
 M:	Cyril Hrubis <chrubis@suse.cz>
 M:	Jan Stancek <jstancek@redhat.com>
 M:	Petr Vorel <pvorel@suse.cz>
 M:	Li Wang <liwang@redhat.com>
 M:	Yang Xu <xuyang2018.jy@fujitsu.com>
+M:	Xiao Yang <yangx.jy@fujitsu.com>
 L:	ltp@lists.linux.it (subscribers-only)
 S:	Maintained
-W:	http://linux-test-project.github.io/
+W:	https://linux-test-project.readthedocs.io/
 T:	git https://github.com/linux-test-project/ltp.git
 
 LTR390 AMBIENT/UV LIGHT SENSOR DRIVER
-- 
2.45.2


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

* Re: [LTP] [PATCH 1/1] MAINTAINERS: Update LTP members and web
  2024-07-26  7:20 [LTP] [PATCH 1/1] MAINTAINERS: Update LTP members and web Petr Vorel
@ 2024-07-26  7:23 ` Petr Vorel
  2024-07-26  7:39 ` Li Wang
  2024-07-26  8:44 ` Cyril Hrubis
  2 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2024-07-26  7:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: ltp, Andrew Morton

Hi all,

> LTP project uses now readthedocs.org instance instead of GitHub wiki.

> LTP maintainers are listed in alphabetical order.

> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

Please, whoever merges this, please keep as SOB only my SUSE address.
I'm sorry for the noise.

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

* Re: [LTP] [PATCH 1/1] MAINTAINERS: Update LTP members and web
  2024-07-26  7:20 [LTP] [PATCH 1/1] MAINTAINERS: Update LTP members and web Petr Vorel
  2024-07-26  7:23 ` Petr Vorel
@ 2024-07-26  7:39 ` Li Wang
  2024-07-26  8:44 ` Cyril Hrubis
  2 siblings, 0 replies; 4+ messages in thread
From: Li Wang @ 2024-07-26  7:39 UTC (permalink / raw)
  To: Petr Vorel; +Cc: linux-kernel, ltp, Andrew Morton

On Fri, Jul 26, 2024 at 3:20 PM Petr Vorel <pvorel@suse.cz> wrote:

> LTP project uses now readthedocs.org instance instead of GitHub wiki.
>
> LTP maintainers are listed in alphabetical order.
>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
>

Reviewed-by: Li Wang <liwang@redhat.com>

---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c0a3d9e93689..fa514177125b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13322,14 +13322,16 @@ F:
> Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
>  F:     drivers/i2c/muxes/i2c-mux-ltc4306.c
>
>  LTP (Linux Test Project)
> +M:     Andrea Cervesato <andrea.cervesato@suse.com>
>  M:     Cyril Hrubis <chrubis@suse.cz>
>  M:     Jan Stancek <jstancek@redhat.com>
>  M:     Petr Vorel <pvorel@suse.cz>
>  M:     Li Wang <liwang@redhat.com>
>  M:     Yang Xu <xuyang2018.jy@fujitsu.com>
> +M:     Xiao Yang <yangx.jy@fujitsu.com>
>  L:     ltp@lists.linux.it (subscribers-only)
>  S:     Maintained
> -W:     http://linux-test-project.github.io/
> +W:     https://linux-test-project.readthedocs.io/
>  T:     git https://github.com/linux-test-project/ltp.git
>
>  LTR390 AMBIENT/UV LIGHT SENSOR DRIVER
> --
> 2.45.2
>
>

-- 
Regards,
Li Wang

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

* Re: [LTP] [PATCH 1/1] MAINTAINERS: Update LTP members and web
  2024-07-26  7:20 [LTP] [PATCH 1/1] MAINTAINERS: Update LTP members and web Petr Vorel
  2024-07-26  7:23 ` Petr Vorel
  2024-07-26  7:39 ` Li Wang
@ 2024-07-26  8:44 ` Cyril Hrubis
  2 siblings, 0 replies; 4+ messages in thread
From: Cyril Hrubis @ 2024-07-26  8:44 UTC (permalink / raw)
  To: Petr Vorel; +Cc: linux-kernel, ltp, Andrew Morton

Hi!
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>

-- 
Cyril Hrubis
chrubis@suse.cz

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2024-07-26  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-26  7:20 [LTP] [PATCH 1/1] MAINTAINERS: Update LTP members and web Petr Vorel
2024-07-26  7:23 ` Petr Vorel
2024-07-26  7:39 ` Li Wang
2024-07-26  8:44 ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox