public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Jason Gunthorpe <jgg@nvidia.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	linux-kernel@vger.kernel.org, Leon Romanovsky <leonro@nvidia.com>
Subject: drivers/infiniband/hw/qib/qib_sysfs.c:411:1: warning: performing pointer subtraction with a null pointer has undefined behavior
Date: Thu, 2 Sep 2021 22:50:55 +0800	[thread overview]
Message-ID: <202109022250.p4JB26bb-lkp@intel.com> (raw)

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

Hi Jason,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   4ac6d90867a4de2e12117e755dbd76e08d88697f
commit: 4a7aaf88c89f12f8048137e274ce0d40fe1056b2 RDMA/qib: Use attributes for the port sysfs
date:   3 months ago
config: x86_64-randconfig-r023-20210902 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c9948e9254fbb6ea00f66c7b4542311d21e060be)
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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4a7aaf88c89f12f8048137e274ce0d40fe1056b2
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 4a7aaf88c89f12f8048137e274ce0d40fe1056b2
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

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

All warnings (new ones prefixed by >>):

>> drivers/infiniband/hw/qib/qib_sysfs.c:411:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(rc_resends);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:412:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(seq_naks);
   ^~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:413:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(rdma_seq);
   ^~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:414:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(rnr_naks);
   ^~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:415:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(other_naks);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:416:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(rc_timeouts);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:417:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(loop_pkts);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:418:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(pkt_drops);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:419:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(dmawait);
   ^~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:420:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(unaligned);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:421:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(rc_dupreq);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:422:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(rc_seqnak);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:423:1: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
   QIB_DIAGC_ATTR(rc_crwaits);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/infiniband/hw/qib/qib_sysfs.c:408:51: note: expanded from macro 'QIB_DIAGC_ATTR'
                   .counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
                                                                   ^ ~~~~~~~~
   13 warnings generated.


vim +411 drivers/infiniband/hw/qib/qib_sysfs.c

f24a6d4887668c Harish Chegondi 2016-01-22  404  
4a7aaf88c89f12 Jason Gunthorpe 2021-06-11  405  #define QIB_DIAGC_ATTR(N)                                                      \
f24a6d4887668c Harish Chegondi 2016-01-22  406  	static struct qib_diagc_attr qib_diagc_attr_##N = {                    \
4a7aaf88c89f12 Jason Gunthorpe 2021-06-11  407  		.attr = __ATTR(N, 0664, diagc_attr_show, diagc_attr_store),    \
4a7aaf88c89f12 Jason Gunthorpe 2021-06-11  408  		.counter = &((struct qib_ibport *)0)->rvp.n_##N - (u64 *)0,    \
f931551bafe1f1 Ralph Campbell  2010-05-23  409  	}
f931551bafe1f1 Ralph Campbell  2010-05-23  410  
f931551bafe1f1 Ralph Campbell  2010-05-23 @411  QIB_DIAGC_ATTR(rc_resends);
f931551bafe1f1 Ralph Campbell  2010-05-23  412  QIB_DIAGC_ATTR(seq_naks);
f931551bafe1f1 Ralph Campbell  2010-05-23  413  QIB_DIAGC_ATTR(rdma_seq);
f931551bafe1f1 Ralph Campbell  2010-05-23  414  QIB_DIAGC_ATTR(rnr_naks);
f931551bafe1f1 Ralph Campbell  2010-05-23  415  QIB_DIAGC_ATTR(other_naks);
f931551bafe1f1 Ralph Campbell  2010-05-23  416  QIB_DIAGC_ATTR(rc_timeouts);
f931551bafe1f1 Ralph Campbell  2010-05-23  417  QIB_DIAGC_ATTR(loop_pkts);
f931551bafe1f1 Ralph Campbell  2010-05-23  418  QIB_DIAGC_ATTR(pkt_drops);
f931551bafe1f1 Ralph Campbell  2010-05-23  419  QIB_DIAGC_ATTR(dmawait);
f931551bafe1f1 Ralph Campbell  2010-05-23  420  QIB_DIAGC_ATTR(unaligned);
f931551bafe1f1 Ralph Campbell  2010-05-23  421  QIB_DIAGC_ATTR(rc_dupreq);
f931551bafe1f1 Ralph Campbell  2010-05-23  422  QIB_DIAGC_ATTR(rc_seqnak);
7199435414868b Kaike Wan       2019-09-11  423  QIB_DIAGC_ATTR(rc_crwaits);
f931551bafe1f1 Ralph Campbell  2010-05-23  424  

:::::: The code at line 411 was first introduced by commit
:::::: f931551bafe1f10ded7f5282e2aa162c267a2e5d IB/qib: Add new qib driver for QLogic PCIe InfiniBand adapters

:::::: TO: Ralph Campbell <ralph.campbell@qlogic.com>
:::::: CC: Roland Dreier <rolandd@cisco.com>

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

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

             reply	other threads:[~2021-09-02 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-02 14:50 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-21  4:44 drivers/infiniband/hw/qib/qib_sysfs.c:411:1: warning: performing pointer subtraction with a null pointer has undefined behavior kernel test robot

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=202109022250.p4JB26bb-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=jgg@nvidia.com \
    --cc=kbuild-all@lists.01.org \
    --cc=leonro@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    /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