All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries
@ 2026-07-22  8:57 Wenjia Zhang
  2026-07-22 11:01 ` Mahanta Jambigi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wenjia Zhang @ 2026-07-22  8:57 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, Eric Dumazet, Paolo Abeni,
	Andrew Lunn
  Cc: netdev, linux-s390, linux390-list, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, Sidraya Jayagond, Mahanta Jambigi, aswin,
	Alexandra Winter, Halil Pasic, Wenjia Zhang, Wen Gu, D. Wythe,
	Tony Lu, Dust Li

Due to a change in responsibilities, I can no longer serve as an SMC
maintainer and need to be removed from the MAINTAINERS list.

To reflect these organizational changes, promote Mahanta Jambigi
<mjambigi@linux.ibm.com> from reviewer to maintainer.

Signed-off-by: Wenjia Zhang <wenjia@linux.ibm.com>
---
 Kernels.code-workspace | 1 +
 MAINTAINERS            | 3 +--
 file                   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 create mode 100644 Kernels.code-workspace
 create mode 100644 file

diff --git a/Kernels.code-workspace b/Kernels.code-workspace
new file mode 100644
index 000000000000..9e26dfeeb6e6
--- /dev/null
+++ b/Kernels.code-workspace
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/MAINTAINERS b/MAINTAINERS
index 1ab8736850ea..f60ccc62e710 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24631,8 +24631,7 @@ SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
 M:	D. Wythe <alibuda@linux.alibaba.com>
 M:	Dust Li <dust.li@linux.alibaba.com>
 M:	Sidraya Jayagond <sidraya@linux.ibm.com>
-M:	Wenjia Zhang <wenjia@linux.ibm.com>
-R:	Mahanta Jambigi <mjambigi@linux.ibm.com>
+M:	Mahanta Jambigi <mjambigi@linux.ibm.com>
 R:	Tony Lu <tonylu@linux.alibaba.com>
 R:	Wen Gu <guwen@linux.alibaba.com>
 L:	linux-rdma@vger.kernel.org
diff --git a/file b/file
new file mode 100644
index 000000000000..e69de29bb2d1
-- 
2.50.1 (Apple Git-155)


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

* Re: [PATCH net-next] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries
  2026-07-22  8:57 [PATCH net-next] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries Wenjia Zhang
@ 2026-07-22 11:01 ` Mahanta Jambigi
  2026-07-22 11:06 ` Vadim Fedorenko
  2026-07-23  8:57 ` sashiko-bot
  2 siblings, 0 replies; 5+ messages in thread
From: Mahanta Jambigi @ 2026-07-22 11:01 UTC (permalink / raw)
  To: Wenjia Zhang, David Miller, Jakub Kicinski, Eric Dumazet,
	Paolo Abeni, Andrew Lunn
  Cc: netdev, linux-s390, linux390-list, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, Sidraya Jayagond, aswin, Alexandra Winter,
	Halil Pasic, Wen Gu, D. Wythe, Tony Lu, Dust Li



On 22/07/26 2:27 pm, Wenjia Zhang wrote:
> Due to a change in responsibilities, I can no longer serve as an SMC
> maintainer and need to be removed from the MAINTAINERS list.
> 
> To reflect these organizational changes, promote Mahanta Jambigi
> <mjambigi@linux.ibm.com> from reviewer to maintainer.

Acked-by: Mahanta Jambigi <mjambigi@linux.ibm.com>

> 
> Signed-off-by: Wenjia Zhang <wenjia@linux.ibm.com>
> ---
>  Kernels.code-workspace | 1 +
>  MAINTAINERS            | 3 +--
>  file                   | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  create mode 100644 Kernels.code-workspace
>  create mode 100644 file
> 
> diff --git a/Kernels.code-workspace b/Kernels.code-workspace
> new file mode 100644
> index 000000000000..9e26dfeeb6e6
> --- /dev/null
> +++ b/Kernels.code-workspace
> @@ -0,0 +1 @@
> +{}

I believe this change happened by mistake. If yes, please remove it.

> \ No newline at end of file
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1ab8736850ea..f60ccc62e710 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24631,8 +24631,7 @@ SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
>  M:	D. Wythe <alibuda@linux.alibaba.com>
>  M:	Dust Li <dust.li@linux.alibaba.com>
>  M:	Sidraya Jayagond <sidraya@linux.ibm.com>
> -M:	Wenjia Zhang <wenjia@linux.ibm.com>
> -R:	Mahanta Jambigi <mjambigi@linux.ibm.com>
> +M:	Mahanta Jambigi <mjambigi@linux.ibm.com>
>  R:	Tony Lu <tonylu@linux.alibaba.com>
>  R:	Wen Gu <guwen@linux.alibaba.com>
>  L:	linux-rdma@vger.kernel.org
> diff --git a/file b/file
> new file mode 100644
> index 000000000000..e69de29bb2d1


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

* Re: [PATCH net-next] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries
  2026-07-22  8:57 [PATCH net-next] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries Wenjia Zhang
  2026-07-22 11:01 ` Mahanta Jambigi
@ 2026-07-22 11:06 ` Vadim Fedorenko
  2026-07-22 12:11   ` Wenjia Zhang
  2026-07-23  8:57 ` sashiko-bot
  2 siblings, 1 reply; 5+ messages in thread
From: Vadim Fedorenko @ 2026-07-22 11:06 UTC (permalink / raw)
  To: Wenjia Zhang, David Miller, Jakub Kicinski, Eric Dumazet,
	Paolo Abeni, Andrew Lunn
  Cc: netdev, linux-s390, linux390-list, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, Sidraya Jayagond, Mahanta Jambigi, aswin,
	Alexandra Winter, Halil Pasic, Wen Gu, D. Wythe, Tony Lu, Dust Li

On 22/07/2026 09:57, Wenjia Zhang wrote:
> Due to a change in responsibilities, I can no longer serve as an SMC
> maintainer and need to be removed from the MAINTAINERS list.
> 
> To reflect these organizational changes, promote Mahanta Jambigi
> <mjambigi@linux.ibm.com> from reviewer to maintainer.
> 
> Signed-off-by: Wenjia Zhang <wenjia@linux.ibm.com>
> ---
>   Kernels.code-workspace | 1 +
>   MAINTAINERS            | 3 +--
>   file                   | 0
>   3 files changed, 2 insertions(+), 2 deletions(-)
>   create mode 100644 Kernels.code-workspace
>   create mode 100644 file
> 
> diff --git a/Kernels.code-workspace b/Kernels.code-workspace
> new file mode 100644
> index 000000000000..9e26dfeeb6e6
> --- /dev/null
> +++ b/Kernels.code-workspace
> @@ -0,0 +1 @@
> +{}

this is not needed part...


> \ No newline at end of file
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1ab8736850ea..f60ccc62e710 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24631,8 +24631,7 @@ SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
>   M:	D. Wythe <alibuda@linux.alibaba.com>
>   M:	Dust Li <dust.li@linux.alibaba.com>
>   M:	Sidraya Jayagond <sidraya@linux.ibm.com>
> -M:	Wenjia Zhang <wenjia@linux.ibm.com>
> -R:	Mahanta Jambigi <mjambigi@linux.ibm.com>
> +M:	Mahanta Jambigi <mjambigi@linux.ibm.com>
>   R:	Tony Lu <tonylu@linux.alibaba.com>
>   R:	Wen Gu <guwen@linux.alibaba.com>
>   L:	linux-rdma@vger.kernel.org
> diff --git a/file b/file
> new file mode 100644
> index 000000000000..e69de29bb2d1


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

* Re: [PATCH net-next] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries
  2026-07-22 11:06 ` Vadim Fedorenko
@ 2026-07-22 12:11   ` Wenjia Zhang
  0 siblings, 0 replies; 5+ messages in thread
From: Wenjia Zhang @ 2026-07-22 12:11 UTC (permalink / raw)
  To: Vadim Fedorenko, David Miller, Jakub Kicinski, Eric Dumazet,
	Paolo Abeni, Andrew Lunn
  Cc: netdev, linux-s390, linux390-list, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, Sidraya Jayagond, Mahanta Jambigi, aswin,
	Alexandra Winter, Halil Pasic, Wen Gu, D. Wythe, Tony Lu, Dust Li


On 22.07.26 13:06, Vadim Fedorenko wrote:
> On 22/07/2026 09:57, Wenjia Zhang wrote:
>> Due to a change in responsibilities, I can no longer serve as an SMC
>> maintainer and need to be removed from the MAINTAINERS list.
>>
>> To reflect these organizational changes, promote Mahanta Jambigi
>> <mjambigi@linux.ibm.com> from reviewer to maintainer.
>>
>> Signed-off-by: Wenjia Zhang <wenjia@linux.ibm.com>
>> ---
>>   Kernels.code-workspace | 1 +
>>   MAINTAINERS            | 3 +--
>>   file                   | 0
>>   3 files changed, 2 insertions(+), 2 deletions(-)
>>   create mode 100644 Kernels.code-workspace
>>   create mode 100644 file
>>
>> diff --git a/Kernels.code-workspace b/Kernels.code-workspace
>> new file mode 100644
>> index 000000000000..9e26dfeeb6e6
>> --- /dev/null
>> +++ b/Kernels.code-workspace
>> @@ -0,0 +1 @@
>> +{}
>
> this is not needed part...
>
right, thx, will send v2
>
>> \ No newline at end of file
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 1ab8736850ea..f60ccc62e710 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -24631,8 +24631,7 @@ SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
>>   M:    D. Wythe <alibuda@linux.alibaba.com>
>>   M:    Dust Li <dust.li@linux.alibaba.com>
>>   M:    Sidraya Jayagond <sidraya@linux.ibm.com>
>> -M:    Wenjia Zhang <wenjia@linux.ibm.com>
>> -R:    Mahanta Jambigi <mjambigi@linux.ibm.com>
>> +M:    Mahanta Jambigi <mjambigi@linux.ibm.com>
>>   R:    Tony Lu <tonylu@linux.alibaba.com>
>>   R:    Wen Gu <guwen@linux.alibaba.com>
>>   L:    linux-rdma@vger.kernel.org
>> diff --git a/file b/file
>> new file mode 100644
>> index 000000000000..e69de29bb2d1
>

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

* Re: [PATCH net-next] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries
  2026-07-22  8:57 [PATCH net-next] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries Wenjia Zhang
  2026-07-22 11:01 ` Mahanta Jambigi
  2026-07-22 11:06 ` Vadim Fedorenko
@ 2026-07-23  8:57 ` sashiko-bot
  2 siblings, 0 replies; 5+ messages in thread
From: sashiko-bot @ 2026-07-23  8:57 UTC (permalink / raw)
  To: Wenjia Zhang; +Cc: Vasily Gorbik, Heiko Carstens, Alexander Gordeev, linux-s390

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The patch accidentally adds extraneous files `Kernels.code-workspace` and `file` to the repository root.
--

--- Patch [1]: [PATCH net-next] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries ---
commit 8171ff1f0436e110b4e20aa711ab8004cc5cf6d0
Author: Wenjia Zhang <wenjia@linux.ibm.com>

MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries

This commit updates the MAINTAINERS file for the SHARED MEMORY COMMUNICATIONS
subsystem. It removes Wenjia Zhang as a maintainer and promotes Mahanta Jambigi
from reviewer to maintainer.

> diff --git a/Kernels.code-workspace b/Kernels.code-workspace
> new file mode 100644
> index 0000000000000..9e26dfeeb6e64
> --- /dev/null
> +++ b/Kernels.code-workspace
> @@ -0,0 +1 @@
> +{}

[Severity: Low]
Were these files accidentally included in the patch? It looks like a VS Code
workspace configuration file that slipped into the commit.

[ ... ]

> diff --git a/file b/file
> new file mode 100644
> index 0000000000000..e69de29bb2d1d

[Severity: Low]
Does this empty file serve a purpose, or was it also mistakenly staged and
committed alongside the workspace file?

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260722085705.56755-1-wenjia@linux.ibm.com?part=1

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

end of thread, other threads:[~2026-07-23  8:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-22  8:57 [PATCH net-next] MAINTAINERS: Update SHARED MEMORY COMMUNICATIONS (SMC) maintainer entries Wenjia Zhang
2026-07-22 11:01 ` Mahanta Jambigi
2026-07-22 11:06 ` Vadim Fedorenko
2026-07-22 12:11   ` Wenjia Zhang
2026-07-23  8:57 ` sashiko-bot

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.