public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v1 0/1] RISCV: Fix InternalLongJump
@ 2023-09-19  4:43 Andrei Warkentin
  2023-09-19  4:43 ` [edk2-devel] [PATCH v1 1/1] RISCV: Fix InternalLongJump to return correct value Andrei Warkentin
  0 siblings, 1 reply; 7+ messages in thread
From: Andrei Warkentin @ 2023-09-19  4:43 UTC (permalink / raw)
  To: devel; +Cc: Andrei Warkentin

I was playing around with building code with -Os and ran into
weird crashes, that I ended up chasing down to an obviously
incorrect InternalLongJump implementation, which has never
been correctly passing its 2nd parameter down as the return
value of SetJump.

You can find the pull at https://github.com/tianocore/edk2/pull/4836,
with the failing tests seemingly unrelated (at least one of these
was related to CryptoPkg not being found).

Andrei Warkentin (1):
  RISCV: Fix InternalLongJump to return correct value

 CryptoPkg/Library/OpensslLib/openssl                  | 2 +-
 MdePkg/Library/BaseLib/RiscV64/RiscVSetJumpLongJump.S | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

-- 
2.34.1



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



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

end of thread, other threads:[~2023-09-19 16:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-19  4:43 [edk2-devel] [PATCH v1 0/1] RISCV: Fix InternalLongJump Andrei Warkentin
2023-09-19  4:43 ` [edk2-devel] [PATCH v1 1/1] RISCV: Fix InternalLongJump to return correct value Andrei Warkentin
2023-09-19  8:01   ` Yao, Jiewen
2023-09-19  8:04     ` Andrei Warkentin
2023-09-19 14:31   ` Ard Biesheuvel
2023-09-19 14:41     ` Leif Lindholm
2023-09-19 16:14       ` Andrei Warkentin

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