All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Daniel Scally <dan.scally@ideasonboard.com>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	jacopo.mondi@ideasonboard.com, nayden.kanchev@arm.com,
	robh+dt@kernel.org, mchehab@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	jerome.forissier@linaro.org, kieran.bingham@ideasonboard.com,
	laurent.pinchart@ideasonboard.com, sakari.ailus@iki.fi,
	dan.scally@ideasonboard.com
Subject: Re: [PATCH v5 14/16] media: uapi: Add parameters structs to mali-c55-config.h
Date: Thu, 30 May 2024 15:08:09 +0800	[thread overview]
Message-ID: <202405301513.etiNs24g-lkp@intel.com> (raw)
In-Reply-To: <20240529152858.183799-15-dan.scally@ideasonboard.com>

Hi Daniel,

kernel test robot noticed the following build errors:

[auto build test ERROR on media-tree/master]
[cannot apply to linuxtv-media-stage/master sailus-media-tree/master linus/master sailus-media-tree/streams v6.10-rc1 next-20240529]
[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/Daniel-Scally/media-uapi-Add-MEDIA_BUS_FMT_RGB202020_1X60-format-code/20240529-233239
base:   git://linuxtv.org/media_tree.git master
patch link:    https://lore.kernel.org/r/20240529152858.183799-15-dan.scally%40ideasonboard.com
patch subject: [PATCH v5 14/16] media: uapi: Add parameters structs to mali-c55-config.h
config: i386-buildonly-randconfig-004-20240530 (https://download.01.org/0day-ci/archive/20240530/202405301513.etiNs24g-lkp@intel.com/config)
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240530/202405301513.etiNs24g-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/202405301513.etiNs24g-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from <built-in>:1:
>> ./usr/include/linux/media/arm/mali-c55-config.h:308:2: error: unknown type name 'bool'
     308 |         bool enabled;
         |         ^
>> ./usr/include/linux/media/arm/mali-c55-config.h:309:2: error: unknown type name 'size_t'
     309 |         size_t size;
         |         ^
   ./usr/include/linux/media/arm/mali-c55-config.h:698:2: error: unknown type name 'bool'
     698 |         bool mesh_show;
         |         ^
   ./usr/include/linux/media/arm/mali-c55-config.h:847:2: error: unknown type name 'size_t'
     847 |         size_t total_size;
         |         ^
   4 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: Daniel Scally <dan.scally@ideasonboard.com>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	jacopo.mondi@ideasonboard.com, nayden.kanchev@arm.com,
	robh+dt@kernel.org, mchehab@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	jerome.forissier@linaro.org, kieran.bingham@ideasonboard.com,
	laurent.pinchart@ideasonboard.com, sakari.ailus@iki.fi,
	dan.scally@ideasonboard.com
Subject: Re: [PATCH v5 14/16] media: uapi: Add parameters structs to mali-c55-config.h
Date: Thu, 30 May 2024 15:08:09 +0800	[thread overview]
Message-ID: <202405301513.etiNs24g-lkp@intel.com> (raw)
In-Reply-To: <20240529152858.183799-15-dan.scally@ideasonboard.com>

Hi Daniel,

kernel test robot noticed the following build errors:

[auto build test ERROR on media-tree/master]
[cannot apply to linuxtv-media-stage/master sailus-media-tree/master linus/master sailus-media-tree/streams v6.10-rc1 next-20240529]
[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/Daniel-Scally/media-uapi-Add-MEDIA_BUS_FMT_RGB202020_1X60-format-code/20240529-233239
base:   git://linuxtv.org/media_tree.git master
patch link:    https://lore.kernel.org/r/20240529152858.183799-15-dan.scally%40ideasonboard.com
patch subject: [PATCH v5 14/16] media: uapi: Add parameters structs to mali-c55-config.h
config: i386-buildonly-randconfig-004-20240530 (https://download.01.org/0day-ci/archive/20240530/202405301513.etiNs24g-lkp@intel.com/config)
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240530/202405301513.etiNs24g-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/202405301513.etiNs24g-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from <built-in>:1:
>> ./usr/include/linux/media/arm/mali-c55-config.h:308:2: error: unknown type name 'bool'
     308 |         bool enabled;
         |         ^
>> ./usr/include/linux/media/arm/mali-c55-config.h:309:2: error: unknown type name 'size_t'
     309 |         size_t size;
         |         ^
   ./usr/include/linux/media/arm/mali-c55-config.h:698:2: error: unknown type name 'bool'
     698 |         bool mesh_show;
         |         ^
   ./usr/include/linux/media/arm/mali-c55-config.h:847:2: error: unknown type name 'size_t'
     847 |         size_t total_size;
         |         ^
   4 errors generated.

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2024-05-30  7:08 UTC|newest]

Thread overview: 115+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-29 15:28 [PATCH v5 00/16] Add Arm Mali-C55 Image Signal Processor Driver Daniel Scally
2024-05-29 15:28 ` Daniel Scally
2024-05-29 15:28 ` [PATCH v5 01/16] media: uapi: Add MEDIA_BUS_FMT_RGB202020_1X60 format code Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-29 18:14   ` Laurent Pinchart
2024-05-29 18:14     ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 02/16] media: uapi: Add 20-bit bayer formats Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-29 18:18   ` Laurent Pinchart
2024-05-29 18:18     ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 03/16] media: v4l2-common: Add RAW16 format info Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-29 18:20   ` Laurent Pinchart
2024-05-29 18:20     ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 04/16] dt-bindings: media: Add bindings for ARM mali-c55 Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-29 18:21   ` Laurent Pinchart
2024-05-29 18:21     ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 05/16] media: mali-c55: Add Mali-C55 ISP driver Daniel Scally
2024-05-30  0:15   ` Laurent Pinchart
2024-05-30 21:43     ` Laurent Pinchart
2024-06-06 12:47       ` Jacopo Mondi
2024-06-06 12:47         ` Jacopo Mondi
2024-06-06 17:53         ` Laurent Pinchart
2024-06-06 17:53           ` Laurent Pinchart
2024-06-06 19:10           ` Tomi Valkeinen
2024-06-06 19:10             ` Tomi Valkeinen
2024-06-09  6:21             ` Sakari Ailus
2024-06-09  6:21               ` Sakari Ailus
2024-06-16 20:38               ` Laurent Pinchart
2024-06-17  6:53                 ` Sakari Ailus
2024-06-17 22:49                   ` Laurent Pinchart
2024-06-20 14:33       ` Dan Scally
2024-06-20 14:49         ` Dan Scally
2024-06-20 15:23           ` Laurent Pinchart
2024-06-21  9:28             ` Dan Scally
2024-06-29 15:24               ` Laurent Pinchart
2024-06-21 10:42             ` Dan Scally
2024-06-29 15:21               ` Laurent Pinchart
2024-06-14 10:13     ` Dan Scally
2024-06-16 19:39       ` Laurent Pinchart
2024-06-17  6:31         ` Dan Scally
2024-06-17 11:41     ` Dan Scally
2024-06-17 23:04       ` Laurent Pinchart
2024-06-19 15:43         ` Dan Scally
2024-06-29 15:13           ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 06/16] media: Documentation: Add Mali-C55 ISP Documentation Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-29 20:22   ` Laurent Pinchart
2024-05-29 20:22     ` Laurent Pinchart
2024-05-29 20:35     ` Dan Scally
2024-05-29 20:35       ` Dan Scally
2024-05-29 20:51       ` Laurent Pinchart
2024-05-29 20:51         ` Laurent Pinchart
2024-05-29 21:11         ` Dan Scally
2024-05-29 21:11           ` Dan Scally
2024-05-29 21:31           ` Dan Scally
2024-05-29 21:31             ` Dan Scally
2024-05-29 15:28 ` [PATCH v5 07/16] MAINTAINERS: Add entry for mali-c55 driver Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-29 18:25   ` Laurent Pinchart
2024-05-29 18:25     ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 08/16] media: Add MALI_C55_3A_STATS meta format Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-30 21:49   ` Laurent Pinchart
2024-05-30 21:49     ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 09/16] media: uapi: Add 3a stats buffer for mali-c55 Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-30 22:24   ` Laurent Pinchart
2024-05-30 22:24     ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 10/16] media: platform: Add mali-c55 3a stats devnode Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-06-16 21:19   ` Laurent Pinchart
2024-06-20 15:10     ` Dan Scally
2024-06-29 15:04       ` Laurent Pinchart
2024-07-01 15:12         ` Dan Scally
2024-07-02  7:00           ` Dan Scally
2024-07-21 23:27             ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 11/16] media: platform: Fill stats buffer on ISP_START Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-29 15:28 ` [PATCH v5 12/16] Documentation: mali-c55: Add Statistics documentation Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-30 22:43   ` Laurent Pinchart
2024-05-30 22:43     ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 13/16] media: mali-c55: Add image formats for Mali-C55 parameters buffer Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-30 22:44   ` Laurent Pinchart
2024-05-30 22:44     ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 14/16] media: uapi: Add parameters structs to mali-c55-config.h Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-30  7:08   ` kernel test robot [this message]
2024-05-30  7:08     ` kernel test robot
2024-05-31  0:09   ` Laurent Pinchart
2024-05-31  0:09     ` Laurent Pinchart
2024-05-31  7:30     ` Dan Scally
2024-05-31  7:30       ` Dan Scally
2024-06-02  0:24       ` Laurent Pinchart
2024-06-02  0:24         ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 15/16] media: platform: Add mali-c55 parameters video node Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-30  7:18   ` kernel test robot
2024-05-30  7:18     ` kernel test robot
2024-05-30 12:54   ` kernel test robot
2024-05-30 12:54     ` kernel test robot
2024-06-14 18:53   ` Sakari Ailus
2024-06-14 20:15     ` Dan Scally
2024-06-14 21:11       ` Sakari Ailus
2024-06-14 21:49         ` Dan Scally
2024-06-16 21:32           ` Laurent Pinchart
2024-05-29 15:28 ` [PATCH v5 16/16] Documentation: mali-c55: Document the mali-c55 parameter setting Daniel Scally
2024-05-29 15:28   ` Daniel Scally
2024-05-30 22:54   ` Laurent Pinchart
2024-05-30 22:54     ` Laurent Pinchart
2024-05-29 23:27 ` [PATCH v5 00/16] Add Arm Mali-C55 Image Signal Processor Driver Laurent Pinchart
2024-05-29 23:27   ` Laurent Pinchart

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=202405301513.etiNs24g-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=conor+dt@kernel.org \
    --cc=dan.scally@ideasonboard.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jacopo.mondi@ideasonboard.com \
    --cc=jerome.forissier@linaro.org \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-media@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=mchehab@kernel.org \
    --cc=nayden.kanchev@arm.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=robh+dt@kernel.org \
    --cc=sakari.ailus@iki.fi \
    /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.