All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Dave Airlie <airlied@gmail.com>, dri-devel@lists.freedesktop.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	nouveau@lists.freedesktop.org, skeggsb@gmail.com
Subject: Re: [PATCH] drm/nouveau: fixup the uapi header file.
Date: Wed, 2 Aug 2023 07:22:00 +0800	[thread overview]
Message-ID: <202308020752.d9JOnIHz-lkp@intel.com> (raw)
In-Reply-To: <20230731191557.4179175-1-airlied@gmail.com>

Hi Dave,

kernel test robot noticed the following build errors:

[auto build test ERROR on drm-misc/drm-misc-next]
[also build test ERROR on drm/drm-next drm-exynos/exynos-drm-next drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.5-rc4 next-20230801]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Dave-Airlie/drm-nouveau-fixup-the-uapi-header-file/20230801-031705
base:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
patch link:    https://lore.kernel.org/r/20230731191557.4179175-1-airlied%40gmail.com
patch subject: [PATCH] drm/nouveau: fixup the uapi header file.
config: i386-randconfig-i012-20230731 (https://download.01.org/0day-ci/archive/20230802/202308020752.d9JOnIHz-lkp@intel.com/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce: (https://download.01.org/0day-ci/archive/20230802/202308020752.d9JOnIHz-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/202308020752.d9JOnIHz-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from <built-in>:1:
>> ./usr/include/drm/nouveau_drm.h:48:2: error: unknown type name 'uint64_t'
           uint64_t param;
           ^
   ./usr/include/drm/nouveau_drm.h:49:2: error: unknown type name 'uint64_t'
           uint64_t value;
           ^
>> ./usr/include/drm/nouveau_drm.h:53:2: error: unknown type name 'uint32_t'
           uint32_t     fb_ctxdma_handle;
           ^
   ./usr/include/drm/nouveau_drm.h:54:2: error: unknown type name 'uint32_t'
           uint32_t     tt_ctxdma_handle;
           ^
   ./usr/include/drm/nouveau_drm.h:57:2: error: unknown type name 'uint32_t'
           uint32_t     pushbuf_domains;
           ^
   ./usr/include/drm/nouveau_drm.h:60:2: error: unknown type name 'uint32_t'
           uint32_t     notifier_handle;
           ^
   ./usr/include/drm/nouveau_drm.h:64:3: error: unknown type name 'uint32_t'
                   uint32_t handle;
                   ^
   ./usr/include/drm/nouveau_drm.h:65:3: error: unknown type name 'uint32_t'
                   uint32_t grclass;
                   ^
   ./usr/include/drm/nouveau_drm.h:67:2: error: unknown type name 'uint32_t'
           uint32_t nr_subchan;
           ^
   9 errors generated.

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Dave Airlie <airlied@gmail.com>, dri-devel@lists.freedesktop.org
Cc: nouveau@lists.freedesktop.org, llvm@lists.linux.dev,
	oe-kbuild-all@lists.linux.dev
Subject: Re: [Nouveau] [PATCH] drm/nouveau: fixup the uapi header file.
Date: Wed, 2 Aug 2023 07:22:00 +0800	[thread overview]
Message-ID: <202308020752.d9JOnIHz-lkp@intel.com> (raw)
In-Reply-To: <20230731191557.4179175-1-airlied@gmail.com>

Hi Dave,

kernel test robot noticed the following build errors:

[auto build test ERROR on drm-misc/drm-misc-next]
[also build test ERROR on drm/drm-next drm-exynos/exynos-drm-next drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.5-rc4 next-20230801]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Dave-Airlie/drm-nouveau-fixup-the-uapi-header-file/20230801-031705
base:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
patch link:    https://lore.kernel.org/r/20230731191557.4179175-1-airlied%40gmail.com
patch subject: [PATCH] drm/nouveau: fixup the uapi header file.
config: i386-randconfig-i012-20230731 (https://download.01.org/0day-ci/archive/20230802/202308020752.d9JOnIHz-lkp@intel.com/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce: (https://download.01.org/0day-ci/archive/20230802/202308020752.d9JOnIHz-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/202308020752.d9JOnIHz-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from <built-in>:1:
>> ./usr/include/drm/nouveau_drm.h:48:2: error: unknown type name 'uint64_t'
           uint64_t param;
           ^
   ./usr/include/drm/nouveau_drm.h:49:2: error: unknown type name 'uint64_t'
           uint64_t value;
           ^
>> ./usr/include/drm/nouveau_drm.h:53:2: error: unknown type name 'uint32_t'
           uint32_t     fb_ctxdma_handle;
           ^
   ./usr/include/drm/nouveau_drm.h:54:2: error: unknown type name 'uint32_t'
           uint32_t     tt_ctxdma_handle;
           ^
   ./usr/include/drm/nouveau_drm.h:57:2: error: unknown type name 'uint32_t'
           uint32_t     pushbuf_domains;
           ^
   ./usr/include/drm/nouveau_drm.h:60:2: error: unknown type name 'uint32_t'
           uint32_t     notifier_handle;
           ^
   ./usr/include/drm/nouveau_drm.h:64:3: error: unknown type name 'uint32_t'
                   uint32_t handle;
                   ^
   ./usr/include/drm/nouveau_drm.h:65:3: error: unknown type name 'uint32_t'
                   uint32_t grclass;
                   ^
   ./usr/include/drm/nouveau_drm.h:67:2: error: unknown type name 'uint32_t'
           uint32_t nr_subchan;
           ^
   9 errors generated.

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Dave Airlie <airlied@gmail.com>, dri-devel@lists.freedesktop.org
Cc: nouveau@lists.freedesktop.org, llvm@lists.linux.dev,
	skeggsb@gmail.com, oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH] drm/nouveau: fixup the uapi header file.
Date: Wed, 2 Aug 2023 07:22:00 +0800	[thread overview]
Message-ID: <202308020752.d9JOnIHz-lkp@intel.com> (raw)
In-Reply-To: <20230731191557.4179175-1-airlied@gmail.com>

Hi Dave,

kernel test robot noticed the following build errors:

[auto build test ERROR on drm-misc/drm-misc-next]
[also build test ERROR on drm/drm-next drm-exynos/exynos-drm-next drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.5-rc4 next-20230801]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Dave-Airlie/drm-nouveau-fixup-the-uapi-header-file/20230801-031705
base:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
patch link:    https://lore.kernel.org/r/20230731191557.4179175-1-airlied%40gmail.com
patch subject: [PATCH] drm/nouveau: fixup the uapi header file.
config: i386-randconfig-i012-20230731 (https://download.01.org/0day-ci/archive/20230802/202308020752.d9JOnIHz-lkp@intel.com/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce: (https://download.01.org/0day-ci/archive/20230802/202308020752.d9JOnIHz-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/202308020752.d9JOnIHz-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from <built-in>:1:
>> ./usr/include/drm/nouveau_drm.h:48:2: error: unknown type name 'uint64_t'
           uint64_t param;
           ^
   ./usr/include/drm/nouveau_drm.h:49:2: error: unknown type name 'uint64_t'
           uint64_t value;
           ^
>> ./usr/include/drm/nouveau_drm.h:53:2: error: unknown type name 'uint32_t'
           uint32_t     fb_ctxdma_handle;
           ^
   ./usr/include/drm/nouveau_drm.h:54:2: error: unknown type name 'uint32_t'
           uint32_t     tt_ctxdma_handle;
           ^
   ./usr/include/drm/nouveau_drm.h:57:2: error: unknown type name 'uint32_t'
           uint32_t     pushbuf_domains;
           ^
   ./usr/include/drm/nouveau_drm.h:60:2: error: unknown type name 'uint32_t'
           uint32_t     notifier_handle;
           ^
   ./usr/include/drm/nouveau_drm.h:64:3: error: unknown type name 'uint32_t'
                   uint32_t handle;
                   ^
   ./usr/include/drm/nouveau_drm.h:65:3: error: unknown type name 'uint32_t'
                   uint32_t grclass;
                   ^
   ./usr/include/drm/nouveau_drm.h:67:2: error: unknown type name 'uint32_t'
           uint32_t nr_subchan;
           ^
   9 errors generated.

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

  parent reply	other threads:[~2023-08-01 23:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31 19:15 [Nouveau] [PATCH] drm/nouveau: fixup the uapi header file Dave Airlie
2023-07-31 19:15 ` Dave Airlie
2023-08-01  9:37 ` [Nouveau] " Karol Herbst
2023-08-01  9:37   ` Karol Herbst
2023-08-01 15:15   ` [Nouveau] " Faith Ekstrand
2023-08-01 15:15     ` Faith Ekstrand
2023-08-01 16:04     ` [Nouveau] " Karol Herbst
2023-08-01 16:04       ` Karol Herbst
2023-08-01 21:39 ` [Nouveau] " kernel test robot
2023-08-01 21:39   ` kernel test robot
2023-08-01 21:39   ` kernel test robot
2023-08-01 23:22 ` kernel test robot [this message]
2023-08-01 23:22   ` kernel test robot
2023-08-01 23:22   ` [Nouveau] " kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2023-08-03 19:32 Dave Airlie
2023-08-03 19:38 ` Faith Ekstrand

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=202308020752.d9JOnIHz-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=llvm@lists.linux.dev \
    --cc=nouveau@lists.freedesktop.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=skeggsb@gmail.com \
    /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.