All of lore.kernel.org
 help / color / mirror / Atom feed
* [anolis-intel-cloud:devel-6.6 218/218] test_cpu_identity.c:943:62: warning: 'snprintf' output may be truncated before the last format character
@ 2026-04-22 21:01 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-04-22 21:01 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "low confidence bisect report"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: aubrey.li@linux.intel.com

tree:   https://gitee.com/anolis/intel-cloud-kernel.git devel-6.6
head:   db8b81c14b7031c5b1420d57fbeb18056546ddcf
commit: b03efd8c92f9b56bbe0bbbea29f46916e942c963 [218/218] anolis: tools/selftest: add cpu identity coverage
:::::: branch date: 9 hours ago
:::::: commit date: 7 days ago
config: x86_64-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260422/202604222218.BTmo8dxS-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260422/202604222218.BTmo8dxS-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202604222218.BTmo8dxS-lkp@intel.com/

All warnings (new ones prefixed by >>):

   test_cpu_identity.c: In function 'test_identity_hierarchy_counts':
>> test_cpu_identity.c:943:62: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
     943 |         snprintf(expeller_path, sizeof(expeller_path), "%s/%s", parent_path,
         |                                                              ^
   test_cpu_identity.c:943:9: note: 'snprintf' output 2 or more bytes (assuming 4097) into a destination of size 4096
     943 |         snprintf(expeller_path, sizeof(expeller_path), "%s/%s", parent_path,
         |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     944 |                  strrchr(expeller, '/') + 1);
         |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
   test_cpu_identity.c:945:62: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
     945 |         snprintf(expellee_path, sizeof(expellee_path), "%s/%s", parent_path,
         |                                                              ^
   test_cpu_identity.c:945:9: note: 'snprintf' output 2 or more bytes (assuming 4097) into a destination of size 4096
     945 |         snprintf(expellee_path, sizeof(expellee_path), "%s/%s", parent_path,
         |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     946 |                  strrchr(expellee, '/') + 1);
         |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
   test_cpu_identity.c: In function 'run_multi_child_parent_throttle_pressure':
>> test_cpu_identity.c:1555:76: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=]
    1555 |         snprintf(throttle_parent_path, sizeof(throttle_parent_path), "%s/%s/%s",
         |                                                                            ^
   test_cpu_identity.c:1555:9: note: 'snprintf' output 3 or more bytes (assuming 4098) into a destination of size 4096
    1555 |         snprintf(throttle_parent_path, sizeof(throttle_parent_path), "%s/%s/%s",
         |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1556 |                  parent_path, strrchr(normal, '/') + 1, strrchr(throttle_parent, '/') + 1);
         |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   test_cpu_identity.c:1558:72: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
    1558 |                 snprintf(child_paths[i], sizeof(child_paths[i]), "%s/%s",
         |                                                                        ^
   test_cpu_identity.c:1558:17: note: 'snprintf' output 2 or more bytes (assuming 4097) into a destination of size 4096
    1558 |                 snprintf(child_paths[i], sizeof(child_paths[i]), "%s/%s",
         |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1559 |                          throttle_parent_path, strrchr(children[i], '/') + 1);
         |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-22 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-22 21:01 [anolis-intel-cloud:devel-6.6 218/218] test_cpu_identity.c:943:62: warning: 'snprintf' output may be truncated before the last format character kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.