public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel•com>
To: Joe Damato <jdamato@fastly•com>,
	linux-kernel@vger•kernel.org, netdev@vger•kernel.org
Cc: oe-kbuild-all@lists•linux.dev, chuck.lever@oracle•com,
	jlayton@kernel•org, linux-api@vger•kernel.org,
	brauner@kernel•org, edumazet@google•com, davem@davemloft•net,
	alexander.duyck@gmail•com, sridhar.samudrala@intel•com,
	kuba@kernel•org, willemdebruijn.kernel@gmail•com,
	weiwan@google•com, Joe Damato <jdamato@fastly•com>,
	Jonathan Corbet <corbet@lwn•net>,
	Alexander Viro <viro@zeniv•linux.org.uk>, Jan Kara <jack@suse•cz>,
	Michael Ellerman <mpe@ellerman•id.au>,
	Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
	Nathan Lynch <nathanl@linux•ibm.com>,
	Steve French <stfrench@microsoft•com>,
	Thomas Zimmermann <tzimmermann@suse•de>,
	Jiri Slaby <jirislaby@kernel•org>,
	Julien Panis <jpanis@baylibre•com>, Arnd Bergmann <arnd@arndb•de>,
	Andrew Waterman <waterman@eecs•berkeley.edu>,
	Thomas Huth <thuth@redhat•com>,
	Palmer Dabbelt <palmer@dabbelt•com>,
	linux-doc@vger•kernel.org,
	"(open list:FILESYSTEMS (VFS and infrastructure))"
	<linux-fsdevel@vger•kernel.org>
Subject: Re: [PATCH net-next v3 3/3] eventpoll: Add epoll ioctl for epoll_params
Date: Sun, 28 Jan 2024 19:24:02 +0800	[thread overview]
Message-ID: <202401281917.WeFbZE56-lkp@intel.com> (raw)
In-Reply-To: <20240125225704.12781-4-jdamato@fastly.com>

Hi Joe,

kernel test robot noticed the following build errors:

[auto build test ERROR on net-next/main]

url:    https://github.com/intel-lab-lkp/linux/commits/Joe-Damato/eventpoll-support-busy-poll-per-epoll-instance/20240126-070250
base:   net-next/main
patch link:    https://lore.kernel.org/r/20240125225704.12781-4-jdamato%40fastly.com
patch subject: [PATCH net-next v3 3/3] eventpoll: Add epoll ioctl for epoll_params
config: i386-buildonly-randconfig-002-20240127 (https://download.01.org/0day-ci/archive/20240128/202401281917.WeFbZE56-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240128/202401281917.WeFbZE56-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/202401281917.WeFbZE56-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from <command-line>:
>> ./usr/include/linux/eventpoll.h:89:9: error: unknown type name 'u64'
      89 |         u64 busy_poll_usecs;
         |         ^~~
>> ./usr/include/linux/eventpoll.h:90:9: error: unknown type name 'u16'
      90 |         u16 busy_poll_budget;
         |         ^~~
>> ./usr/include/linux/eventpoll.h:93:9: error: unknown type name 'u8'
      93 |         u8 data[118];
         |         ^~

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  parent reply	other threads:[~2024-01-28 11:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25 22:56 [PATCH net-next v3 0/3] Per epoll context busy poll support Joe Damato
2024-01-25 22:56 ` [PATCH net-next v3 1/3] eventpoll: support busy poll per epoll instance Joe Damato
2024-01-25 22:56 ` [PATCH net-next v3 2/3] eventpoll: Add per-epoll busy poll packet budget Joe Damato
2024-01-25 22:56 ` [PATCH net-next v3 3/3] eventpoll: Add epoll ioctl for epoll_params Joe Damato
2024-01-25 23:20   ` Greg Kroah-Hartman
2024-01-26  0:04     ` Joe Damato
2024-01-25 23:21   ` Greg Kroah-Hartman
2024-01-26  0:11     ` Joe Damato
2024-01-26  0:23       ` Greg Kroah-Hartman
2024-01-26  2:36         ` Joe Damato
2024-01-26  6:16           ` Arnd Bergmann
2024-01-27 14:51             ` David Laight
2024-01-26 10:07           ` Christian Brauner
2024-01-26 16:52             ` Joe Damato
2024-01-25 23:22   ` Greg Kroah-Hartman
2024-01-26  0:07     ` Joe Damato
2024-01-28 11:24   ` kernel test robot [this message]
2024-01-27 16:20 ` [PATCH net-next v3 0/3] Per epoll context busy poll support Willem de Bruijn
2024-01-29 19:09   ` Joe Damato
2024-01-30 20:33     ` Willem de Bruijn

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=202401281917.WeFbZE56-lkp@intel.com \
    --to=lkp@intel$(echo .)com \
    --cc=alexander.duyck@gmail$(echo .)com \
    --cc=arnd@arndb$(echo .)de \
    --cc=brauner@kernel$(echo .)org \
    --cc=chuck.lever@oracle$(echo .)com \
    --cc=corbet@lwn$(echo .)net \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=jack@suse$(echo .)cz \
    --cc=jdamato@fastly$(echo .)com \
    --cc=jirislaby@kernel$(echo .)org \
    --cc=jlayton@kernel$(echo .)org \
    --cc=jpanis@baylibre$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=linux-api@vger$(echo .)kernel.org \
    --cc=linux-doc@vger$(echo .)kernel.org \
    --cc=linux-fsdevel@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=mpe@ellerman$(echo .)id.au \
    --cc=nathanl@linux$(echo .)ibm.com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=oe-kbuild-all@lists$(echo .)linux.dev \
    --cc=palmer@dabbelt$(echo .)com \
    --cc=sridhar.samudrala@intel$(echo .)com \
    --cc=stfrench@microsoft$(echo .)com \
    --cc=thuth@redhat$(echo .)com \
    --cc=tzimmermann@suse$(echo .)de \
    --cc=viro@zeniv$(echo .)linux.org.uk \
    --cc=waterman@eecs$(echo .)berkeley.edu \
    --cc=weiwan@google$(echo .)com \
    --cc=willemdebruijn.kernel@gmail$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox