Hay
Date
Jan. 6, 2025, 4:10 p.m.
Failure - log-parser-build-gcc - gcc-compiler-drivers_gpu_drm_omapdrm_dss_dispc_c-warning-this-else-clause-does-not-guard KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-drivers_gpu_drm_omapdrm_dss_dispc_c-warning-this-else-clause-does-not-guard: 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/drivers/gpu/drm/omapdrm/dss/dispc.c: In function 'pixinc':
/builds/linux/drivers/gpu/drm/omapdrm/dss/dispc.c:2091:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 2091 |         else
      |         ^~~~
/builds/linux/drivers/gpu/drm/omapdrm/dss/dispc.c:2093:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
 2093 |                 return 0;
      |                 ^~~~~~
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_dead_cpu':
/builds/linux/kernel/profile.c:347:27: warning: the comparison will always evaluate as 'true' for the address of 'prof_cpu_mask' will never be NULL [-Waddress]
  347 |         if (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;
      |                      ^~~~~~~~~~~~~

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;
      |                      ^~~~~~~~~~~~~

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_online_cpu':
/builds/linux/kernel/profile.c:384:27: warning: the comparison will always evaluate as 'true' for the address of 'prof_cpu_mask' will never be NULL [-Waddress]
  384 |         if (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;
      |                      ^~~~~~~~~~~~~