* ./include/linux/sched/signal.h:83:28: error: field 'dumpable' has incomplete type
@ 2026-08-16 16:01 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-08-16 16: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: "Eric W. Biederman" <ebiederm@xmission.com>
CC: 0day robot <lkp@intel.com>
tree: https://github.com/intel-lab-lkp/linux/commits/Eric-W-Biederman/signal-Generalize-posixtimer_queue_sigqueue-into-enqueue_signal/20260815-092530
head: abc0c99c9e0b38872512681cc481b9b3e90b46ca
commit: 4ac29929e23ac8ad0a07a62755058da989a62f5f signal: Use the thread killing in get_signal for coredumps
date: 2 days ago
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago
config: arm64-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260816/202608161756.9RDdh6kA-lkp@intel.com/config)
compiler: aarch64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260816/202608161756.9RDdh6kA-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/202608161756.9RDdh6kA-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from ./include/linux/ptrace.h:7,
from ./include/linux/audit.h:13,
from kernel/capability.c:13:
>> ./include/linux/sched/signal.h:83:28: error: field 'dumpable' has incomplete type
83 | enum task_dumpable dumpable;
| ^~~~~~~~
vim +/dumpable +83 ./include/linux/sched/signal.h
0258b5fd7c7124 Eric W. Biederman 2021-09-22 80
0258b5fd7c7124 Eric W. Biederman 2021-09-22 81 struct core_state {
0258b5fd7c7124 Eric W. Biederman 2021-09-22 82 atomic_t nr_threads;
4ac29929e23ac8 Eric W. Biederman 2026-07-03 @83 enum task_dumpable dumpable;
0258b5fd7c7124 Eric W. Biederman 2021-09-22 84 struct core_thread dumper;
0258b5fd7c7124 Eric W. Biederman 2021-09-22 85 struct completion startup;
0258b5fd7c7124 Eric W. Biederman 2021-09-22 86 };
0258b5fd7c7124 Eric W. Biederman 2021-09-22 87
--
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-08-16 16:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-16 16:01 ./include/linux/sched/signal.h:83:28: error: field 'dumpable' has incomplete type 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.