* Re: [PATCH v8] panic: add panic_force_cpu= parameter to redirect panic to a specific CPU
[not found] <20260122102457.1154599-1-pnina.feder@mobileye.com>
@ 2026-01-22 19:08 ` kernel test robot
2026-01-23 2:11 ` kernel test robot
1 sibling, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-01-22 19:08 UTC (permalink / raw)
To: Pnina Feder; +Cc: llvm, oe-kbuild-all
Hi Pnina,
kernel test robot noticed the following build warnings:
[auto build test WARNING on akpm-mm/mm-everything]
[also build test WARNING on linus/master v6.19-rc6 next-20260122]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Pnina-Feder/panic-add-panic_force_cpu-parameter-to-redirect-panic-to-a-specific-CPU/20260122-182657
base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything
patch link: https://lore.kernel.org/r/20260122102457.1154599-1-pnina.feder%40mobileye.com
patch subject: [PATCH v8] panic: add panic_force_cpu= parameter to redirect panic to a specific CPU
config: x86_64-kexec (https://download.01.org/0day-ci/archive/20260122/202601222042.OSZryOnl-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260122/202601222042.OSZryOnl-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/202601222042.OSZryOnl-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> kernel/panic.c:79:14: warning: unused variable 'panic_force_buf' [-Wunused-variable]
79 | static char *panic_force_buf;
| ^~~~~~~~~~~~~~~
1 warning generated.
vim +/panic_force_buf +79 kernel/panic.c
77
78 static int panic_force_cpu = -1;
> 79 static char *panic_force_buf;
80
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v8] panic: add panic_force_cpu= parameter to redirect panic to a specific CPU
[not found] <20260122102457.1154599-1-pnina.feder@mobileye.com>
2026-01-22 19:08 ` [PATCH v8] panic: add panic_force_cpu= parameter to redirect panic to a specific CPU kernel test robot
@ 2026-01-23 2:11 ` kernel test robot
1 sibling, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-01-23 2:11 UTC (permalink / raw)
To: Pnina Feder, akpm
Cc: llvm, oe-kbuild-all, pmladek, bhe, linux-kernel, lkp, mgorman,
mingo, pnina.feder, rostedt, senozhatsky, tglx, vkondra
Hi Pnina,
kernel test robot noticed the following build warnings:
[auto build test WARNING on akpm-mm/mm-everything]
[also build test WARNING on linus/master v6.19-rc6 next-20260122]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Pnina-Feder/panic-add-panic_force_cpu-parameter-to-redirect-panic-to-a-specific-CPU/20260122-182657
base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything
patch link: https://lore.kernel.org/r/20260122102457.1154599-1-pnina.feder%40mobileye.com
patch subject: [PATCH v8] panic: add panic_force_cpu= parameter to redirect panic to a specific CPU
config: s390-allnoconfig (https://download.01.org/0day-ci/archive/20260123/202601231058.Q6hDGfoT-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9b8addffa70cee5b2acc5454712d9cf78ce45710)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260123/202601231058.Q6hDGfoT-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/202601231058.Q6hDGfoT-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> kernel/panic.c:79:14: warning: unused variable 'panic_force_buf' [-Wunused-variable]
79 | static char *panic_force_buf;
| ^~~~~~~~~~~~~~~
1 warning generated.
vim +/panic_force_buf +79 kernel/panic.c
77
78 static int panic_force_cpu = -1;
> 79 static char *panic_force_buf;
80
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-23 2:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260122102457.1154599-1-pnina.feder@mobileye.com>
2026-01-22 19:08 ` [PATCH v8] panic: add panic_force_cpu= parameter to redirect panic to a specific CPU kernel test robot
2026-01-23 2:11 ` kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox