From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: Leif Lindholm <quic_llindhol@quicinc.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Andrew Fish <afish@apple.com>,
Liming Gao <gaoliming@byosoft.com.cn>,
"Liu, Zhiguang" <zhiguang.liu@intel.com>,
"Xu, Wei6" <wei6.xu@intel.com>,
"Kasbekar, Saloni" <saloni.kasbekar@intel.com>,
"Clark-williams, Zachary" <zachary.clark-williams@intel.com>,
"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [edk2-stable202402][Patch 1/1] MdePkg: Add SynchronizationLib to MdeLibs.dsc.inc
Date: Wed, 7 Feb 2024 19:01:56 +0000 [thread overview]
Message-ID: <CO1PR11MB49296A686CCD9279DC96D9CDD2452@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <44ffdbe2-0f09-4a2e-8d24-7a38ee075226@quicinc.com>
Hi Leif,
Merged: https://github.com/tianocore/edk2/pull/5353
Thanks for the review/approval.
A few additional topics:
1) For libraries listed in MdeLibs.dsc.inc, if a package DSC provides
the same mapping, then it is duplicate content that can be cleaned
up. Would be great to have some tools to help identify these types
of duplicate mappings and reduce the size of DSC files overall.
2) If we want to reduce DSC file size and duplicate information, we
could expand use of MdeLib.dsc.inc concept across all packages to
provide mappings of all libraries for which there is only a single
implementation (or preferred default).
3) A discussion/review of the CONTINUOUS_INTEGRATION define feature
will occur in a future TianoCore Tools/CI meeting to determine if
the coverage can be improved and see if the usage of that define
can be simplified in the packages that depend on it to reduce CI
execution times.
Thanks,
Mike
> -----Original Message-----
> From: Leif Lindholm <quic_llindhol@quicinc.com>
> Sent: Wednesday, February 7, 2024 1:37 AM
> To: Kinney, Michael D <michael.d.kinney@intel.com>;
> devel@edk2.groups.io
> Cc: Andrew Fish <afish@apple.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Liu, Zhiguang <zhiguang.liu@intel.com>; Xu,
> Wei6 <wei6.xu@intel.com>; Kasbekar, Saloni <saloni.kasbekar@intel.com>;
> Clark-williams, Zachary <zachary.clark-williams@intel.com>
> Subject: Re: [edk2-stable202402][Patch 1/1] MdePkg: Add
> SynchronizationLib to MdeLibs.dsc.inc
>
> On 2024-02-06 18:38, Michael D Kinney wrote:
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4675
> >
> > Add library mapping for the SynchrnizationLib to MdeLibs.dsc.inc
>
> Typo: SynchrnizationLib
>
> > to resolve build failures in the FmpDevicePkg and NetworkPkg for
> > missing library mapping.
> >
> > The following email details why this was missed by EDK II CI
> >
> > * https://edk2.groups.io/g/devel/message/115185
> >
> > Local builds of all packages that use -D CONTINUOUS_INTEGRATION
> > were performed to verify that this change resolves the missing
> > library mapping.
>
> Hmm...
> I agree with this as a patch for 202402
> Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
>
> But I think this exposes a serious antipattern.
> Have a look at the SecurityPkg.dsc for CONTINUOUS_INTEGRATION.
> The only reason that doesn't break is because SynchronizationLib is
> explicitly imported there (which we should really drop after this
> addition, but not before the stable tag).
>
> Meanwhile, that same exact CONTINUOUS_INTEGRATION stanza is duplicated
> five times in that single file. There must be a better way of doing
> this, after the stable tag.
>
> /
> Leif
>
> > Cc: Andrew Fish <afish@apple.com>
> > Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> > Cc: Wei6 Xu <wei6.xu@intel.com>
> > Cc: Saloni Kasbekar <saloni.kasbekar@intel.com>
> > Cc: Zachary Clark-williams <zachary.clark-williams@intel.com>
> > Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> > ---
> > MdePkg/MdeLibs.dsc.inc | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MdePkg/MdeLibs.dsc.inc b/MdePkg/MdeLibs.dsc.inc
> > index deb35c1a185c..d782dbf4ffc6 100644
> > --- a/MdePkg/MdeLibs.dsc.inc
> > +++ b/MdePkg/MdeLibs.dsc.inc
> > @@ -17,3 +17,4 @@ [LibraryClasses]
> > CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
> >
> SmmCpuRendezvousLib|MdePkg/Library/SmmCpuRendezvousLibNull/SmmCpuRendez
> vousLibNull.inf
> > SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
> > +
> SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchroniz
> ationLib.inf
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115244): https://edk2.groups.io/g/devel/message/115244
Mute This Topic: https://groups.io/mt/104203786/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
prev parent reply other threads:[~2024-02-07 19:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-06 18:38 [edk2-devel] [edk2-stable202402][Patch 1/1] MdePkg: Add SynchronizationLib to MdeLibs.dsc.inc Michael D Kinney
2024-02-06 18:41 ` Michael D Kinney
2024-02-07 9:37 ` Leif Lindholm
2024-02-07 19:01 ` Michael D Kinney [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CO1PR11MB49296A686CCD9279DC96D9CDD2452@CO1PR11MB4929.namprd11.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox