public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Ekansh Gupta <quic_ekangupt@quicinc.com>,
	srinivas.kandagatla@linaro.org, linux-arm-msm@vger.kernel.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 08/16] misc: fastrpc: Add support to allocate shared context bank
Date: Sun, 4 Feb 2024 12:27:30 +0800	[thread overview]
Message-ID: <202402041227.P8EVWOg4-lkp@intel.com> (raw)
In-Reply-To: <20240202064039.15505-9-quic_ekangupt@quicinc.com>

Hi Ekansh,

kernel test robot noticed the following build errors:

[auto build test ERROR on char-misc/char-misc-testing]
[also build test ERROR on char-misc/char-misc-next char-misc/char-misc-linus linus/master v6.8-rc2 next-20240202]
[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/Ekansh-Gupta/misc-fastrpc-Redesign-remote-heap-management/20240202-144921
base:   char-misc/char-misc-testing
patch link:    https://lore.kernel.org/r/20240202064039.15505-9-quic_ekangupt%40quicinc.com
patch subject: [PATCH v1 08/16] misc: fastrpc: Add support to allocate shared context bank
config: i386-buildonly-randconfig-001-20240203 (https://download.01.org/0day-ci/archive/20240204/202402041227.P8EVWOg4-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240204/202402041227.P8EVWOg4-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/202402041227.P8EVWOg4-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from <built-in>:1:
>> ./usr/include/misc/fastrpc.h:182:2: error: unknown type name 'u32'
     182 |         u32 sharedcb;   /* Set to SMMU share context bank */
         |         ^
   ./usr/include/misc/fastrpc.h:186:2: error: unknown type name 'u32'
     186 |         u32 req;
         |         ^
   2 errors generated.

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

  reply	other threads:[~2024-02-04  4:27 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-02  6:40 [PATCH v1 00/16] Add missing features to FastRPC driver Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 01/16] misc: fastrpc: Redesign remote heap management Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 02/16] misc: fastrpc: Add support for unsigned PD Ekansh Gupta
2024-02-02 14:43   ` Greg KH
2024-02-07  8:57     ` Ekansh Gupta
2024-02-07  9:52       ` Dmitry Baryshkov
2024-02-02  6:40 ` [PATCH v1 03/16] misc: fastrpc: Add static PD restart support Ekansh Gupta
2024-02-03 15:37   ` kernel test robot
2024-02-04  1:09   ` kernel test robot
2024-02-02  6:40 ` [PATCH v1 04/16] misc: fastrpc: Add fastrpc multimode invoke request support Ekansh Gupta
2024-02-14  7:46   ` Srinivas Kandagatla
2024-02-02  6:40 ` [PATCH v1 05/16] misc: fastrpc: Add CRC support for remote buffers Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 06/16] misc: fastrpc: Capture kernel and DSP performance counters Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 07/16] misc: fastrpc: Add support to save and restore interrupted Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 08/16] misc: fastrpc: Add support to allocate shared context bank Ekansh Gupta
2024-02-04  4:27   ` kernel test robot [this message]
2024-02-02  6:40 ` [PATCH v1 09/16] misc: fastrpc: Add early wakeup support for fastRPC driver Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 10/16] misc: fastrpc: Add polling mode " Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 11/16] misc: fastrpc: Add DSP PD notification support Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 12/16] misc: fastrpc: Add support for users to clean up DSP user PD Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 13/16] misc: fastrpc: Add wakelock management support Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 14/16] misc: fastrpc: Add DSP signal support Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 15/16] misc: fastrpc: Restrict untrusted apk to spawn privileged PD Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 16/16] misc: fastrpc: Add system unsigned PD support Ekansh Gupta
2024-02-02  8:11 ` [PATCH v1 00/16] Add missing features to FastRPC driver neil.armstrong
2024-02-07  8:30   ` Ekansh Gupta
2024-02-07  9:51     ` Dmitry Baryshkov
2024-02-22  7:03 ` Wu, Wentong

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=202402041227.P8EVWOg4-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=quic_ekangupt@quicinc.com \
    --cc=srinivas.kandagatla@linaro.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox