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 2/2] mm: vmscan: remove shrinker's nr_deferred
Date: Thu, 17 Sep 2020 10:02:21 +0800	[thread overview]
Message-ID: <202009170946.KxhiYltp%lkp@intel.com> (raw)
In-Reply-To: <20200916185823.5347-3-shy828301@gmail.com>

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

Hi Yang,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on tip/perf/core]
[also build test ERROR on linux/master linus/master v5.9-rc5 next-20200916]
[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/Yang-Shi/Remove-shrinker-s-nr_deferred/20200917-025923
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 221bfce5ebbdf72ff08b3bf2510ae81058ee568b
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
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
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

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

All errors (new ones prefixed by >>):

   drivers/gpu/drm/msm/msm_gem_shrinker.c: In function 'msm_gem_shrinker_cleanup':
>> drivers/gpu/drm/msm/msm_gem_shrinker.c:159:20: error: 'struct shrinker' has no member named 'nr_deferred'
     159 |  if (priv->shrinker.nr_deferred) {
         |                    ^

# https://github.com/0day-ci/linux/commit/87eb1412074d8c1cf3d95f51462e6ac6ac088b68
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Yang-Shi/Remove-shrinker-s-nr_deferred/20200917-025923
git checkout 87eb1412074d8c1cf3d95f51462e6ac6ac088b68
vim +159 drivers/gpu/drm/msm/msm_gem_shrinker.c

68209390f11603 Rob Clark     2016-05-17  148  
68209390f11603 Rob Clark     2016-05-17  149  /**
68209390f11603 Rob Clark     2016-05-17  150   * msm_gem_shrinker_cleanup - Clean up msm shrinker
68209390f11603 Rob Clark     2016-05-17  151   * @dev_priv: msm device
68209390f11603 Rob Clark     2016-05-17  152   *
68209390f11603 Rob Clark     2016-05-17  153   * This function unregisters the msm shrinker.
68209390f11603 Rob Clark     2016-05-17  154   */
68209390f11603 Rob Clark     2016-05-17  155  void msm_gem_shrinker_cleanup(struct drm_device *dev)
68209390f11603 Rob Clark     2016-05-17  156  {
68209390f11603 Rob Clark     2016-05-17  157  	struct msm_drm_private *priv = dev->dev_private;
16976085a114ae Archit Taneja 2016-11-03  158  
16976085a114ae Archit Taneja 2016-11-03 @159  	if (priv->shrinker.nr_deferred) {

---
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: 53075 bytes --]

  parent reply	other threads:[~2020-09-17  2:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-16 18:58 [RFC PATCH 0/2] Remove shrinker's nr_deferred Yang Shi
2020-09-16 18:58 ` [RFC PATCH 1/2] mm: vmscan: remove shrinker's nr_deferred from tracepoint Yang Shi
2020-09-16 18:58 ` [RFC PATCH 2/2] mm: vmscan: remove shrinker's nr_deferred Yang Shi
2020-09-16 23:03   ` kernel test robot
2020-09-17  1:55   ` kernel test robot
2020-09-17  2:02   ` kernel test robot [this message]
2020-09-17  2:37 ` [RFC PATCH 0/2] Remove " Dave Chinner
2020-09-18  0:12   ` Yang Shi
2020-09-18  0:12     ` Yang Shi
2020-09-21  0:32     ` Dave Chinner
2020-09-22 23:45       ` Yang Shi
2020-09-22 23:45         ` Yang Shi
2020-09-26 20:31         ` Yang Shi
2020-09-26 20:31           ` Yang Shi
2020-09-30  7:31           ` Dave Chinner
2020-09-30 17:23             ` Yang Shi
2020-09-30 17:23               ` Yang Shi

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=202009170946.KxhiYltp%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.