All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH] scsi: qla1280: Fix dma firmware download, if dma address is 64bit
Date: Thu, 16 Jan 2020 18:44:35 +0800	[thread overview]
Message-ID: <202001161854.Vi3HENve%lkp@intel.com> (raw)
In-Reply-To: <20200114160936.1517-1-tbogendoerfer@suse.de>

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

Hi Thomas,

I love your patch! Perhaps something to improve:

[auto build test WARNING on scsi/for-next]
[also build test WARNING on mkp-scsi/for-next v5.5-rc6 next-20200110]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Thomas-Bogendoerfer/scsi-qla1280-Fix-dma-firmware-download-if-dma-address-is-64bit/20200115-124123
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next
config: parisc-randconfig-a001-20200115 (attached as .config)
compiler: hppa-linux-gcc (GCC) 7.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=7.5.0 make.cross ARCH=parisc 

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

All warnings (new ones prefixed by >>):

>> drivers//scsi/qla1280.c:1702:5: warning: "QLA_64BIT_PTR" is not defined, evaluates to 0 [-Wundef]
    #if QLA_64BIT_PTR
        ^~~~~~~~~~~~~

vim +/QLA_64BIT_PTR +1702 drivers//scsi/qla1280.c

  1701	
> 1702	#if QLA_64BIT_PTR
  1703	#define LOAD_CMD	MBC_LOAD_RAM_A64_ROM
  1704	#define DUMP_CMD	MBC_DUMP_RAM_A64_ROM
  1705	#define CMD_ARGS	(BIT_7 | BIT_6 | BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0)
  1706	#else
  1707	#define LOAD_CMD	MBC_LOAD_RAM
  1708	#define DUMP_CMD	MBC_DUMP_RAM
  1709	#define CMD_ARGS	(BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0)
  1710	#endif
  1711	

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

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

      parent reply	other threads:[~2020-01-16 10:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-14 16:09 [PATCH] scsi: qla1280: Fix dma firmware download, if dma address is 64bit Thomas Bogendoerfer
2020-01-16  4:09 ` Martin K. Petersen
2020-01-16 11:43   ` Thomas Bogendoerfer
2020-01-17  1:29     ` Martin K. Petersen
2020-01-16 10:44 ` kbuild test robot [this message]

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=202001161854.Vi3HENve%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.