-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s390x test failures #2531
Comments
The test files for IMA and system events did contain little endian integers which were assigned to the big endian integers with memcpy. The conversion has to be fixed. |
Relevant: #2139 |
slyon
added a commit
to slyon/tpm2-tss
that referenced
this issue
Aug 22, 2023
…g endian We need to convert it back to the correct endianess. tpm2-software#2531
slyon
added a commit
to slyon/tpm2-tss
that referenced
this issue
Aug 22, 2023
…g endian We need to convert it back to the correct endianess. tpm2-software#2531 Signed-off-by: Lukas Märdian <slyon@ubuntu.com>
4 tasks
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Nov 9, 2023
Based on tpm2-software#2685 In the function spi_tpm_helper_read_sts_reg the result is converted back to the correct endianess. Addresses tpm2-software#2531 Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Nov 28, 2023
Based on tpm2-software#2685 In the function spi_tpm_helper_read_sts_reg the result is converted back to the correct endianess. Addresses tpm2-software#2531 Co-authored-by: Lukas Märdian <slyon@ubuntu.com> Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Dec 4, 2023
Based on tpm2-software#2686 In the function spi_tpm_helper_read_sts_reg the result is converted back to the correct endianess. Addresses tpm2-software#2531 Co-authored-by: Lukas Märdian <slyon@ubuntu.com> Signed-off-by: Juergen Repp <juergen_repp@web.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when running check for 4.0.0 on s390x on alpine linux:
test log
build recipe
The text was updated successfully, but these errors were encountered: