On 09.09.2024 13:28, Oleksii Kurochko wrote: > Correct a typo in read_atomic_size() where a 64-bit result > was incorrectly cast to a `uint32_t` instead of `uint64_t` > in the case of 8-byte reads. > > Fixes: 3cd46d4ec8b9 ("xen/riscv: introduce atomic.h") > Reported-by: Andrew Cooper <andrew.coop...@citrix.com> > Signed-off-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com>