linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC] MAINTAINERS: drop unreachable contact for MEDIATEK JPEG DRIVER
@ 2022-03-08 11:43 Lukas Bulwahn
  2022-03-09  3:04 ` Miles Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2022-03-08 11:43 UTC (permalink / raw)
  To: Bin Liu, Mauro Carvalho Chehab, linux-media, Matthias Brugger
  Cc: linux-arm-kernel, linux-mediatek, kernel-janitors, linux-kernel,
	Lukas Bulwahn

After sending a patch to Rick Chang, the mediatek mail server responded:

  ** Message not delivered **

  Your message couldn't be delivered to rick.chang@mediatek.com because
  the remote server is misconfigured. See technical details below for more
  information.

  The response from the remote server was:
  550 Relaying mail to rick.chang@mediatek.com is not allowed

So, drop Rick Chang from the MEDIATEK JPEG DRIVER section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---

If Rick Chang is gone, pick this patch.

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8c7e40e1215e..02a75dd04187 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12334,7 +12334,6 @@ F:	drivers/iommu/mtk_iommu*
 F:	include/dt-bindings/memory/mt*-port.h
 
 MEDIATEK JPEG DRIVER
-M:	Rick Chang <rick.chang@mediatek.com>
 M:	Bin Liu <bin.liu@mediatek.com>
 S:	Supported
 F:	Documentation/devicetree/bindings/media/mediatek-jpeg-*.yaml
-- 
2.17.1


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

* Re: [PATCH RFC] MAINTAINERS: drop unreachable contact for MEDIATEK JPEG DRIVER
  2022-03-08 11:43 [PATCH RFC] MAINTAINERS: drop unreachable contact for MEDIATEK JPEG DRIVER Lukas Bulwahn
@ 2022-03-09  3:04 ` Miles Chen
  2022-05-13  7:23   ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Miles Chen @ 2022-03-09  3:04 UTC (permalink / raw)
  To: lukas.bulwahn
  Cc: bin.liu, kernel-janitors, linux-arm-kernel, linux-kernel,
	linux-media, linux-mediatek, matthias.bgg, mchehab

Hi Lukas,

> After sending a patch to Rick Chang, the mediatek mail server responded:
> 
>   ** Message not delivered **
> 
>   Your message couldn't be delivered to rick.chang@mediatek.com because
>   the remote server is misconfigured. See technical details below for more
>   information.
> 
>   The response from the remote server was:
>   550 Relaying mail to rick.chang@mediatek.com is not allowed
> 
> So, drop Rick Chang from the MEDIATEK JPEG DRIVER section.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

I confirmed that Rick Chang has left Mediatek, so it is ok to remove his name.

Reviewed-by: Miles Chen <miles.chen@mediatek.com>

Thanks,
Miles

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

* Re: [PATCH RFC] MAINTAINERS: drop unreachable contact for MEDIATEK JPEG DRIVER
  2022-03-09  3:04 ` Miles Chen
@ 2022-05-13  7:23   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2022-05-13  7:23 UTC (permalink / raw)
  To: Miles Chen
  Cc: lukas.bulwahn, bin.liu, kernel-janitors, linux-arm-kernel,
	linux-kernel, linux-media, linux-mediatek, matthias.bgg,
	Rick Chang

Em Wed, 9 Mar 2022 11:04:31 +0800
Miles Chen <miles.chen@mediatek.com> escreveu:

> Hi Lukas,
> 
> > After sending a patch to Rick Chang, the mediatek mail server responded:
> > 
> >   ** Message not delivered **
> > 
> >   Your message couldn't be delivered to rick.chang@mediatek.com because
> >   the remote server is misconfigured. See technical details below for more
> >   information.
> > 
> >   The response from the remote server was:
> >   550 Relaying mail to rick.chang@mediatek.com is not allowed
> > 
> > So, drop Rick Chang from the MEDIATEK JPEG DRIVER section.

Funny... I did a quick test here, and the e-mail to Rick was not rejected:

Connecting to smtp.kernel.org [35.85.114.177]:587 ...  TFO mode sendto, no data: EINPROGRESS
 connected
  SMTP<< 220 smtp.kernel.org ESMTP Postfix
  SMTP>> EHLO mail.kernel.org
  SMTP<< 250-smtp.kernel.org
         250-PIPELINING
         250-SIZE 30720000
         250-VRFY
         250-ETRN
         250-STARTTLS
         250-ENHANCEDSTATUSCODES
         250-8BITMIME
         250-DSN
         250 CHUNKING
  SMTP>> STARTTLS
  SMTP<< 220 2.0.0 Ready to start TLS
  SMTP>> EHLO mail.kernel.org
  SMTP<< 250-smtp.kernel.org
         250-PIPELINING
         250-SIZE 30720000
         250-VRFY
         250-ETRN
         250-AUTH PLAIN LOGIN
         250-ENHANCEDSTATUSCODES
         250-8BITMIME
         250-DSN
         250 CHUNKING
  SMTP>> AUTH PLAIN ************************************
  SMTP<< 235 2.7.0 Authentication successful
  SMTP|> MAIL FROM:<mchehab@kernel.org> SIZE=1361 AUTH=mchehab@kernel.org
  SMTP|> RCPT TO:<rick.chang@mediatek.com>
         will write message using CHUNKING
  SMTP+> BDAT 338 LAST
  SMTP>> QUIT
  SMTP<< 250 2.1.0 Ok
  SMTP<< 250 2.1.5 Ok
  SMTP<< 250 2.0.0 Ok: 338 bytes queued as 8DCF4C34100
  SMTP<< 221 2.0.0 Bye
  SMTP(close)>>
LOG: MAIN
  => rick.chang@mediatek.com R=smarthost T=remote_msa H=smtp.kernel.org [35.85.114.177] X=TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=yes A=client_auth_plain K C="250 2.0.0 Ok: 338 bytes queued as 8DCF4C34100"
LOG: MAIN
  Completed

> > 
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>  
> 
> I confirmed that Rick Chang has left Mediatek, so it is ok to remove his name.

Ok, I'll apply the patch.

> 
> Reviewed-by: Miles Chen <miles.chen@mediatek.com>
> 
> Thanks,
> Miles

Thanks,
Mauro

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

end of thread, other threads:[~2022-05-13  7:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 11:43 [PATCH RFC] MAINTAINERS: drop unreachable contact for MEDIATEK JPEG DRIVER Lukas Bulwahn
2022-03-09  3:04 ` Miles Chen
2022-05-13  7:23   ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).