From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.85.128.66, mailfrom: philmd@redhat.com) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by groups.io with SMTP; Thu, 11 Apr 2019 07:32:19 -0700 Received: by mail-wm1-f66.google.com with SMTP id z24so7026699wmi.5 for ; Thu, 11 Apr 2019 07:32:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:openpgp:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=02XFLCHmtnnGEV5+ka4Dm4jdqAB0gURvh5b9U9umkIE=; b=f4cRYCPH/FePu8YoXCTj4XyjbJul80nCLXWv96XQrPzUIBl3JVlbwf6BVaRMQ2LUtB YA2O6R8U+19gxLxqXLyTpo2zHCkFPGaH7DhT/LwMvpzRR9trM49kgTJ5Qj+ebMt1Ksrl NBlMBV2zi4nmfg/uHwY6RQEaxyJ27PGofYavz7HnuBQWvMihjLSRFue4Ysn4jeN8V+gf a2G49ETVTQgdvdL5ECx5SEF5xcvLuBDoPdxtoOH7/wkZsjLmc45L2DQfV7nDGnDOtuMd Y8LySG+Rof0Oasp2ltW2bO7Pptf0wH+i325IBlRLJG1AzGFf6MJk+ker2LIg7Fdnqnof cI7g== X-Gm-Message-State: APjAAAWWPrdl2jjWdmEl7HjnXzDF2mMfMdbLqKQ3VSLlH2L+aNwWB8/a jtix4QvYipw8O7AG5myIpRdPcQ== X-Google-Smtp-Source: APXvYqzNRf+gvq6kn1sdgpmBRn5fEjQQbJAbTDM0CSfplDK0p/tS9nWuyhhfu8E8suWm9UZ5ggyqgg== X-Received: by 2002:a7b:ca49:: with SMTP id m9mr6743191wml.61.1554993137444; Thu, 11 Apr 2019 07:32:17 -0700 (PDT) Return-Path: Received: from [192.168.1.33] (193.red-88-21-103.staticip.rima-tde.net. [88.21.103.193]) by smtp.gmail.com with ESMTPSA id y197sm7610378wmd.34.2019.04.11.07.32.16 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Thu, 11 Apr 2019 07:32:16 -0700 (PDT) Subject: Re: [edk2-devel] [PATCH] IntelFrameworkModulePkg: Fix comments and improve E820 debug output To: devel@edk2.groups.io, liming.gao@intel.com, "Kinney, Michael D" , Laszlo Ersek , "Cetola, Stephano" Cc: "rebecca@bluestop.org" , Stephano Cetola References: <20190404175616.51393-1-rebecca@bluestop.org> <1593821D7C44BA9C.31892@groups.io> <4A89E2EF3DFEDB4C8BFDE51014F606A14E42222A@SHSMSX104.ccr.corp.intel.com> <334bc708-2250-d4e0-9ec5-5f1c6d92c3e2@redhat.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E422AE8@SHSMSX104.ccr.corp.intel.com> From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= Openpgp: id=89C1E78F601EE86C867495CBA2A3FD6EDEADC0DE; url=http://pgp.mit.edu/pks/lookup?op=get&search=0xA2A3FD6EDEADC0DE Message-ID: <73e5031a-bf12-240d-3843-54bd194c3718@redhat.com> Date: Thu, 11 Apr 2019 16:32:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E422AE8@SHSMSX104.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Hi Liming, Rebecca. On 4/11/19 3:52 PM, Liming Gao wrote: > Phil: > I use Outlook to receive the patch mail, and save as mail file. This file shows From: Rebecca Cran via Groups.Io . So, I use it as patch author. I also check my patch with the same way. It shows From: Liming Gao . This is correct. So, I don't know this is user setting issue or group.io issue. On https://edk2.groups.io/g/devel/editprofile So on Groups.Io I went to - Your groups -> EDK2 -> devel -> Suscription -> Group Profile -> Edit Group Profile I see 2 fields: - User Name - Display Name The latter field is described as: The name listed with your posts. Note: When you post, your email address is also shown to group members who receive messages via email. My guess is Groups.Io rewrites the sender From if an user change one of these fields. Rebecca: do you remember if you modified something in your profile? How are you sending your patches to the list? Sorry you became our 'patches via groups.io' guinea pig ;) Thanks, Phil. > Thanks > Liming >> -----Original Message----- >> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Philippe Mathieu-Daudé >> Sent: Thursday, April 11, 2019 6:59 PM >> To: Gao, Liming ; Kinney, Michael D ; Laszlo Ersek >> Cc: devel@edk2.groups.io; rebecca@bluestop.org; Stephano Cetola >> Subject: Re: [edk2-devel] [PATCH] IntelFrameworkModulePkg: Fix comments and improve E820 debug output >> >> Hi Liming, >> >> On 4/11/19 2:32 AM, Liming Gao wrote: >>> Push on commit ddb8cedce7e07b87c0ac6b84cd750a6d3dac47c8 >> >> I see in the git history the authorship passed >> from: rebecca@bluestop.org >> to: Rebecca Cran via Groups.Io >> >> I wonder if we shouldn't block pushes until the >> BaseTools/Scripts/PatchCheck.py tool get fixed to avoid such mistakes >> which are likely to get reproduced now that we switched to Groups.Io. >> >> Thoughts? >> >> Regards, >> >> Phil. >> >>>> -----Original Message----- >>>> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of >>>> Liming Gao >>>> Sent: Monday, April 08, 2019 9:16 PM >>>> To: Philippe Mathieu-Daudé ; rebecca@bluestop.org >>>> Cc: devel@edk2.groups.io >>>> Subject: Re: [edk2-devel] [PATCH] IntelFrameworkModulePkg: Fix comments >>>> and improve E820 debug output >>>> >>>> Reviewed-by: Liming Gao >>>> >>>>> -----Original Message----- >>>>> From: Philippe Mathieu-Daudé [mailto:philmd@redhat.com] >>>>> Sent: Friday, April 5, 2019 5:05 PM >>>>> To: rebecca@bluestop.org; Gao, Liming >>>>> Cc: devel@edk2.groups.io >>>>> Subject: Re: [edk2-devel] [PATCH] IntelFrameworkModulePkg: Fix >>>> comments and improve E820 debug output >>>>> >>>>> On 4/4/19 7:56 PM, Rebecca Cran via Groups.Io wrote: >>>>>> Fix a few typos in LegacyBiosBuildE820, and improve the debug output of >>>>>> the E820 table to pad with zeros instead of spaces, remove extra hyphens >>>>>> and display the memory type in decimal. >>>>>> >>>>>> Contributed-under: TianoCore Contribution Agreement 1.1 >>>>>> Signed-off-by: Rebecca Cran >>>>> >>>>> Reviewed-by: Philippe Mathieu-Daude >>>>> >>>>>> --- [...]