From: kernel test robot <lkp@intel.com>
To: Stafford Horne <shorne@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: drivers/pci/pci.c:4195 pci_pio_to_address() warn: always true condition '(pio >= (0 - 0)) => (0-u32max >= 0)'
Date: Sun, 14 May 2023 12:28:23 +0800 [thread overview]
Message-ID: <202305141227.mVZGYR0O-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: bb7c241fae6228e89c0286ffd6f249b3b0dea225
commit: ded2ee36313c941f1a12b6f85cde295b575264ae openrisc: Add pci bus support
date: 10 months ago
config: openrisc-randconfig-m031-20230509 (https://download.01.org/0day-ci/archive/20230514/202305141227.mVZGYR0O-lkp@intel.com/config)
compiler: or1k-linux-gcc (GCC) 12.1.0
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202305141227.mVZGYR0O-lkp@intel.com/
smatch warnings:
drivers/pci/pci.c:4195 pci_pio_to_address() warn: always true condition '(pio >= (0 - 0)) => (0-u32max >= 0)'
drivers/infiniband/hw/mthca/mthca_memfree.c:720 mthca_init_db_tab() warn: other places set '(struct mthca_db_table)->npages' to 'page' instead of 'array_size'
vim +4195 drivers/pci/pci.c
c5076cfe768998 Tomasz Nowicki 2016-05-11 4189
c5076cfe768998 Tomasz Nowicki 2016-05-11 4190 phys_addr_t pci_pio_to_address(unsigned long pio)
c5076cfe768998 Tomasz Nowicki 2016-05-11 4191 {
c5076cfe768998 Tomasz Nowicki 2016-05-11 4192 phys_addr_t address = (phys_addr_t)OF_BAD_ADDR;
c5076cfe768998 Tomasz Nowicki 2016-05-11 4193
c5076cfe768998 Tomasz Nowicki 2016-05-11 4194 #ifdef PCI_IOBASE
5745392e0c2b78 Zhichang Yuan 2018-03-15 @4195 if (pio >= MMIO_UPPER_LIMIT)
c5076cfe768998 Tomasz Nowicki 2016-05-11 4196 return address;
c5076cfe768998 Tomasz Nowicki 2016-05-11 4197
5745392e0c2b78 Zhichang Yuan 2018-03-15 4198 address = logic_pio_to_hwaddr(pio);
c5076cfe768998 Tomasz Nowicki 2016-05-11 4199 #endif
c5076cfe768998 Tomasz Nowicki 2016-05-11 4200
c5076cfe768998 Tomasz Nowicki 2016-05-11 4201 return address;
c5076cfe768998 Tomasz Nowicki 2016-05-11 4202 }
9cc742078c9a90 Jianjun Wang 2021-04-20 4203 EXPORT_SYMBOL_GPL(pci_pio_to_address);
c5076cfe768998 Tomasz Nowicki 2016-05-11 4204
:::::: The code at line 4195 was first introduced by commit
:::::: 5745392e0c2b78e0d73203281d5c42cbd6993194 PCI: Apply the new generic I/O management on PCI IO hosts
:::::: TO: Zhichang Yuan <yuanzhichang@hisilicon.com>
:::::: CC: Bjorn Helgaas <helgaas@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next reply other threads:[~2023-05-14 4:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-14 4:28 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-28 13:23 kernel test robot
2023-01-11 15:40 kernel test robot
2022-09-22 10:44 kernel test robot
2022-09-21 8:09 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=202305141227.mVZGYR0O-lkp@intel.com \
--to=lkp@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=shorne@gmail.com \
/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
all inboxes | Powered by JetHome®