Hay
Date
June 5, 2025, 7:08 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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from timens.c:16:
alarmtimer-suspend.c: In function 'sigalarm':
alarmtimer-suspend.c:92:34: warning: integer overflow in expression of type 'long int' results in '2115098112' [-Woverflow]
   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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from timens.c:16:
alarmtimer-suspend.c: In function 'sigalarm':
alarmtimer-suspend.c:35:40: warning: integer overflow in expression of type 'long int' results in '705032704' [-Woverflow]
   35 | #define UNREASONABLE_LAT (NSEC_PER_SEC * 5) /* hopefully we resume in 5 secs */
      |                                        ^
alarmtimer-suspend.c:97:24: note: in expansion of macro 'UNREASONABLE_LAT'
   97 |         if (delta_ns > UNREASONABLE_LAT) {
      |                        ^~~~~~~~~~~~~~~~


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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from timens.c:16:
alarmtimer-suspend.c: In function 'sigalarm':
alarmtimer-suspend.c:35:40: warning: integer overflow in expression of type 'long int' results in '705032704' [-Woverflow]
   35 | #define UNREASONABLE_LAT (NSEC_PER_SEC * 5) /* hopefully we resume in 5 secs */
      |                                        ^
alarmtimer-suspend.c:97:24: note: in expansion of macro 'UNREASONABLE_LAT'
   97 |         if (delta_ns > UNREASONABLE_LAT) {
      |                        ^~~~~~~~~~~~~~~~

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- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' kselftest-install
In file included from timens.c:16:
alarmtimer-suspend.c: In function 'sigalarm':
alarmtimer-suspend.c:92:34: warning: integer overflow in expression of type 'long int' results in '2115098112' [-Woverflow]
   92 |         delta_ns -= NSEC_PER_SEC * SUSPEND_SECS * alarmcount;
      |                                  ^