All of lore.kernel.org
 help / color / mirror / Atom feed
* test_memcontrol.c:1654:17: warning: unused variable 'len'
@ 2026-02-10  9:51 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-02-10  9:51 UTC (permalink / raw)
  To: T.J. Mercier; +Cc: oe-kbuild-all, 0day robot

tree:   https://github.com/intel-lab-lkp/linux/commits/T-J-Mercier/kernfs-allow-passing-fsnotify-event-types/20260210-084203
head:   5a5c17e0d4369a7012108067f9f74381fdc664fb
commit: 5a5c17e0d4369a7012108067f9f74381fdc664fb selftests: memcg: Add tests IN_DELETE_SELF and IN_IGNORED on memory.events
date:   9 hours ago
config: i386-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260210/202602101034.nFsiZ949-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/20260210/202602101034.nFsiZ949-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/oe-kbuild-all/202602101034.nFsiZ949-lkp@intel.com/

All warnings (new ones prefixed by >>):

   test_memcontrol.c: In function 'test_memcg_inotify_delete_file':
>> test_memcontrol.c:1654:17: warning: unused variable 'len' [-Wunused-variable]
    1654 |         ssize_t len = 0;
         |                 ^~~
>> test_memcontrol.c:1653:30: warning: unused variable 'event' [-Wunused-variable]
    1653 |         struct inotify_event event;
         |                              ^~~~~
   test_memcontrol.c: In function 'test_memcg_inotify_delete_rmdir':
   test_memcontrol.c:1711:17: warning: unused variable 'len' [-Wunused-variable]
    1711 |         ssize_t len = 0;
         |                 ^~~
   test_memcontrol.c:1710:30: warning: unused variable 'event' [-Wunused-variable]
    1710 |         struct inotify_event event;
         |                              ^~~~~

-- 
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-02-10  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10  9:51 test_memcontrol.c:1654:17: warning: unused variable 'len' 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.