Hay
Date
June 17, 2025, 3:39 p.m.

Environment
arm

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/timers'
valid-adjtimex.c: In function 'validate_freq':
valid-adjtimex.c:141:55: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  141 |                         printf("Warning: freq value %ld not what we set it (%ld)!\n",
      |                                                     ~~^
      |                                                       |
      |                                                       long int
      |                                                     %lld
  142 |                                         tx.freq, valid_freq[i]);
      |                                         ~~~~~~~        
      |                                           |
      |                                           long long int

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/timers'
valid-adjtimex.c: In function 'validate_freq':
valid-adjtimex.c:161:61: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  161 |                         printf("ERROR: out of range value %ld actually set!\n",
      |                                                           ~~^
      |                                                             |
      |                                                             long int
      |                                                           %lld
  162 |                                         tx.freq);
      |                                         ~~~~~~~              
      |                                           |
      |                                           long long int


make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/timers'
valid-adjtimex.c: In function 'validate_freq':
valid-adjtimex.c:161:61: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  161 |                         printf("ERROR: out of range value %ld actually set!\n",
      |                                                           ~~^
      |                                                             |
      |                                                             long int
      |                                                           %lld
  162 |                                         tx.freq);
      |                                         ~~~~~~~              
      |                                           |
      |                                           long long int

make  -C /builds/linux/tools/lib/bpf OUTPUT=/home/tuxbuild/.cache/tuxmake/builds/1/build/kselftest/net/tools/build/libbpf/     \
make[4]: Entering directory '/builds/linux/tools/testing/selftests/timers'
valid-adjtimex.c: In function 'validate_freq':
valid-adjtimex.c:141:55: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  141 |                         printf("Warning: freq value %ld not what we set it (%ld)!\n",
      |                                                     ~~^
      |                                                       |
      |                                                       long int
      |                                                     %lld
  142 |                                         tx.freq, valid_freq[i]);
      |                                         ~~~~~~~        
      |                                           |
      |                                           long long int