Hay
Date
March 5, 2025, 6:37 p.m.

Environment
arm64

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_fpr':
syscall-abi.c:115:71: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  115 |                                 ksft_print_msg("%s Q%d/%d mismatch %llx != %llx\n",
      |                                                                    ~~~^
      |                                                                       |
      |                                                                       long long unsigned int
      |                                                                    %lx
......
  118 |                                                fpr_in[i], fpr_out[i]);
      |                                                ~~~~~~~~~               
      |                                                      |
      |                                                      uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_fpr':
syscall-abi.c:115:79: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  115 |                                 ksft_print_msg("%s Q%d/%d mismatch %llx != %llx\n",
      |                                                                            ~~~^
      |                                                                               |
      |                                                                               long long unsigned int
      |                                                                            %lx
......
  118 |                                                fpr_in[i], fpr_out[i]);
      |                                                           ~~~~~~~~~~           
      |                                                                  |
      |                                                                  uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_gpr':
syscall-abi.c:84:77: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
   84 |                         ksft_print_msg("%s SVE VL %d mismatch in GPR %d: %llx != %llx\n",
      |                                                                          ~~~^
      |                                                                             |
      |                                                                             long long unsigned int
      |                                                                          %lx
   85 |                                        cfg->name, sve_vl, i,
   86 |                                        gpr_in[i], gpr_out[i]);
      |                                        ~~~~~~~~~                             
      |                                              |
      |                                              uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_gpr':
syscall-abi.c:84:85: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
   84 |                         ksft_print_msg("%s SVE VL %d mismatch in GPR %d: %llx != %llx\n",
      |                                                                                  ~~~^
      |                                                                                     |
      |                                                                                     long long unsigned int
      |                                                                                  %lx
   85 |                                        cfg->name, sve_vl, i,
   86 |                                        gpr_in[i], gpr_out[i]);
      |                                                   ~~~~~~~~~~                         
      |                                                          |
      |                                                          uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:303:71: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  303 |                 ksft_print_msg("%s PSTATE.ZA changed, SVCR %llx != %llx\n",
      |                                                                    ~~~^
      |                                                                       |
      |                                                                       long long unsigned int
      |                                                                    %lx
  304 |                                cfg->name, svcr_in, svcr_out);
      |                                                    ~~~~~~~~            
      |                                                    |
      |                                                    uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:297:57: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  297 |                 ksft_print_msg("%s Still in SM, SVCR %llx\n",
      |                                                      ~~~^
      |                                                         |
      |                                                         long long unsigned int
      |                                                      %lx
  298 |                                cfg->name, svcr_out);
      |                                           ~~~~~~~~       
      |                                           |
      |                                           uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:303:63: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  303 |                 ksft_print_msg("%s PSTATE.ZA changed, SVCR %llx != %llx\n",
      |                                                            ~~~^
      |                                                               |
      |                                                               long long unsigned int
      |                                                            %lx
  304 |                                cfg->name, svcr_in, svcr_out);
      |                                           ~~~~~~~              
      |                                           |
      |                                           uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_fpr':
syscall-abi.c:115:71: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  115 |                                 ksft_print_msg("%s Q%d/%d mismatch %llx != %llx\n",
      |                                                                    ~~~^
      |                                                                       |
      |                                                                       long long unsigned int
      |                                                                    %lx
......
  118 |                                                fpr_in[i], fpr_out[i]);
      |                                                ~~~~~~~~~               
      |                                                      |
      |                                                      uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_fpr':
syscall-abi.c:115:79: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  115 |                                 ksft_print_msg("%s Q%d/%d mismatch %llx != %llx\n",
      |                                                                            ~~~^
      |                                                                               |
      |                                                                               long long unsigned int
      |                                                                            %lx
......
  118 |                                                fpr_in[i], fpr_out[i]);
      |                                                           ~~~~~~~~~~           
      |                                                                  |
      |                                                                  uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_gpr':
syscall-abi.c:84:77: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
   84 |                         ksft_print_msg("%s SVE VL %d mismatch in GPR %d: %llx != %llx\n",
      |                                                                          ~~~^
      |                                                                             |
      |                                                                             long long unsigned int
      |                                                                          %lx
   85 |                                        cfg->name, sve_vl, i,
   86 |                                        gpr_in[i], gpr_out[i]);
      |                                        ~~~~~~~~~                             
      |                                              |
      |                                              uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_gpr':
syscall-abi.c:84:85: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
   84 |                         ksft_print_msg("%s SVE VL %d mismatch in GPR %d: %llx != %llx\n",
      |                                                                                  ~~~^
      |                                                                                     |
      |                                                                                     long long unsigned int
      |                                                                                  %lx
   85 |                                        cfg->name, sve_vl, i,
   86 |                                        gpr_in[i], gpr_out[i]);
      |                                                   ~~~~~~~~~~                         
      |                                                          |
      |                                                          uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:303:71: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  303 |                 ksft_print_msg("%s PSTATE.ZA changed, SVCR %llx != %llx\n",
      |                                                                    ~~~^
      |                                                                       |
      |                                                                       long long unsigned int
      |                                                                    %lx
  304 |                                cfg->name, svcr_in, svcr_out);
      |                                                    ~~~~~~~~            
      |                                                    |
      |                                                    uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:297:57: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  297 |                 ksft_print_msg("%s Still in SM, SVCR %llx\n",
      |                                                      ~~~^
      |                                                         |
      |                                                         long long unsigned int
      |                                                      %lx
  298 |                                cfg->name, svcr_out);
      |                                           ~~~~~~~~       
      |                                           |
      |                                           uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
make[5]: Entering directory '/builds/linux/tools/testing/selftests/arm64/abi'
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:303:63: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  303 |                 ksft_print_msg("%s PSTATE.ZA changed, SVCR %llx != %llx\n",
      |                                                            ~~~^
      |                                                               |
      |                                                               long long unsigned int
      |                                                            %lx
  304 |                                cfg->name, svcr_in, svcr_out);
      |                                           ~~~~~~~              
      |                                           |
      |                                           uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_gpr':
syscall-abi.c:84:77: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
   84 |                         ksft_print_msg("%s SVE VL %d mismatch in GPR %d: %llx != %llx\n",
      |                                                                          ~~~^
      |                                                                             |
      |                                                                             long long unsigned int
      |                                                                          %lx
   85 |                                        cfg->name, sve_vl, i,
   86 |                                        gpr_in[i], gpr_out[i]);
      |                                        ~~~~~~~~~                             
      |                                              |
      |                                              uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_fpr':
syscall-abi.c:115:71: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  115 |                                 ksft_print_msg("%s Q%d/%d mismatch %llx != %llx\n",
      |                                                                    ~~~^
      |                                                                       |
      |                                                                       long long unsigned int
      |                                                                    %lx
......
  118 |                                                fpr_in[i], fpr_out[i]);
      |                                                ~~~~~~~~~               
      |                                                      |
      |                                                      uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_gpr':
syscall-abi.c:84:85: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
   84 |                         ksft_print_msg("%s SVE VL %d mismatch in GPR %d: %llx != %llx\n",
      |                                                                                  ~~~^
      |                                                                                     |
      |                                                                                     long long unsigned int
      |                                                                                  %lx
   85 |                                        cfg->name, sve_vl, i,
   86 |                                        gpr_in[i], gpr_out[i]);
      |                                                   ~~~~~~~~~~                         
      |                                                          |
      |                                                          uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:303:63: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  303 |                 ksft_print_msg("%s PSTATE.ZA changed, SVCR %llx != %llx\n",
      |                                                            ~~~^
      |                                                               |
      |                                                               long long unsigned int
      |                                                            %lx
  304 |                                cfg->name, svcr_in, svcr_out);
      |                                           ~~~~~~~              
      |                                           |
      |                                           uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_fpr':
syscall-abi.c:115:79: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  115 |                                 ksft_print_msg("%s Q%d/%d mismatch %llx != %llx\n",
      |                                                                            ~~~^
      |                                                                               |
      |                                                                               long long unsigned int
      |                                                                            %lx
......
  118 |                                                fpr_in[i], fpr_out[i]);
      |                                                           ~~~~~~~~~~           
      |                                                                  |
      |                                                                  uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:297:57: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  297 |                 ksft_print_msg("%s Still in SM, SVCR %llx\n",
      |                                                      ~~~^
      |                                                         |
      |                                                         long long unsigned int
      |                                                      %lx
  298 |                                cfg->name, svcr_out);
      |                                           ~~~~~~~~       
      |                                           |
      |                                           uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:303:71: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  303 |                 ksft_print_msg("%s PSTATE.ZA changed, SVCR %llx != %llx\n",
      |                                                                    ~~~^
      |                                                                       |
      |                                                                       long long unsigned int
      |                                                                    %lx
  304 |                                cfg->name, svcr_in, svcr_out);
      |                                                    ~~~~~~~~            
      |                                                    |
      |                                                    uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_fpr':
syscall-abi.c:115:71: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  115 |                                 ksft_print_msg("%s Q%d/%d mismatch %llx != %llx\n",
      |                                                                    ~~~^
      |                                                                       |
      |                                                                       long long unsigned int
      |                                                                    %lx
......
  118 |                                                fpr_in[i], fpr_out[i]);
      |                                                ~~~~~~~~~               
      |                                                      |
      |                                                      uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_gpr':
syscall-abi.c:84:77: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
   84 |                         ksft_print_msg("%s SVE VL %d mismatch in GPR %d: %llx != %llx\n",
      |                                                                          ~~~^
      |                                                                             |
      |                                                                             long long unsigned int
      |                                                                          %lx
   85 |                                        cfg->name, sve_vl, i,
   86 |                                        gpr_in[i], gpr_out[i]);
      |                                        ~~~~~~~~~                             
      |                                              |
      |                                              uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_fpr':
syscall-abi.c:115:79: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  115 |                                 ksft_print_msg("%s Q%d/%d mismatch %llx != %llx\n",
      |                                                                            ~~~^
      |                                                                               |
      |                                                                               long long unsigned int
      |                                                                            %lx
......
  118 |                                                fpr_in[i], fpr_out[i]);
      |                                                           ~~~~~~~~~~           
      |                                                                  |
      |                                                                  uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:303:63: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  303 |                 ksft_print_msg("%s PSTATE.ZA changed, SVCR %llx != %llx\n",
      |                                                            ~~~^
      |                                                               |
      |                                                               long long unsigned int
      |                                                            %lx
  304 |                                cfg->name, svcr_in, svcr_out);
      |                                           ~~~~~~~              
      |                                           |
      |                                           uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:303:71: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  303 |                 ksft_print_msg("%s PSTATE.ZA changed, SVCR %llx != %llx\n",
      |                                                                    ~~~^
      |                                                                       |
      |                                                                       long long unsigned int
      |                                                                    %lx
  304 |                                cfg->name, svcr_in, svcr_out);
      |                                                    ~~~~~~~~            
      |                                                    |
      |                                                    uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_svcr':
syscall-abi.c:297:57: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
  297 |                 ksft_print_msg("%s Still in SM, SVCR %llx\n",
      |                                                      ~~~^
      |                                                         |
      |                                                         long long unsigned int
      |                                                      %lx
  298 |                                cfg->name, svcr_out);
      |                                           ~~~~~~~~       
      |                                           |
      |                                           uint64_t {aka long unsigned int}

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=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_COMPILE_COMPAT=arm-linux-gnueabihf- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' kselftest-install
syscall-abi.c: In function 'check_gpr':
syscall-abi.c:84:85: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=]
   84 |                         ksft_print_msg("%s SVE VL %d mismatch in GPR %d: %llx != %llx\n",
      |                                                                                  ~~~^
      |                                                                                     |
      |                                                                                     long long unsigned int
      |                                                                                  %lx
   85 |                                        cfg->name, sve_vl, i,
   86 |                                        gpr_in[i], gpr_out[i]);
      |                                                   ~~~~~~~~~~                         
      |                                                          |
      |                                                          uint64_t {aka long unsigned int}