maintainers: update email address

Message ID 20230919034427.9098-1-chenbo.xia@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: update email address |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/intel-Functional success Functional PASS
ci/github-robot: build success github build: passed
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-sample-apps-testing success Testing PASS

Commit Message

Chenbo Xia Sept. 19, 2023, 3:44 a.m. UTC
  I am leaving Intel, so replace my Intel email with personal one
temporarily.

Signed-off-by: Chenbo Xia <chenbo.xia@intel.com>
---
 .mailmap    |  2 +-
 MAINTAINERS | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)
  

Comments

Maxime Coquelin Sept. 20, 2023, 7:08 a.m. UTC | #1
On 9/19/23 05:44, Chenbo Xia wrote:
> I am leaving Intel, so replace my Intel email with personal one
> temporarily.
> 
> Signed-off-by: Chenbo Xia <chenbo.xia@intel.com>
> ---
>   .mailmap    |  2 +-
>   MAINTAINERS | 12 ++++++------
>   2 files changed, 7 insertions(+), 7 deletions(-)
> 

Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime
  
Patrick Robb Sept. 20, 2023, 3:39 p.m. UTC | #2
Recheck-request: iol-unit-amd64-testing

A maintainers file change should not cause eal_flags_misc_autotest to fail,
so I'm queuing a retest for this series.
  
David Marchand Sept. 21, 2023, 11:41 a.m. UTC | #3
On Wed, Sep 20, 2023 at 5:39 PM Patrick Robb <probb@iol.unh.edu> wrote:
>
> Recheck-request: iol-unit-amd64-testing
>
> A maintainers file change should not cause eal_flags_misc_autotest to fail, so I'm queuing a retest for this series.

I agree ;-).


About this failure here, I had a look at the logs: this is something
new and I noticed the same failure on a patch of mine too this week.
I see that a secondary process crashes and some log about a failing
rte_memzone_free().
"""
EAL: Memzone is not allocated
"""
which may indicative of a double free() in some cleanup or a race
between secondary/primary process or a rare-to-reach branch of the
code....

I don't have time to look into it, so simply mentionning what I saw if
someone wants to investigate.
  

Patch

diff --git a/.mailmap b/.mailmap
index 864d33ee46..8cb3c1e80f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -209,7 +209,7 @@  Charles Brett <cfb@hpe.com>
 Charles Myers <charles.myers@spirent.com>
 Charles Stoll <charles.stoll@intel.com>
 Chas Williams <3chas3@gmail.com> <chas3@att.com> <ciwillia@brocade.com>
-Chenbo Xia <chenbo.xia@intel.com>
+Chenbo Xia <chenbo.xia@outlook.com>
 Chengchang Tang <tangchengchang@huawei.com> <tangchengchang@hisilicon.com>
 Chengfeng Ye <cyeaa@connect.ust.hk>
 Chenghu Yao <yao.chenghu@zte.com.cn>
diff --git a/MAINTAINERS b/MAINTAINERS
index 698608cdb2..ef0f52f1ef 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -50,7 +50,7 @@  T: git://dpdk.org/next/dpdk-next-net-mlx
 
 Next-virtio Tree
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbo.xia@outlook.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 
 Next-crypto Tree
@@ -590,7 +590,7 @@  F: drivers/bus/dpaa/
 F: drivers/bus/fslmc/
 
 PCI bus driver
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbo.xia@outlook.com>
 M: Nipun Gupta <nipun.gupta@amd.com>
 F: drivers/bus/pci/
 
@@ -980,7 +980,7 @@  F: doc/guides/nics/features/vmxnet3.ini
 
 Vhost-user
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbo.xia@outlook.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: lib/vhost/
 F: doc/guides/prog_guide/vhost_lib.rst
@@ -994,7 +994,7 @@  F: doc/guides/sample_app_ug/vdpa.rst
 
 Vhost PMD
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbo.xia@outlook.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: drivers/net/vhost/
 F: doc/guides/nics/vhost.rst
@@ -1002,7 +1002,7 @@  F: doc/guides/nics/features/vhost.ini
 
 Virtio PMD
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbo.xia@outlook.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: drivers/net/virtio/
 F: doc/guides/nics/virtio.rst
@@ -1655,7 +1655,7 @@  F: app/test/test_rcu*
 F: doc/guides/prog_guide/rcu_lib.rst
 
 PCI
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbo.xia@outlook.com>
 M: Gaetan Rivet <grive@u256.net>
 F: lib/pci/