public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] Dynamic Stack Cookies PR For edk2-stable202502
@ 2025-02-03 18:32 Oliver Smith-Denny via groups.io
  2025-02-05  9:18 ` 回复: " gaoliming via groups.io
  0 siblings, 1 reply; 3+ messages in thread
From: Oliver Smith-Denny via groups.io @ 2025-02-03 18:32 UTC (permalink / raw)
  To: devel@edk2.groups.io, Liming Gao, Michael Kinney

Hi Liming,

I am planning to merge https://github.com/tianocore/edk2/pull/6381
for stable tag edk2-stable202502. It has been under review for
several months now and currently has multiple approvals, just
waiting for Mike Kinney to confirm he is done reviewing and
hopefully approve :).

I will also put up a PR in edk2-platforms to resolve the
breaking change there.

Thanks,
Oliver


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#121072): https://edk2.groups.io/g/devel/message/121072
Mute This Topic: https://groups.io/mt/110976993/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

* 回复: [edk2-devel] Dynamic Stack Cookies PR For edk2-stable202502
  2025-02-03 18:32 [edk2-devel] Dynamic Stack Cookies PR For edk2-stable202502 Oliver Smith-Denny via groups.io
@ 2025-02-05  9:18 ` gaoliming via groups.io
  2025-02-05 16:07   ` Oliver Smith-Denny via groups.io
  0 siblings, 1 reply; 3+ messages in thread
From: gaoliming via groups.io @ 2025-02-05  9:18 UTC (permalink / raw)
  To: devel, osde, 'Michael Kinney'

Oliver:
  I have added 202502 milestone for this PR. 

  If the platform wants to enable this feature, it needs to define CUSTOM_STACK_CHECK_LIB in its DSC file. If the platform doesn't enable this feature, it will not be impacted by this change. Right?

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Oliver
> Smith-Denny via groups.io
> 发送时间: 2025年2月4日 2:33
> 收件人: devel@edk2.groups.io; Liming Gao <gaoliming@byosoft.com.cn>;
> Michael Kinney <michael.d.kinney@intel.com>
> 主题: [edk2-devel] Dynamic Stack Cookies PR For edk2-stable202502
> 
> Hi Liming,
> 
> I am planning to merge https://github.com/tianocore/edk2/pull/6381
> for stable tag edk2-stable202502. It has been under review for
> several months now and currently has multiple approvals, just
> waiting for Mike Kinney to confirm he is done reviewing and
> hopefully approve :).
> 
> I will also put up a PR in edk2-platforms to resolve the
> breaking change there.
> 
> Thanks,
> Oliver
> 
> 
> 
> 





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#121081): https://edk2.groups.io/g/devel/message/121081
Mute This Topic: https://groups.io/mt/111009400/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 回复: [edk2-devel] Dynamic Stack Cookies PR For edk2-stable202502
  2025-02-05  9:18 ` 回复: " gaoliming via groups.io
@ 2025-02-05 16:07   ` Oliver Smith-Denny via groups.io
  0 siblings, 0 replies; 3+ messages in thread
From: Oliver Smith-Denny via groups.io @ 2025-02-05 16:07 UTC (permalink / raw)
  To: devel, gaoliming, 'Michael Kinney'

Thanks Liming.

I also responded to the comment on the PR, but yes this is correct.
Dynamic stack cookies are only used if CUSTOM_STACK_CHECK_LIB is
defined in the platform.

This change will affect platforms (as noted in the integration
instructions) by requiring StackCheckLib to be linked against
all custom entry point libs and modules with their own custom
entry points (such as SEC modules).

Thanks,
Oliver

On 2/5/2025 1:18 AM, gaoliming via groups.io wrote:
> Oliver:
>    I have added 202502 milestone for this PR.
> 
>    If the platform wants to enable this feature, it needs to define CUSTOM_STACK_CHECK_LIB in its DSC file. If the platform doesn't enable this feature, it will not be impacted by this change. Right?
> 
> Thanks
> Liming
>> -----邮件原件-----
>> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Oliver
>> Smith-Denny via groups.io
>> 发送时间: 2025年2月4日 2:33
>> 收件人: devel@edk2.groups.io; Liming Gao <gaoliming@byosoft.com.cn>;
>> Michael Kinney <michael.d.kinney@intel.com>
>> 主题: [edk2-devel] Dynamic Stack Cookies PR For edk2-stable202502
>>
>> Hi Liming,
>>
>> I am planning to merge https://github.com/tianocore/edk2/pull/6381
>> for stable tag edk2-stable202502. It has been under review for
>> several months now and currently has multiple approvals, just
>> waiting for Mike Kinney to confirm he is done reviewing and
>> hopefully approve :).
>>
>> I will also put up a PR in edk2-platforms to resolve the
>> breaking change there.
>>
>> Thanks,
>> Oliver
>>
>>
>>
>>
> 
> 
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#121083): https://edk2.groups.io/g/devel/message/121083
Mute This Topic: https://groups.io/mt/111009400/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-05 16:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03 18:32 [edk2-devel] Dynamic Stack Cookies PR For edk2-stable202502 Oliver Smith-Denny via groups.io
2025-02-05  9:18 ` 回复: " gaoliming via groups.io
2025-02-05 16:07   ` Oliver Smith-Denny via groups.io

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox