* [PATCH v2] MAINTAINERS: Update my email address
@ 2024-05-05 7:23 Bin Meng
2024-05-06 8:42 ` Philippe Mathieu-Daudé
2024-05-06 14:07 ` Philippe Mathieu-Daudé
0 siblings, 2 replies; 3+ messages in thread
From: Bin Meng @ 2024-05-05 7:23 UTC (permalink / raw)
To: qemu-devel, Alistair Francis; +Cc: Philippe Mathieu-Daudé, Bin Meng
From: Bin Meng <bin.meng.cn@windriver.com>
The old Wind River email address (bin.meng@windriver.com) is no longer
available due to an internal infrastructure change within the company.
While a new email address (bin.meng.cn@windriver.com) has been assigned
to me, I am unable to find a way to send this patch directly from the
new address. Presumably, the basic authentication with client submission
(SMTP AUTH) [1] has been disabled by the company's IT.
Switch to use my personal email address instead.
Signed-off-by: Bin Meng <bin.meng.cn@windriver.com>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
[1] https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365
---
Changes in v2:
- Provide more background info for the email address change
MAINTAINERS | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2f08cc528e..d3282ee29f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -319,7 +319,7 @@ F: tests/tcg/ppc*/*
RISC-V TCG CPUs
M: Palmer Dabbelt <palmer@dabbelt.com>
M: Alistair Francis <alistair.francis@wdc.com>
-M: Bin Meng <bin.meng@windriver.com>
+M: Bin Meng <bmeng.cn@gmail.com>
R: Weiwei Li <liwei1518@gmail.com>
R: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
R: Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
@@ -1602,7 +1602,7 @@ F: include/hw/riscv/opentitan.h
F: include/hw/*/ibex_*.h
Microchip PolarFire SoC Icicle Kit
-M: Bin Meng <bin.meng@windriver.com>
+M: Bin Meng <bmeng.cn@gmail.com>
L: qemu-riscv@nongnu.org
S: Supported
F: docs/system/riscv/microchip-icicle-kit.rst
@@ -1629,7 +1629,7 @@ F: include/hw/char/shakti_uart.h
SiFive Machines
M: Alistair Francis <Alistair.Francis@wdc.com>
-M: Bin Meng <bin.meng@windriver.com>
+M: Bin Meng <bmeng.cn@gmail.com>
M: Palmer Dabbelt <palmer@dabbelt.com>
L: qemu-riscv@nongnu.org
S: Supported
@@ -2125,7 +2125,7 @@ F: hw/ssi/xilinx_*
SD (Secure Card)
M: Philippe Mathieu-Daudé <philmd@linaro.org>
-M: Bin Meng <bin.meng@windriver.com>
+M: Bin Meng <bmeng.cn@gmail.com>
L: qemu-block@nongnu.org
S: Odd Fixes
F: include/hw/sd/sd*
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Update my email address
2024-05-05 7:23 [PATCH v2] MAINTAINERS: Update my email address Bin Meng
@ 2024-05-06 8:42 ` Philippe Mathieu-Daudé
2024-05-06 14:07 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-05-06 8:42 UTC (permalink / raw)
To: Bin Meng, qemu-devel, Alistair Francis; +Cc: Bin Meng
On 5/5/24 09:23, Bin Meng wrote:
> From: Bin Meng <bin.meng.cn@windriver.com>
>
> The old Wind River email address (bin.meng@windriver.com) is no longer
> available due to an internal infrastructure change within the company.
> While a new email address (bin.meng.cn@windriver.com) has been assigned
> to me, I am unable to find a way to send this patch directly from the
> new address. Presumably, the basic authentication with client submission
> (SMTP AUTH) [1] has been disabled by the company's IT.
>
> Switch to use my personal email address instead.
>
> Signed-off-by: Bin Meng <bin.meng.cn@windriver.com>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>
> [1] https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365
>
> ---
>
> Changes in v2:
> - Provide more background info for the email address change
>
> MAINTAINERS | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Update my email address
2024-05-05 7:23 [PATCH v2] MAINTAINERS: Update my email address Bin Meng
2024-05-06 8:42 ` Philippe Mathieu-Daudé
@ 2024-05-06 14:07 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-05-06 14:07 UTC (permalink / raw)
To: Bin Meng, qemu-devel, Alistair Francis; +Cc: Bin Meng
On 5/5/24 09:23, Bin Meng wrote:
> From: Bin Meng <bin.meng.cn@windriver.com>
>
> The old Wind River email address (bin.meng@windriver.com) is no longer
> available due to an internal infrastructure change within the company.
> While a new email address (bin.meng.cn@windriver.com) has been assigned
> to me, I am unable to find a way to send this patch directly from the
> new address. Presumably, the basic authentication with client submission
> (SMTP AUTH) [1] has been disabled by the company's IT.
>
> Switch to use my personal email address instead.
>
> Signed-off-by: Bin Meng <bin.meng.cn@windriver.com>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>
> [1] https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365
>
> ---
>
> Changes in v2:
> - Provide more background info for the email address change
Queued, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-06 14:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-05 7:23 [PATCH v2] MAINTAINERS: Update my email address Bin Meng
2024-05-06 8:42 ` Philippe Mathieu-Daudé
2024-05-06 14:07 ` Philippe Mathieu-Daudé
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).