* [rgushchin:sframe_unwinder.rfc 4/8] kernel/sframe_lookup.c:8:9: warning: "pr_fmt" redefined
@ 2025-02-02 10:07 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-02-02 10:07 UTC (permalink / raw)
To: Roman Gushchin; +Cc: oe-kbuild-all
tree: https://github.com/rgushchin/linux.git sframe_unwinder.rfc
head: 0cc3157743fd72033cfa5de243943249f9d67cea
commit: 1ef915ef47cd2f4bbdaa9b10266c281d663d6e03 [4/8] unwind: Implement generic sframe unwinder library
config: arm64-randconfig-r123-20250202 (https://download.01.org/0day-ci/archive/20250202/202502021726.azygOX2C-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 14.2.0
reproduce: (https://download.01.org/0day-ci/archive/20250202/202502021726.azygOX2C-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/202502021726.azygOX2C-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> kernel/sframe_lookup.c:8:9: warning: "pr_fmt" redefined
8 | #define pr_fmt(fmt) "sframe: " fmt
| ^~~~~~
In file included from include/asm-generic/bug.h:22,
from arch/arm64/include/asm/bug.h:26,
from include/linux/bug.h:5,
from arch/arm64/include/asm/cpufeature.h:24,
from arch/arm64/include/asm/hwcap.h:9,
from arch/arm64/include/asm/arch_timer.h:12,
from arch/arm64/include/asm/timex.h:8,
from include/linux/timex.h:67,
from include/linux/time32.h:13,
from include/linux/time.h:60,
from include/linux/stat.h:19,
from include/linux/module.h:13,
from kernel/sframe_lookup.c:2:
include/linux/printk.h:391:9: note: this is the location of the previous definition
391 | #define pr_fmt(fmt) fmt
| ^~~~~~
vim +/pr_fmt +8 kernel/sframe_lookup.c
7
> 8 #define pr_fmt(fmt) "sframe: " fmt
9
--
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:[~2025-02-02 10:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-02 10:07 [rgushchin:sframe_unwinder.rfc 4/8] kernel/sframe_lookup.c:8:9: 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.