Re: bug report for linux-6.14/tools/testing/selftests/mm/pagemap_ioctl.c

2025-03-28 Thread Shuah Khan
On 3/26/25 13:25, David Binderman wrote: Hello there, Static analyser cppcheck says: linux-6.14/tools/testing/selftests/mm/pagemap_ioctl.c:1061:11: style: int result is assigned to long long variable. If the variable is long long to avoid loss of information, then you have loss of informatio

bug report for linux-6.14/tools/testing/selftests/mm/pagemap_ioctl.c

2025-03-26 Thread David Binderman
Hello there, Static analyser cppcheck says: > linux-6.14/tools/testing/selftests/mm/pagemap_ioctl.c:1061:11: style: int > result is assigned to long long variable. If the variable is long long to > avoid loss of information, then you have loss of information. > [truncLongCastAssignment] > linu