Hay
Date
June 17, 2025, 3:39 p.m.

Environment
arm
arm64
i386
x86_64

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- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/cgroup'
In file included from test_zswap.c:13:
test_zswap.c:180:6: warning: variable 'test_group' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_zswap.c:229:7: note: uninitialized use occurs here
  229 |         free(test_group);
      |              ^~~~~~~~~~
test_zswap.c:180:2: note: remove the 'if' if its condition is always false
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181 |                 goto out;
      |                 ~~~~~~~~
test_zswap.c:158:18: note: initialize the variable 'test_group' to silence this warning
  158 |         char *test_group;
      |                         ^
      |                          = NULL


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- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/cgroup'
In file included from test_zswap.c:14:
test_zswap.c:180:6: warning: variable 'test_group' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_zswap.c:229:7: note: uninitialized use occurs here
  229 |         free(test_group);
      |              ^~~~~~~~~~
test_zswap.c:180:2: note: remove the 'if' if its condition is always false
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181 |                 goto out;
      |                 ~~~~~~~~
test_zswap.c:158:18: note: initialize the variable 'test_group' to silence this warning
  158 |         char *test_group;
      |                         ^
      |                          = NULL


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=i386 SRCARCH=x86 CROSS_COMPILE=i686-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/cgroup'
In file included from test_zswap.c:13:
test_zswap.c:180:6: warning: variable 'test_group' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_zswap.c:229:7: note: uninitialized use occurs here
  229 |         free(test_group);
      |              ^~~~~~~~~~
test_zswap.c:180:2: note: remove the 'if' if its condition is always false
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181 |                 goto out;
      |                 ~~~~~~~~
test_zswap.c:158:18: note: initialize the variable 'test_group' to silence this warning
  158 |         char *test_group;
      |                         ^
      |                          = NULL


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=i386 SRCARCH=x86 CROSS_COMPILE=i686-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/cgroup'
In file included from test_zswap.c:13:
test_zswap.c:180:6: warning: variable 'test_group' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_zswap.c:229:7: note: uninitialized use occurs here
  229 |         free(test_group);
      |              ^~~~~~~~~~
test_zswap.c:180:2: note: remove the 'if' if its condition is always false
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181 |                 goto out;
      |                 ~~~~~~~~
test_zswap.c:158:18: note: initialize the variable 'test_group' to silence this warning
  158 |         char *test_group;
      |                         ^
      |                          = NULL


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/4/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/4/build/kselftest_install ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM=1 LLVM_IAS=1 kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/cgroup'
In file included from test_zswap.c:14:
test_zswap.c:180:6: warning: variable 'test_group' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_zswap.c:229:7: note: uninitialized use occurs here
  229 |         free(test_group);
      |              ^~~~~~~~~~
test_zswap.c:180:2: note: remove the 'if' if its condition is always false
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181 |                 goto out;
      |                 ~~~~~~~~
test_zswap.c:158:18: note: initialize the variable 'test_group' to silence this warning
  158 |         char *test_group;
      |                         ^
      |                          = NULL


make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/4/build INSTALL_PATH=/home/tuxbuild/.cache/tuxmake/builds/4/build/kselftest_install ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=1 kselftest-install
make[4]: Entering directory '/builds/linux/tools/testing/selftests/cgroup'
In file included from test_zswap.c:14:
test_zswap.c:180:6: warning: variable 'test_group' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_zswap.c:229:7: note: uninitialized use occurs here
  229 |         free(test_group);
      |              ^~~~~~~~~~
test_zswap.c:180:2: note: remove the 'if' if its condition is always false
  180 |         if (cg_write(root, "cgroup.subtree_control", "+memory"))
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181 |                 goto out;
      |                 ~~~~~~~~
test_zswap.c:158:18: note: initialize the variable 'test_group' to silence this warning
  158 |         char *test_group;
      |                         ^
      |                          = NULL