]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "lib: uuid: fix uuid_str_to_le_bin() on 32-bit"
authorTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 14:14:29 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 14:14:29 +0000 (08:14 -0600)
commit9d49c73862c4c492b81b8cdd941fc4d602774673
treec0e441278c859d2e65ebf46844714ff58349fc8f
parentb30787ad24d51ea7efb75870a83f2c3e6cad0f24
parent37587d2e1454e9642bbae900b920dc5f0530fa87
Merge patch series "lib: uuid: fix uuid_str_to_le_bin() on 32-bit"

Heinrich Schuchardt <heinrich.schuchardt@canonical.com> says:

The lib_test_uuid_to_le and lib lib_test_dynamic_uuid tests fail on
32-bit systems. But we never caught this in our CI because we never
ran any of our C unit tests on 32-bit.

Enable CONFIG_UNIT_TEST on qemu_arm_defconfig.

hextoul() cannot convert a string to a 64-bit number on a 32-bit system.
Use the new function hextoull() instead.

Link: https://lore.kernel.org/r/20241103224223.195255-1-heinrich.schuchardt@canonical.com