On 23.01.2023 14:44, Ayan Kumar Halder wrote: > One should be using simple_strtoull() ( instead of simple_strtoul() ) > to assign value to 'u64' variable. The reason being u64 can be > represented by 'unsigned long long' on all the platforms (ie Arm32, > Arm64 and x86).
Suggested-by: Jan Beulich <[email protected]> (or Reported-by or Requested-by, to your liking) > Signed-off-by: Ayan Kumar Halder <[email protected]> Reviewed-by: Jan Beulich <[email protected]> Jan
