Skip to content

Conversation

markjdb
Copy link
Contributor

@markjdb markjdb commented Aug 22, 2025

Motivation and Context

The change fixes a format string error when compiling zdb for a 32-bit ARM target on FreeBSD.

Description

The change casts 64-bit integers to u_longlong_t and uses the lld format specifier when printing.

How Has This Been Tested?

Build-tested.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Quality assurance (non-breaking change which makes the code more robust against bugs)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • Documentation (a change to man pages or other documentation)

Checklist:

@behlendorf behlendorf added the Status: Code Review Needed Ready for review and testing label Aug 22, 2025
@amotin amotin added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Aug 23, 2025
@behlendorf behlendorf merged commit 0d54ae2 into openzfs:master Aug 25, 2025
38 of 41 checks passed
spauka pushed a commit to spauka/zfs that referenced this pull request Aug 30, 2025
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Signed-off-by: Mark Johnston <[email protected]>
Closes openzfs#17665
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants