* [openeuler:openEuler-1.0-LTS 1941/1941] proc-loadavg-001.c:17:9: warning: '_GNU_SOURCE' redefined
@ 2025-12-12 10:56 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-12-12 10:56 UTC (permalink / raw)
To: kernel; +Cc: oe-kbuild-all
tree: https://gitee.com/openeuler/kernel.git openEuler-1.0-LTS
head: df8d11fbcbb07177c2500e63d7f5a36063977596
commit: 61d47c4e71c1f080e7412315c8685bc682a8e53a [1941/1941] proc: test /proc/self symlink
config: arm64-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20251212/202512121121.OF881GoG-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 15.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251212/202512121121.OF881GoG-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/202512121121.OF881GoG-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> proc-loadavg-001.c:17:9: warning: '_GNU_SOURCE' redefined
17 | #define _GNU_SOURCE
| ^~~~~~~~~~~
<command-line>: note: this is the location of the previous definition
proc-loadavg-001.c:18:10: fatal error: errno.h: No such file or directory
18 | #include <errno.h>
| ^~~~~~~~~
compilation terminated.
--
>> proc-self-syscall.c:16:9: warning: '_GNU_SOURCE' redefined
16 | #define _GNU_SOURCE
| ^~~~~~~~~~~
<command-line>: note: this is the location of the previous definition
proc-self-syscall.c:17:10: fatal error: unistd.h: No such file or directory
17 | #include <unistd.h>
| ^~~~~~~~~~
compilation terminated.
--
>> proc-uptime-002.c:18:9: warning: '_GNU_SOURCE' redefined
18 | #define _GNU_SOURCE
| ^~~~~~~~~~~
<command-line>: note: this is the location of the previous definition
proc-uptime-002.c:20:10: fatal error: assert.h: No such file or directory
20 | #include <assert.h>
| ^~~~~~~~~~
compilation terminated.
--
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-12-12 10:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-12 10:56 [openeuler:openEuler-1.0-LTS 1941/1941] proc-loadavg-001.c:17:9: warning: '_GNU_SOURCE' 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.