Skip to content
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

Fix uint32_t printed as unsigned int #9225

Conversation

gilles-peskine-arm
Copy link
Contributor

@gilles-peskine-arm gilles-peskine-arm commented Jun 3, 2024

This is ok in practice since we don't support 16-bit platforms, but it makes arm-none-eabi-gcc-10 -mthumb -Wformat complain.

Fixes build_arm_none_eabi_gcc_no_64bit_multiplication on my machine (arm-none-eabi-gcc 10.3). The CI doesn't complain because we're using an older compiler version.

PR checklist

Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")

This is ok in practice since we don't support 16-bit platforms, but it makes
`arm-none-eabi-gcc-10 -mthumb -Wformat` complain.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
@gilles-peskine-arm gilles-peskine-arm added enhancement needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review priority-medium Medium priority - this can be reviewed as time permits size-xs Estimated task size: extra small (a few hours at most) labels Jun 3, 2024
Copy link
Contributor

@tom-cosgrove-arm tom-cosgrove-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tom-cosgrove-arm
Copy link
Contributor

Is there a problem with the CI? DCO status is normally reported quickly

@gilles-peskine-arm gilles-peskine-arm force-pushed the tls13-debug-print-uint32-fix branch from 5f09f86 to 6f60fbe Compare June 4, 2024 07:01
@gilles-peskine-arm
Copy link
Contributor Author

DCO occasionally gets lost on the way. I've force-pushed a new identical commit to kick it again.

@gilles-peskine-arm
Copy link
Contributor Author

Not helping and #9189 DCO also hasn't reported back. The DCO job is down.

@paul-elliott-arm paul-elliott-arm self-requested a review June 5, 2024 09:40
Copy link
Member

@paul-elliott-arm paul-elliott-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, DCO is good by manual inspection

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
@gilles-peskine-arm gilles-peskine-arm force-pushed the tls13-debug-print-uint32-fix branch from 6f60fbe to 69770aa Compare June 5, 2024 18:54
@gilles-peskine-arm
Copy link
Contributor Author

I force-pushed a new head with only a commit date change to re-run the CI (DCO service outage, and unrelated intermittent failure on the internal CI that's now fixed).

@gilles-peskine-arm gilles-peskine-arm added approved Design and code approved - may be waiting for CI or backports and removed needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review labels Jun 5, 2024
@tom-cosgrove-arm tom-cosgrove-arm added this pull request to the merge queue Jun 10, 2024
Merged via the queue into Mbed-TLS:development with commit c9ab367 Jun 10, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Design and code approved - may be waiting for CI or backports enhancement priority-medium Medium priority - this can be reviewed as time permits size-xs Estimated task size: extra small (a few hours at most)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants