From: kernel test robot <lkp@intel.com>
To: Jarkko Sakkinen <jarkko@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [jarkko-tpmdd:container 5/16] kernel/container.c:24: warning: "pr_fmt" redefined
Date: Tue, 10 Feb 2026 11:27:22 +0800 [thread overview]
Message-ID: <202602101119.UpPZBkII-lkp@intel.com> (raw)
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
reply other threads:[~2026-02-10 3:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202602101119.UpPZBkII-lkp@intel.com \
--to=lkp@intel.com \
--cc=jarkko@kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.