+Phil

On 11/12/19 14:59, Laszlo Ersek wrote:
> On 11/12/19 14:51, Laszlo Ersek wrote:
>> Hi,
>>
>> I've noticed that, recently, the messages I post are reflected by
>> groups.io with a sender named
>>
>>   "Laszlo Ersek via Groups.Io"
>>
>> This is nothing short of brain-damaged, and should be reverted
>> immediately.
>>
>> Now, I'm 100% sure that I personally haven't changed anything in either
>> my email setup, or in my groups.io account. Therefore, it is either a
>> change in groups.io, or a change in the Red Hat email infrastructure.
>>
>> Unfortunately, I can't tell where I should start looking / complaining.
>> Can someone give me hints please?
>>
>> I've compared the email headers on the following two messages (both
>> attached, for convenience):
>>
>> - Last correctly reflected message:
>>   927a6e50-1106-92d1-3480-4d4492ca2340@redhat.com">http://mid.mail-archive.com/927a6e50-1106-92d1-3480-4d4492ca2340@redhat.com
>>   https://edk2.groups.io/g/devel/message/50310
>>
>> - First incorrectly (with munged sender) reflected message:
>>   0a690fc0-e551-b94e-e129-d5f02d76a62a@redhat.com">http://mid.mail-archive.com/0a690fc0-e551-b94e-e129-d5f02d76a62a@redhat.com
>>   https://edk2.groups.io/g/devel/message/50365
>>
>> In the bogus message, I see a bunch of "mimecast.com" references, plus
>> headers like: "ARC-Message-Signature", "ARC-Seal",
>> "ARC-Authentication-Results".
>>
>> Is this another botched anti-spam attempt?
> 
> I've just found Rebecca's link from earlier:
> 
> http://mid.mail-archive.com/3bf99bba-364a-edb5-49ac-cd5a225f48eb@bluestop.org
> 
> -->
> 
> https://groups.io/static/help#dmarc
> 
> So it's probably a change in the RH mail infrastructure. /facepalm
> 
> I'll see what I can do. :(

This is honestly a catastrophe: I see the same has happened to Phil's messages!

Compare:

5ccaa1d4-714d-f785-e57d-bbd2c8e4596e@redhat.com">http://mid.mail-archive.com/5ccaa1d4-714d-f785-e57d-bbd2c8e4596e@redhat.com
6a59c2de-daf8-9555-d9ef-54a4734619d9@redhat.com">http://mid.mail-archive.com/6a59c2de-daf8-9555-d9ef-54a4734619d9@redhat.com

Both are attached, too.

Thanks,
Laszlo

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50463): https://edk2.groups.io/g/devel/message/50463
Mute This Topic: https://groups.io/mt/54251582/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

--- Begin Message ---
Hi Michael,

On 11/7/19 3:24 AM, Michael D Kinney wrote:
EDK II Maintainers,

Please take a few minutes to test the GitHub pull
request commit gate feature under review in the
edk2-staging/edk2-ci branch.  This will be the only
method to push patches to the edk2 repo in the near
future, and we want all current EDK II Maintainers to
make sure they know how to use this new process on
the edk2-staging repo before it is activated on the
edk2 repo.
[...]

Is it possible to use the CI gating scripts on an individual fork when working on a new feature, so if the CI system catches bugs we can fix them before bothering the mailing list and maintainers for review?

Thanks,

Phil.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50305): https://edk2.groups.io/g/devel/message/50305
Mute This Topic: https://groups.io/mt/44980130/1721875
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [ler...@redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-


--- End Message ---
--- Begin Message ---
On 11/11/19 8:18 AM, Tan, Ming wrote:
Old code use platfomr.
Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint.

Signed-off-by: Ming Tan <ming....@intel.com>
---
  EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c   | 2 +-
  EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c 
b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c
index e6f8734600..48a3bfb5e9 100644
--- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c
+++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c
@@ -82,7 +82,7 @@ CreatePlatformSmbiosMemoryRecords (
  **/
  EFI_STATUS
  EFIAPI
-PlatfomrSmbiosDriverEntryPoint (
+PlatformSmbiosDriverEntryPoint (
    IN EFI_HANDLE         ImageHandle,
    IN EFI_SYSTEM_TABLE   *SystemTable
    )
diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf 
b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
index 95b119e953..756f643c74 100644
--- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
+++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
@@ -15,7 +15,7 @@
    FILE_GUID                      = 67FA951E-4FA2-9F4E-A658-4DBD954AC22E
    MODULE_TYPE                    = DXE_DRIVER
    VERSION_STRING                 = 1.0
-  ENTRY_POINT                    = PlatfomrSmbiosDriverEntryPoint
+  ENTRY_POINT                    = PlatformSmbiosDriverEntryPoint
[Sources]


Reviewed-by: Philippe Mathieu-Daude <phi...@redhat.com>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50359): https://edk2.groups.io/g/devel/message/50359
Mute This Topic: https://groups.io/mt/52449861/1721875
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [ler...@redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-


--- End Message ---

Reply via email to