All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH v2 1/2] ufs: introduce a callback to get info of command completion
Date: Thu, 02 Jul 2020 18:44:05 +0800	[thread overview]
Message-ID: <202007021808.WWV8GAyD%lkp@intel.com> (raw)
In-Reply-To: <cc9a0edf340931397c04303213ea0d54023708de.1593657314.git.kwmad.kim@samsung.com>

[-- Attachment #1: Type: text/plain, Size: 2638 bytes --]

Hi Kiwoong,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on scsi/for-next]
[also build test ERROR on mkp-scsi/for-next v5.8-rc3 next-20200702]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use  as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Kiwoong-Kim/ufs-introduce-callbacks-to-get-command-information/20200702-104850
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next
config: arm-randconfig-r012-20200701 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 003a086ffc0d1affbb8300b36225fb8150a2d40a)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install arm cross compiling tool for clang build
        # apt-get install binutils-arm-linux-gnueabi
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All error/warnings (new ones prefixed by >>):

   In file included from drivers/scsi/ufs/ufshcd.c:18:
>> drivers/scsi/ufs/ufshcd.h:1143:1: error: expected identifier or '('
   {
   ^
>> drivers/scsi/ufs/ufshcd.c:8671:44: warning: shift count >= width of type [-Wshift-count-overflow]
                   if (!dma_set_mask_and_coherent(hba->dev, DMA_BIT_MASK(64)))
                                                            ^~~~~~~~~~~~~~~~
   include/linux/dma-mapping.h:139:54: note: expanded from macro 'DMA_BIT_MASK'
   #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1))
                                                        ^ ~~~
   1 warning and 1 error generated.
--
   In file included from drivers/scsi/ufs/ufs-sysfs.c:10:
   In file included from drivers/scsi/ufs/ufs-sysfs.h:10:
>> drivers/scsi/ufs/ufshcd.h:1143:1: error: expected identifier or '('
   {
   ^
   1 error generated.

vim +1143 drivers/scsi/ufs/ufshcd.h

  1140	
  1141	static inline void ufshcd_vops_compl_xfer_req(struct ufs_hba *hba,
  1142						      int tag, bool is_scsi);
> 1143	{
  1144		if (hba->vops && hba->vops->compl_xfer_req)
  1145			hba->vops->compl_xfer_req(hba, tag, is_scsi);
  1146	}
  1147	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 28374 bytes --]

  parent reply	other threads:[~2020-07-02 10:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20200702024556epcas2p41b15bb9fb91884435a2cb8711273d29f@epcas2p4.samsung.com>
2020-07-02  2:38 ` [RFC PATCH v2 0/2] ufs: introduce callbacks to get command information Kiwoong Kim
2020-07-02  2:38   ` [RFC PATCH v2 1/2] ufs: introduce a callback to get info of command completion Kiwoong Kim
2020-07-02  5:10     ` Stanley Chu
2020-07-02  6:34     ` kernel test robot
2020-07-02 10:44     ` kernel test robot [this message]
2020-07-02  2:38   ` [RFC PATCH v2 2/2] exynos-ufs: implement dbg_register_dump and compl_xfer_req Kiwoong Kim
2020-07-02  7:27     ` kernel test robot
2020-07-02 23:54     ` kernel test robot
2020-07-02  2:49   ` [RFC PATCH v2 0/2] ufs: introduce callbacks to get command information Stanley Chu
2020-07-02  2:55     ` Kiwoong Kim

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=202007021808.WWV8GAyD%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 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.