Hay
Date
Jan. 6, 2025, 4:10 p.m.
Failure - log-parser-build-gcc - gcc-compiler-include_linux_overflow_h-warning-comparison-of-distinct-pointer-types-lacks-a-cast
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/include/linux/mm.h:29,
                 from /builds/linux/include/linux/pagemap.h:8,
                 from /builds/linux/include/linux/buffer_head.h:14,
                 from /builds/linux/fs/udf/udfdecl.h:12,
                 from /builds/linux/fs/udf/inode.c:32:
/builds/linux/fs/udf/inode.c: In function 'udf_current_aext':
/builds/linux/include/linux/overflow.h:61:22: warning: comparison of distinct pointer types lacks a cast
   61 |         (void) (&__a == __d);                   \
      |                      ^~
/builds/linux/fs/udf/inode.c:2202:21: note: in expansion of macro 'check_add_overflow'
 2202 |                 if (check_add_overflow(sizeof(struct allocExtDesc),
      |                     ^~~~~~~~~~~~~~~~~~
Failure - log-parser-build-gcc - gcc-compiler-kernel_profile_c-warning-the-comparison-will-always-evaluate-as-true-for-the-address-of-prof_cpu_mask-will-never-be-null KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-kernel_profile_c-warning-the-comparison-will-always-evaluate-as-true-for-the-address-of-prof_cpu_mask-will-never-be-null: Failure Automatically assigned
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc'
/builds/linux/kernel/profile.c: In function 'profile_tick':
/builds/linux/kernel/profile.c:414:47: warning: the comparison will always evaluate as 'true' for the address of 'prof_cpu_mask' will never be NULL [-Waddress]
  414 |         if (!user_mode(regs) && prof_cpu_mask != NULL &&
      |                                               ^~
/builds/linux/kernel/profile.c:50:22: note: 'prof_cpu_mask' declared here
   50 | static cpumask_var_t prof_cpu_mask;
      |                      ^~~~~~~~~~~~~