From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.21890.1629107460289137715 for ; Mon, 16 Aug 2021 02:51:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=sC55yCit; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id 9ECB461B72 for ; Mon, 16 Aug 2021 09:50:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629107459; bh=3jL/TBiuR4kUpkSApowPBdnjEVVGzgvbjMY6Gp6xilg=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=sC55yCitZWQnmXW4eeCHngr6gEP31O3NJYpgjMLTfixSnAPEcP/vkrPao0qsQJqUP a7Ajnznl6BEDWLIeVWI7A/JU63UzW5UrUz1D2ApZt9j6jD/uHTAtbaj3JDN7i4uUAA xqNOebsYPQtmkBg+I0kM4Dj9cZbrL4kqxSCmyELrXtwfwZFh6PA1oTlF07iioawNnJ lv0Kz8OakIbI+nWgrD5c82R43a38CgjOyEgp5x43gWtyP52oN3P6FEyFrutVsGKF5M OS1QCXMX49wAGJOYxzWN6SN1k7Lj10H0NYBH5dWyKD+X8++B6RvB/0Uo0ldUJHU8Kp 6gtfCR8zG2gSA== Received: by mail-oo1-f46.google.com with SMTP id s21-20020a4ae5550000b02902667598672bso4760072oot.12 for ; Mon, 16 Aug 2021 02:50:59 -0700 (PDT) X-Gm-Message-State: AOAM5314oe1g06xyUUz03S1OTsefIlb/m025lbhD/RxxyRoJTuFO12l4 Zik3GCwSbEA9N99mm32moaqqc+Zq8x6Bxoq4bj4= X-Google-Smtp-Source: ABdhPJxr0gIVZbL2xmB1bOWpsC+6/Aaq0X6FyWdgGRiesPa4lt+zDJxMShamoU5yqM4wXTWfxW0kzVTU8N118stEvhk= X-Received: by 2002:a4a:e923:: with SMTP id a3mr10671554ooe.45.1629107459022; Mon, 16 Aug 2021 02:50:59 -0700 (PDT) MIME-Version: 1.0 References: <961f3436a2b52a67aa6c8cd45c75c76835a3a5d8.1628502345.git.mhaeuser@posteo.de> <2fd17277-575c-7a33-3c8c-bc986ebf62c0@posteo.de> In-Reply-To: <2fd17277-575c-7a33-3c8c-bc986ebf62c0@posteo.de> From: "Ard Biesheuvel" Date: Mon, 16 Aug 2021 11:50:48 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH v2 4/7] ArmPkg/DefaultExceptionHandlerLib: Check DebugImageInfoTable type safely To: =?UTF-8?Q?Marvin_H=C3=A4user?= Cc: edk2-devel-groups-io , Leif Lindholm , Ard Biesheuvel , Vitaly Cheptsov Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, 9 Aug 2021 at 23:19, Marvin H=C3=A4user wrote: > > On 09/08/2021 14:40, Marvin H=C3=A4user wrote: > > On 09/08/2021 13:55, Ard Biesheuvel wrote: > >> On Mon, 9 Aug 2021 at 11:51, Marvin H=C3=A4user w= rote: > >>> C does not allow casting to or dereferencing incompatible pointer > >>> types. Use the ImageInfoType member of the union first to determine > >>> the data type before dereferencing NormalImage. > >>> > >>> Cc: Leif Lindholm > >>> Cc: Ard Biesheuvel > >>> Cc: Vitaly Cheptsov > >>> Signed-off-by: Marvin H=C3=A4user > >> Hi Marvin, > >> > >> Could you please organize your patches into a consistent series, > >> include a cover letter and cc me on everything? > > > > Hey Ard, > > > > It's a series and there is a cover letter at: > > https://edk2.groups.io/g/devel/topic/patch_v2_0_7_fix_various/84764899?= p=3D,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,84764899 > > The mails from yesterday can certainly be discarded, for some reason > > format-patch did not number the patches without the argument. > > The mails from today are numbered and there is a cover letter, but for > > some reason the threading is all wrong in Thunderbird for me. All > > subsequent patches have the "In-Reply-To" header in the patch files, I > > think it is supposed to work off of that? Is threading broken for you > > as well? Any idea what could have gone wrong? > > Today I learned two things. > > 1) Both format-patch and send-email support threading individually, and > they don't cooperate [1]. > > 2) Groups.io does not like patch sets [2]. > > *Sigh*. Sorry. > No worries.