Message ID | 20201004180443.2035359-19-f4bug@amsat.org |
---|---|
State | New |
Headers | show |
Series | contrib/gitdm: Add more companies entries | expand |
Hi Philippe, On Mon, Oct 5, 2020 at 2:05 AM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote: > > There is a number of contributors from this domain, > add its own entry to the gitdm domain map. > > Cc: Bill Paul <wpaul@windriver.com> > Cc: Bin Meng <bin.meng@windriver.com> > Cc: Bin Meng <bmeng.cn@gmail.com> > Cc: Jason Wessel <jason.wessel@windriver.com> > Cc: Jim Somerville <Jim.Somerville@windriver.com> > Cc: Tiejun Chen <tiejun.chen@windriver.com> > Cc: Vlad Lungu <vlad.lungu@windriver.com> > Cc: Yiting Wang <yiting.wang@windriver.com> > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > One Reviewed-by/Ack-by from someone from this domain > should be sufficient to get this patch merged. > > Ben, can you confirm your bmeng.cn@gmail.com address? > Should it be considered 'individual contribution' instead? Yes, I think so. Thanks for the patch. Otherwise, Acked-by: Bin Meng <bin.meng@windriver.com> > --- > contrib/gitdm/domain-map | 1 + > contrib/gitdm/group-map-windriver | 1 + > gitdm.config | 1 + > 3 files changed, 3 insertions(+) > create mode 100644 contrib/gitdm/group-map-windriver > > diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map > index 9642fd44fc..6b3a2c3b4e 100644 > --- a/contrib/gitdm/domain-map > +++ b/contrib/gitdm/domain-map > @@ -39,4 +39,5 @@ suse.de SUSE > virtuozzo.com Virtuozzo > wavecomp.com Wavecomp > wdc.com Western Digital > +windriver.com Wind River > xilinx.com Xilinx > diff --git a/contrib/gitdm/group-map-windriver b/contrib/gitdm/group-map-windriver > new file mode 100644 > index 0000000000..8b4662daa9 > --- /dev/null > +++ b/contrib/gitdm/group-map-windriver > @@ -0,0 +1 @@ > +bmeng.cn@gmail.com > diff --git a/gitdm.config b/gitdm.config > index 6db72da339..c384d0f4ab 100644 > --- a/gitdm.config > +++ b/gitdm.config > @@ -40,6 +40,7 @@ GroupMap contrib/gitdm/group-map-janustech Janus Technologies > GroupMap contrib/gitdm/group-map-nutanix Nutanix > GroupMap contrib/gitdm/group-map-oracle Oracle > GroupMap contrib/gitdm/group-map-renesas Renesas > +GroupMap contrib/gitdm/group-map-windriver Wind River > > # Also group together our prolific individual contributors > # and those working under academic auspices > -- Regards, Bin
Hi Philippe, On Thu, Oct 8, 2020 at 7:13 PM Bin Meng <bmeng.cn@gmail.com> wrote: > > Hi Philippe, > > On Mon, Oct 5, 2020 at 2:05 AM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote: > > > > There is a number of contributors from this domain, > > add its own entry to the gitdm domain map. > > > > Cc: Bill Paul <wpaul@windriver.com> > > Cc: Bin Meng <bin.meng@windriver.com> > > Cc: Bin Meng <bmeng.cn@gmail.com> > > Cc: Jason Wessel <jason.wessel@windriver.com> > > Cc: Jim Somerville <Jim.Somerville@windriver.com> > > Cc: Tiejun Chen <tiejun.chen@windriver.com> > > Cc: Vlad Lungu <vlad.lungu@windriver.com> > > Cc: Yiting Wang <yiting.wang@windriver.com> > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > > --- > > One Reviewed-by/Ack-by from someone from this domain > > should be sufficient to get this patch merged. > > > > Ben, can you confirm your bmeng.cn@gmail.com address? > > Should it be considered 'individual contribution' instead? > > Yes, I think so. Thanks for the patch. > > Otherwise, > > Acked-by: Bin Meng <bin.meng@windriver.com> I see this patch was not applied. Anything else needed to move on? Regards, Bin
diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map index 9642fd44fc..6b3a2c3b4e 100644 --- a/contrib/gitdm/domain-map +++ b/contrib/gitdm/domain-map @@ -39,4 +39,5 @@ suse.de SUSE virtuozzo.com Virtuozzo wavecomp.com Wavecomp wdc.com Western Digital +windriver.com Wind River xilinx.com Xilinx diff --git a/contrib/gitdm/group-map-windriver b/contrib/gitdm/group-map-windriver new file mode 100644 index 0000000000..8b4662daa9 --- /dev/null +++ b/contrib/gitdm/group-map-windriver @@ -0,0 +1 @@ +bmeng.cn@gmail.com diff --git a/gitdm.config b/gitdm.config index 6db72da339..c384d0f4ab 100644 --- a/gitdm.config +++ b/gitdm.config @@ -40,6 +40,7 @@ GroupMap contrib/gitdm/group-map-janustech Janus Technologies GroupMap contrib/gitdm/group-map-nutanix Nutanix GroupMap contrib/gitdm/group-map-oracle Oracle GroupMap contrib/gitdm/group-map-renesas Renesas +GroupMap contrib/gitdm/group-map-windriver Wind River # Also group together our prolific individual contributors # and those working under academic auspices
There is a number of contributors from this domain, add its own entry to the gitdm domain map. Cc: Bill Paul <wpaul@windriver.com> Cc: Bin Meng <bin.meng@windriver.com> Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Jason Wessel <jason.wessel@windriver.com> Cc: Jim Somerville <Jim.Somerville@windriver.com> Cc: Tiejun Chen <tiejun.chen@windriver.com> Cc: Vlad Lungu <vlad.lungu@windriver.com> Cc: Yiting Wang <yiting.wang@windriver.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> --- One Reviewed-by/Ack-by from someone from this domain should be sufficient to get this patch merged. Ben, can you confirm your bmeng.cn@gmail.com address? Should it be considered 'individual contribution' instead? --- contrib/gitdm/domain-map | 1 + contrib/gitdm/group-map-windriver | 1 + gitdm.config | 1 + 3 files changed, 3 insertions(+) create mode 100644 contrib/gitdm/group-map-windriver