* [axboe:for-7.2/block 1/2] ./usr/include/linux/drbd.h:18:10: fatal error: sys/types.h: No such file or directory
@ 2026-05-10 6:03 kernel test robot
2026-05-12 15:26 ` Jens Axboe
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2026-05-10 6:03 UTC (permalink / raw)
To: Christoph Böhmwalder ; +Cc: oe-kbuild-all, Jens Axboe
tree: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git for-7.2/block
head: 8098eeb693c4cc4e774c62fbd4875197cb5578ce
commit: a54f499838292c1768f6575ed1ec7cf35f1b6489 [1/2] drbd: move UAPI headers to include/uapi/linux/
config: nios2-allmodconfig (https://download.01.org/0day-ci/archive/20260510/202605101346.V2wwJqv1-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/20260510/202605101346.V2wwJqv1-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/202605101346.V2wwJqv1-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from <command-line>:
>> ./usr/include/linux/drbd.h:18:10: fatal error: sys/types.h: No such file or directory
18 | #include <sys/types.h>
| ^~~~~~~~~~~~~
compilation terminated.
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [axboe:for-7.2/block 1/2] ./usr/include/linux/drbd.h:18:10: fatal error: sys/types.h: No such file or directory
2026-05-10 6:03 [axboe:for-7.2/block 1/2] ./usr/include/linux/drbd.h:18:10: fatal error: sys/types.h: No such file or directory kernel test robot
@ 2026-05-12 15:26 ` Jens Axboe
2026-05-12 16:06 ` Christoph Böhmwalder
0 siblings, 1 reply; 3+ messages in thread
From: Jens Axboe @ 2026-05-12 15:26 UTC (permalink / raw)
To: kernel test robot, Christoph Böhmwalder; +Cc: oe-kbuild-all
On 5/10/26 12:03 AM, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git for-7.2/block
> head: 8098eeb693c4cc4e774c62fbd4875197cb5578ce
> commit: a54f499838292c1768f6575ed1ec7cf35f1b6489 [1/2] drbd: move UAPI headers to include/uapi/linux/
> config: nios2-allmodconfig (https://download.01.org/0day-ci/archive/20260510/202605101346.V2wwJqv1-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/20260510/202605101346.V2wwJqv1-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/202605101346.V2wwJqv1-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
>
> In file included from <command-line>:
>>> ./usr/include/linux/drbd.h:18:10: fatal error: sys/types.h: No such file or directory
> 18 | #include <sys/types.h>
> | ^~~~~~~~~~~~~
> compilation terminated.
Christian, are you fixing these? I keep getting emails about this
one and the one in patch 2 as well...
--
Jens Axboe
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [axboe:for-7.2/block 1/2] ./usr/include/linux/drbd.h:18:10: fatal error: sys/types.h: No such file or directory
2026-05-12 15:26 ` Jens Axboe
@ 2026-05-12 16:06 ` Christoph Böhmwalder
0 siblings, 0 replies; 3+ messages in thread
From: Christoph Böhmwalder @ 2026-05-12 16:06 UTC (permalink / raw)
To: Jens Axboe; +Cc: kernel test robot, oe-kbuild-all
On Tue, May 12, 2026 at 09:26:11AM -0600, Jens Axboe wrote:
>On 5/10/26 12:03 AM, kernel test robot wrote:
>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git for-7.2/block
>> head: 8098eeb693c4cc4e774c62fbd4875197cb5578ce
>> commit: a54f499838292c1768f6575ed1ec7cf35f1b6489 [1/2] drbd: move UAPI headers to include/uapi/linux/
>> config: nios2-allmodconfig (https://download.01.org/0day-ci/archive/20260510/202605101346.V2wwJqv1-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/20260510/202605101346.V2wwJqv1-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/202605101346.V2wwJqv1-lkp@intel.com/
>>
>> All errors (new ones prefixed by >>):
>>
>> In file included from <command-line>:
>>>> ./usr/include/linux/drbd.h:18:10: fatal error: sys/types.h: No such file or directory
>> 18 | #include <sys/types.h>
>> | ^~~~~~~~~~~~~
>> compilation terminated.
>
>Christian, are you fixing these? I keep getting emails about this
>one and the one in patch 2 as well...
>
>--
>Jens Axboe
>
Yeah sorry, on it. Patch coming in the next few days.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-12 16:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-10 6:03 [axboe:for-7.2/block 1/2] ./usr/include/linux/drbd.h:18:10: fatal error: sys/types.h: No such file or directory kernel test robot
2026-05-12 15:26 ` Jens Axboe
2026-05-12 16:06 ` Christoph Böhmwalder
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.