Hay
Date
June 3, 2025, 7:38 a.m.

Environment
arm

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/timers'
alarmtimer-suspend.c:92:27: warning: overflow in expression; result is 2'115'098'112 with type 'long' [-Winteger-overflow]
   92 |         delta_ns -= NSEC_PER_SEC * SUSPEND_SECS * alarmcount;
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/timers'
alarmtimer-suspend.c:97:17: warning: overflow in expression; result is 705'032'704 with type 'long' [-Winteger-overflow]
   97 |         if (delta_ns > UNREASONABLE_LAT) {
      |                        ^~~~~~~~~~~~~~~~
alarmtimer-suspend.c:35:40: note: expanded from macro 'UNREASONABLE_LAT'
   35 | #define UNREASONABLE_LAT (NSEC_PER_SEC * 5) /* hopefully we resume in 5 secs */
      |                           ~~~~~~~~~~~~~^~~


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/timers'
alarmtimer-suspend.c:92:27: warning: overflow in expression; result is 2'115'098'112 with type 'long' [-Winteger-overflow]
   92 |         delta_ns -= NSEC_PER_SEC * SUSPEND_SECS * alarmcount;
      |                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest_install ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/timers'
alarmtimer-suspend.c:97:17: warning: overflow in expression; result is 705'032'704 with type 'long' [-Winteger-overflow]
   97 |         if (delta_ns > UNREASONABLE_LAT) {
      |                        ^~~~~~~~~~~~~~~~
alarmtimer-suspend.c:35:40: note: expanded from macro 'UNREASONABLE_LAT'
   35 | #define UNREASONABLE_LAT (NSEC_PER_SEC * 5) /* hopefully we resume in 5 secs */
      |                           ~~~~~~~~~~~~~^~~