Hay
Date
April 8, 2025, 12:37 p.m.
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
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/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;
      |                      ^~~~~~~~~~~~~