* [jarkko-tpmdd:container 5/16] kernel/container.c:24: warning: "pr_fmt" redefined
@ 2026-02-10 3:27 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-02-10 3:27 UTC (permalink / raw)
To: Jarkko Sakkinen; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git container
head: 9977221e4d17485700c9229681297e628847d16b
commit: 3f76c2a24020e9099737233f81d0444a6a0c5b1c [5/16] containers: Introduce a container type
config: nios2-allnoconfig (https://download.01.org/0day-ci/archive/20260210/202602101119.UpPZBkII-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260210/202602101119.UpPZBkII-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/202602101119.UpPZBkII-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> kernel/container.c:24: warning: "pr_fmt" redefined
24 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
In file included from include/asm-generic/bug.h:31,
from ./arch/nios2/include/generated/asm/bug.h:1,
from include/linux/ktime.h:24,
from include/linux/poll.h:7,
from kernel/container.c:6:
include/linux/printk.h:402: note: this is the location of the previous definition
402 | #define pr_fmt(fmt) fmt
|
vim +/pr_fmt +24 kernel/container.c
23
> 24 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
25
--
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 3:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10 3:27 [jarkko-tpmdd:container 5/16] kernel/container.c:24: warning: "pr_fmt" redefined 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.