* [PATCH] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
@ 2025-07-23 6:38 Min Ma
2025-08-22 16:42 ` Lizhi Hou
0 siblings, 1 reply; 10+ messages in thread
From: Min Ma @ 2025-07-23 6:38 UTC (permalink / raw)
To: ogabbay, quic_jhugo, jacek.lawrynowicz, lizhi.hou, dri-devel
Cc: mamin506, linux-kernel
I recently left AMD and would like to continue participating in
the review and maintenance of the XDNA driver using my personal email
address.
This commit updates my contact information accordingly.
Signed-off-by: Min Ma <mamin506@gmail.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 10850512c118..6eefa494000c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
F: drivers/spi/spi-amd.h
AMD XDNA DRIVER
-M: Min Ma <min.ma@amd.com>
+M: Min Ma <mamin506@gmail.com>
M: Lizhi Hou <lizhi.hou@amd.com>
L: dri-devel@lists.freedesktop.org
S: Supported
--
2.43.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
2025-07-23 6:38 [PATCH] MAINTAINERS: Update Min Ma's email for AMD XDNA driver Min Ma
@ 2025-08-22 16:42 ` Lizhi Hou
2025-08-26 6:11 ` Min Ma
2025-08-29 6:36 ` [PATCH v2] " Min Ma
0 siblings, 2 replies; 10+ messages in thread
From: Lizhi Hou @ 2025-08-22 16:42 UTC (permalink / raw)
To: Min Ma, ogabbay, quic_jhugo, jacek.lawrynowicz, dri-devel; +Cc: linux-kernel
Hi Min,
Please fix the patch and make sure checkpatch is passed. I can not apply it.
Applying: MAINTAINERS: Update Min Ma's email for AMD XDNA driver
error: corrupt patch at line 10
error: could not build fake ancestor
Lizhi
On 7/22/25 23:38, Min Ma wrote:
> I recently left AMD and would like to continue participating in
> the review and maintenance of the XDNA driver using my personal email
> address.
> This commit updates my contact information accordingly.
>
> Signed-off-by: Min Ma <mamin506@gmail.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 10850512c118..6eefa494000c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
> F: drivers/spi/spi-amd.h
>
> AMD XDNA DRIVER
> -M: Min Ma <min.ma@amd.com>
> +M: Min Ma <mamin506@gmail.com>
> M: Lizhi Hou <lizhi.hou@amd.com>
> L: dri-devel@lists.freedesktop.org
> S: Supported
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
2025-08-22 16:42 ` Lizhi Hou
@ 2025-08-26 6:11 ` Min Ma
2025-08-29 6:36 ` [PATCH v2] " Min Ma
1 sibling, 0 replies; 10+ messages in thread
From: Min Ma @ 2025-08-26 6:11 UTC (permalink / raw)
To: Lizhi Hou, ogabbay, quic_jhugo, jacek.lawrynowicz, dri-devel; +Cc: linux-kernel
I recently left AMD and would like to continue participating in
the review and maintenance of the XDNA driver using my personal email
address.
This commit updates my contact information accordingly.
Signed-off-by: Min Ma <mamin506@gmail.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 10850512c118..6eefa494000c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
F: drivers/spi/spi-amd.h
AMD XDNA DRIVER
-M: Min Ma <min.ma@amd.com>
+M: Min Ma <mamin506@gmail.com>
M: Lizhi Hou <lizhi.hou@amd.com>
L: dri-devel@lists.freedesktop.org
S: Supported
--
2.43.0
On 8/22/2025 9:42 AM, Lizhi Hou wrote:
> Hi Min,
>
> Please fix the patch and make sure checkpatch is passed. I can not apply
> it.
>
> Applying: MAINTAINERS: Update Min Ma's email for AMD XDNA driver
> error: corrupt patch at line 10
> error: could not build fake ancestor
>
> Lizhi
Hi Lizhi,
It turns out the 'tab' was expanded to 'spaces' when I copy the output
of `git format-patch` to my email. A new patch is attached on above. >
> On 7/22/25 23:38, Min Ma wrote:
>> I recently left AMD and would like to continue participating in
>> the review and maintenance of the XDNA driver using my personal email
>> address.
>> This commit updates my contact information accordingly.
>>
>> Signed-off-by: Min Ma <mamin506@gmail.com>
>> ---
>> MAINTAINERS | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 10850512c118..6eefa494000c 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
>> F: drivers/spi/spi-amd.h
>>
>> AMD XDNA DRIVER
>> -M: Min Ma <min.ma@amd.com>
>> +M: Min Ma <mamin506@gmail.com>
>> M: Lizhi Hou <lizhi.hou@amd.com>
>> L: dri-devel@lists.freedesktop.org
>> S: Supported
>> --
>> 2.43.0
>>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH v2] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
2025-08-22 16:42 ` Lizhi Hou
2025-08-26 6:11 ` Min Ma
@ 2025-08-29 6:36 ` Min Ma
2025-08-29 15:52 ` Lizhi Hou
1 sibling, 1 reply; 10+ messages in thread
From: Min Ma @ 2025-08-29 6:36 UTC (permalink / raw)
To: lizhi.hou
Cc: dri-devel, jacek.lawrynowicz, linux-kernel, mamin506, ogabbay,
quic_jhugo
I recently left AMD and would like to continue participating in
the review and maintenance of the XDNA driver using my personal email address.
This commit updates my contact information accordingly.
Signed-off-by: Min Ma <mamin506@gmail.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 10850512c118..6eefa494000c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
F: drivers/spi/spi-amd.h
AMD XDNA DRIVER
-M: Min Ma <min.ma@amd.com>
+M: Min Ma <mamin506@gmail.com>
M: Lizhi Hou <lizhi.hou@amd.com>
L: dri-devel@lists.freedesktop.org
S: Supported
--
2.43.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
2025-08-29 6:36 ` [PATCH v2] " Min Ma
@ 2025-08-29 15:52 ` Lizhi Hou
2025-08-31 0:12 ` [PATCH v3] " Min Ma
0 siblings, 1 reply; 10+ messages in thread
From: Lizhi Hou @ 2025-08-29 15:52 UTC (permalink / raw)
To: Min Ma; +Cc: dri-devel, jacek.lawrynowicz, linux-kernel, ogabbay, quic_jhugo
On 8/28/25 23:36, Min Ma wrote:
> I recently left AMD and would like to continue participating in
> the review and maintenance of the XDNA driver using my personal email address.
Check patch warning
-:7: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line
(possible unwrapped commit description?)
> This commit updates my contact information accordingly.
s/This commit updates/Update/ or remove this this line.
See: https://docs.kernel.org/process/submitting-patches.html
Thanks,
Lizhi
>
> Signed-off-by: Min Ma <mamin506@gmail.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 10850512c118..6eefa494000c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
> F: drivers/spi/spi-amd.h
>
> AMD XDNA DRIVER
> -M: Min Ma <min.ma@amd.com>
> +M: Min Ma <mamin506@gmail.com>
> M: Lizhi Hou <lizhi.hou@amd.com>
> L: dri-devel@lists.freedesktop.org
> S: Supported
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH v3] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
2025-08-29 15:52 ` Lizhi Hou
@ 2025-08-31 0:12 ` Min Ma
2025-09-02 19:47 ` Lizhi Hou
0 siblings, 1 reply; 10+ messages in thread
From: Min Ma @ 2025-08-31 0:12 UTC (permalink / raw)
To: lizhi.hou
Cc: dri-devel, jacek.lawrynowicz, linux-kernel, mamin506, ogabbay,
quic_jhugo
I recently left AMD and would like to continue participating in
the review and maintenance of the XDNA driver using my personal
email address.
Signed-off-by: Min Ma <mamin506@gmail.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 10850512c118..6eefa494000c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
F: drivers/spi/spi-amd.h
AMD XDNA DRIVER
-M: Min Ma <min.ma@amd.com>
+M: Min Ma <mamin506@gmail.com>
M: Lizhi Hou <lizhi.hou@amd.com>
L: dri-devel@lists.freedesktop.org
S: Supported
--
2.43.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH v3] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
2025-08-31 0:12 ` [PATCH v3] " Min Ma
@ 2025-09-02 19:47 ` Lizhi Hou
2025-09-04 17:15 ` Lizhi Hou
0 siblings, 1 reply; 10+ messages in thread
From: Lizhi Hou @ 2025-09-02 19:47 UTC (permalink / raw)
To: Min Ma; +Cc: dri-devel, jacek.lawrynowicz, linux-kernel, ogabbay, quic_jhugo
Reviewed-by: Lizhi Hou <lizhi.hou@amd.com>
On 8/30/25 17:12, Min Ma wrote:
> I recently left AMD and would like to continue participating in
> the review and maintenance of the XDNA driver using my personal
> email address.
>
> Signed-off-by: Min Ma <mamin506@gmail.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 10850512c118..6eefa494000c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
> F: drivers/spi/spi-amd.h
>
> AMD XDNA DRIVER
> -M: Min Ma <min.ma@amd.com>
> +M: Min Ma <mamin506@gmail.com>
> M: Lizhi Hou <lizhi.hou@amd.com>
> L: dri-devel@lists.freedesktop.org
> S: Supported
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v3] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
2025-09-02 19:47 ` Lizhi Hou
@ 2025-09-04 17:15 ` Lizhi Hou
2025-09-04 17:50 ` Lucas De Marchi
0 siblings, 1 reply; 10+ messages in thread
From: Lizhi Hou @ 2025-09-04 17:15 UTC (permalink / raw)
To: Lucas De Marchi
Cc: dri-devel, jacek.lawrynowicz, linux-kernel, ogabbay, quic_jhugo,
Min Ma
Hi Lucas
I got a dim error when applying this patch. Could you take a look? Maybe
there is not a maintainer for MAINTAINERS? :)
dim: ERROR: a12586e4e737 ("MAINTAINERS: Update Min Ma's email for AMD
XDNA driver"): Mandatory Maintainer Acked-by missing., aborting
Thanks,
Lizhi
On 9/2/25 12:47, Lizhi Hou wrote:
> Reviewed-by: Lizhi Hou <lizhi.hou@amd.com>
>
> On 8/30/25 17:12, Min Ma wrote:
>> I recently left AMD and would like to continue participating in
>> the review and maintenance of the XDNA driver using my personal
>> email address.
>>
>> Signed-off-by: Min Ma <mamin506@gmail.com>
>> ---
>> MAINTAINERS | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 10850512c118..6eefa494000c 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
>> F: drivers/spi/spi-amd.h
>> AMD XDNA DRIVER
>> -M: Min Ma <min.ma@amd.com>
>> +M: Min Ma <mamin506@gmail.com>
>> M: Lizhi Hou <lizhi.hou@amd.com>
>> L: dri-devel@lists.freedesktop.org
>> S: Supported
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v3] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
2025-09-04 17:15 ` Lizhi Hou
@ 2025-09-04 17:50 ` Lucas De Marchi
2025-09-04 23:07 ` Lizhi Hou
0 siblings, 1 reply; 10+ messages in thread
From: Lucas De Marchi @ 2025-09-04 17:50 UTC (permalink / raw)
To: Lizhi Hou
Cc: dri-devel, jacek.lawrynowicz, linux-kernel, ogabbay, quic_jhugo,
Min Ma
On Thu, Sep 04, 2025 at 10:15:42AM -0700, Lizhi Hou wrote:
>Hi Lucas
>
>I got a dim error when applying this patch. Could you take a look?
>Maybe there is not a maintainer for MAINTAINERS? :)
Yes. A little bit worse than that:
https://gitlab.freedesktop.org/drm/maintainer-tools/-/merge_requests/83
For now, please use `dim -f ...` to bypass this error.
Lucas De Marchi
>
>dim: ERROR: a12586e4e737 ("MAINTAINERS: Update Min Ma's email for AMD
>XDNA driver"): Mandatory Maintainer Acked-by missing., aborting
>
>Thanks,
>
>Lizhi
>
>On 9/2/25 12:47, Lizhi Hou wrote:
>>Reviewed-by: Lizhi Hou <lizhi.hou@amd.com>
>>
>>On 8/30/25 17:12, Min Ma wrote:
>>>I recently left AMD and would like to continue participating in
>>>the review and maintenance of the XDNA driver using my personal
>>>email address.
>>>
>>>Signed-off-by: Min Ma <mamin506@gmail.com>
>>>---
>>> MAINTAINERS | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>>diff --git a/MAINTAINERS b/MAINTAINERS
>>>index 10850512c118..6eefa494000c 100644
>>>--- a/MAINTAINERS
>>>+++ b/MAINTAINERS
>>>@@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
>>> F: drivers/spi/spi-amd.h
>>> AMD XDNA DRIVER
>>>-M: Min Ma <min.ma@amd.com>
>>>+M: Min Ma <mamin506@gmail.com>
>>> M: Lizhi Hou <lizhi.hou@amd.com>
>>> L: dri-devel@lists.freedesktop.org
>>> S: Supported
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v3] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
2025-09-04 17:50 ` Lucas De Marchi
@ 2025-09-04 23:07 ` Lizhi Hou
0 siblings, 0 replies; 10+ messages in thread
From: Lizhi Hou @ 2025-09-04 23:07 UTC (permalink / raw)
To: Lucas De Marchi
Cc: dri-devel, jacek.lawrynowicz, linux-kernel, ogabbay, quic_jhugo,
Min Ma
Thanks. Applied to drm-misc-next
On 9/4/25 10:50, Lucas De Marchi wrote:
> On Thu, Sep 04, 2025 at 10:15:42AM -0700, Lizhi Hou wrote:
>> Hi Lucas
>>
>> I got a dim error when applying this patch. Could you take a look?
>> Maybe there is not a maintainer for MAINTAINERS? :)
>
> Yes. A little bit worse than that:
> https://gitlab.freedesktop.org/drm/maintainer-tools/-/merge_requests/83
>
> For now, please use `dim -f ...` to bypass this error.
>
> Lucas De Marchi
>
>>
>> dim: ERROR: a12586e4e737 ("MAINTAINERS: Update Min Ma's email for AMD
>> XDNA driver"): Mandatory Maintainer Acked-by missing., aborting
>>
>> Thanks,
>>
>> Lizhi
>>
>> On 9/2/25 12:47, Lizhi Hou wrote:
>>> Reviewed-by: Lizhi Hou <lizhi.hou@amd.com>
>>>
>>> On 8/30/25 17:12, Min Ma wrote:
>>>> I recently left AMD and would like to continue participating in
>>>> the review and maintenance of the XDNA driver using my personal
>>>> email address.
>>>>
>>>> Signed-off-by: Min Ma <mamin506@gmail.com>
>>>> ---
>>>> MAINTAINERS | 2 +-
>>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 10850512c118..6eefa494000c 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -1231,7 +1231,7 @@ F: drivers/spi/spi-amd.c
>>>> F: drivers/spi/spi-amd.h
>>>> AMD XDNA DRIVER
>>>> -M: Min Ma <min.ma@amd.com>
>>>> +M: Min Ma <mamin506@gmail.com>
>>>> M: Lizhi Hou <lizhi.hou@amd.com>
>>>> L: dri-devel@lists.freedesktop.org
>>>> S: Supported
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-09-04 23:07 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-23 6:38 [PATCH] MAINTAINERS: Update Min Ma's email for AMD XDNA driver Min Ma
2025-08-22 16:42 ` Lizhi Hou
2025-08-26 6:11 ` Min Ma
2025-08-29 6:36 ` [PATCH v2] " Min Ma
2025-08-29 15:52 ` Lizhi Hou
2025-08-31 0:12 ` [PATCH v3] " Min Ma
2025-09-02 19:47 ` Lizhi Hou
2025-09-04 17:15 ` Lizhi Hou
2025-09-04 17:50 ` Lucas De Marchi
2025-09-04 23:07 ` Lizhi Hou
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).