From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH V2] mmc: sdhci: Update the software timeout value for sdhc
Date: Mon, 28 Jun 2021 14:39:40 +0800 [thread overview]
Message-ID: <202106281425.1mlZBESD-lkp@intel.com> (raw)
In-Reply-To: <1624804840-3479-1-git-send-email-sbhanu@codeaurora.org>
[-- Attachment #1: Type: text/plain, Size: 2370 bytes --]
Hi Shaik,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on linus/master]
[also build test WARNING on v5.13 next-20210625]
[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]
url: https://github.com/0day-ci/linux/commits/Shaik-Sajida-Bhanu/mmc-sdhci-Update-the-software-timeout-value-for-sdhc/20210627-224156
base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 625acffd7ae2c52898d249e6c5c39f348db0d8df
config: riscv-randconfig-r005-20210628 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 4c92e31dd0f1bd152eda883af20ff7fbcaa14945)
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 riscv cross compiling tool for clang build
# apt-get install binutils-riscv64-linux-gnu
# https://github.com/0day-ci/linux/commit/ee7ea08b7e3f660ca8a04f777aeabcb0962f1668
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Shaik-Sajida-Bhanu/mmc-sdhci-Update-the-software-timeout-value-for-sdhc/20210627-224156
git checkout ee7ea08b7e3f660ca8a04f777aeabcb0962f1668
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv
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/mmc/host/sdhci-msm.c:2097:27: warning: overflow in expression; result is 525163520 with type 'long' [-Winteger-overflow]
host->data_timeout = 22 * NSEC_PER_SEC;
^
1 warning generated.
vim +/long +2097 drivers/mmc/host/sdhci-msm.c
2094
2095 __sdhci_set_timeout(host, cmd);
2096 if (cmd && (cmd->data) && (host->clock > 400000) && (host->clock <= 50000000))
> 2097 host->data_timeout = 22 * NSEC_PER_SEC;
2098 }
2099
---
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: 28476 bytes --]
next prev parent reply other threads:[~2021-06-28 6:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-27 14:40 [PATCH V2] mmc: sdhci: Update the software timeout value for sdhc Shaik Sajida Bhanu
2021-06-27 17:05 ` kernel test robot
2021-06-28 6:39 ` kernel test robot [this message]
2021-06-30 14:08 ` Adrian Hunter
2021-07-01 16:58 ` sbhanu
2021-07-05 14:09 ` sbhanu
2021-07-07 18:03 ` Adrian Hunter
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=202106281425.1mlZBESD-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.