Hay
Date
May 29, 2025, 7:10 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 file_backed.c:3:
file_backed.c: In function 'loop_queue_tgt_rw_io':
file_backed.c:36:46: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
   36 |         void *addr = (zc | auto_zc) ? NULL : (void *)iod->addr;
      |                                              ^


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 file_backed.c:3:
file_backed.c: In function 'loop_queue_tgt_rw_io':
file_backed.c:36:46: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
   36 |         void *addr = (zc | auto_zc) ? NULL : (void *)iod->addr;
      |                                              ^