All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Tom Talpey as ksmbd reviewer
@ 2022-09-03  1:53 Namjae Jeon
  2022-09-03  1:58 ` Sergey Senozhatsky
  2022-09-03 11:27 ` Hyunchul Lee
  0 siblings, 2 replies; 4+ messages in thread
From: Namjae Jeon @ 2022-09-03  1:53 UTC (permalink / raw)
  To: linux-kernel, linux-cifs
  Cc: smfrench, hyc.lee, senozhatsky, tom, Namjae Jeon, Steve French

Tom have been actively reviewing ksmbd patches as well as
smb-direct patches. He agreed to help us as a reviewer,
So adding him to reviewer list in ksmbd entry.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f512b430c7cb..f7ccb9abfe86 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11070,6 +11070,7 @@ M:	Namjae Jeon <linkinjeon@kernel.org>
 M:	Steve French <sfrench@samba.org>
 M:	Hyunchul Lee <hyc.lee@gmail.com>
 R:	Sergey Senozhatsky <senozhatsky@chromium.org>
+R:	Tom Talpey <tom@talpey.com>
 L:	linux-cifs@vger.kernel.org
 S:	Maintained
 T:	git git://git.samba.org/ksmbd.git
-- 
2.25.1


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

* Re: [PATCH] MAINTAINERS: Add Tom Talpey as ksmbd reviewer
  2022-09-03  1:53 [PATCH] MAINTAINERS: Add Tom Talpey as ksmbd reviewer Namjae Jeon
@ 2022-09-03  1:58 ` Sergey Senozhatsky
  2022-09-03 11:29   ` Tom Talpey
  2022-09-03 11:27 ` Hyunchul Lee
  1 sibling, 1 reply; 4+ messages in thread
From: Sergey Senozhatsky @ 2022-09-03  1:58 UTC (permalink / raw)
  To: Namjae Jeon
  Cc: linux-kernel, linux-cifs, smfrench, hyc.lee, senozhatsky, tom,
	Steve French

On (22/09/03 10:53), Namjae Jeon wrote:
> Tom have been actively reviewing ksmbd patches as well as
> smb-direct patches. He agreed to help us as a reviewer,
> So adding him to reviewer list in ksmbd entry.
> 
> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
> Signed-off-by: Steve French <stfrench@microsoft.com>

Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>

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

* Re: [PATCH] MAINTAINERS: Add Tom Talpey as ksmbd reviewer
  2022-09-03  1:53 [PATCH] MAINTAINERS: Add Tom Talpey as ksmbd reviewer Namjae Jeon
  2022-09-03  1:58 ` Sergey Senozhatsky
@ 2022-09-03 11:27 ` Hyunchul Lee
  1 sibling, 0 replies; 4+ messages in thread
From: Hyunchul Lee @ 2022-09-03 11:27 UTC (permalink / raw)
  To: Namjae Jeon
  Cc: linux-kernel, linux-cifs, smfrench, senozhatsky, tom,
	Steve French

2022년 9월 3일 (토) 오전 10:53, Namjae Jeon <linkinjeon@kernel.org>님이 작성:
>
> Tom have been actively reviewing ksmbd patches as well as
> smb-direct patches. He agreed to help us as a reviewer,
> So adding him to reviewer list in ksmbd entry.
>
> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
> Signed-off-by: Steve French <stfrench@microsoft.com>

Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com>


> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f512b430c7cb..f7ccb9abfe86 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11070,6 +11070,7 @@ M:      Namjae Jeon <linkinjeon@kernel.org>
>  M:     Steve French <sfrench@samba.org>
>  M:     Hyunchul Lee <hyc.lee@gmail.com>
>  R:     Sergey Senozhatsky <senozhatsky@chromium.org>
> +R:     Tom Talpey <tom@talpey.com>
>  L:     linux-cifs@vger.kernel.org
>  S:     Maintained
>  T:     git git://git.samba.org/ksmbd.git
> --
> 2.25.1
>


--
Thanks,
Hyunchul

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

* Re: [PATCH] MAINTAINERS: Add Tom Talpey as ksmbd reviewer
  2022-09-03  1:58 ` Sergey Senozhatsky
@ 2022-09-03 11:29   ` Tom Talpey
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Talpey @ 2022-09-03 11:29 UTC (permalink / raw)
  To: Sergey Senozhatsky
  Cc: Namjae Jeon, linux-kernel, linux-cifs, smfrench, hyc.lee,
	Steve French

Sep 2, 2022 10:00:45 PM Sergey Senozhatsky <senozhatsky@chromium.org>:

> On (22/09/03 10:53), Namjae Jeon wrote:
>> Tom have been actively reviewing ksmbd patches as well as
>> smb-direct patches. He agreed to help us as a reviewer,
>> So adding him to reviewer list in ksmbd entry.
>>
>> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
>> Signed-off-by: Steve French <stfrench@microsoft.com>
>
> Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>

Acked-by: Tom Talpey <tom@talpey.com>

Thanks!

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

end of thread, other threads:[~2022-09-03 11:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-03  1:53 [PATCH] MAINTAINERS: Add Tom Talpey as ksmbd reviewer Namjae Jeon
2022-09-03  1:58 ` Sergey Senozhatsky
2022-09-03 11:29   ` Tom Talpey
2022-09-03 11:27 ` Hyunchul Lee

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.