All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: buddy.zhang@aliyun.com
Cc: kbuild-all@lists.01.org, akpm@linux-foundation.org,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	BuddyZhang <buddy.zhang@aliyun.com>
Subject: Re: [PATCH] mm/cma.c: find a named CMA area by name
Date: Fri, 17 Jan 2020 12:17:08 +0800	[thread overview]
Message-ID: <202001170300.lllGhfiU%lkp@intel.com> (raw)
In-Reply-To: <20200114075147.30672-1-buddy.zhang@aliyun.com>

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

Hi,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on mmotm/master]
[also build test ERROR on 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/buddy-zhang-aliyun-com/mm-cma-c-find-a-named-CMA-area-by-name/20200114-155334
base:   git://git.cmpxchg.org/linux-mmotm.git master
config: m68k-allmodconfig (attached as .config)
compiler: m68k-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=m68k 

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

All errors (new ones prefixed by >>):

>> mm/cma.c:55:1: error: expected ',' or ';' before 'phys_addr_t'
    phys_addr_t cma_get_base(const struct cma *cma)
    ^~~~~~~~~~~

vim +55 mm/cma.c

0095fc296f5cf9 BuddyZhang  2020-01-14  54  
ac173824959ade Sasha Levin 2015-04-14 @55  phys_addr_t cma_get_base(const struct cma *cma)
a254129e8686bf Joonsoo Kim 2014-08-06  56  {
a254129e8686bf Joonsoo Kim 2014-08-06  57  	return PFN_PHYS(cma->base_pfn);
a254129e8686bf Joonsoo Kim 2014-08-06  58  }
a254129e8686bf Joonsoo Kim 2014-08-06  59  

:::::: The code at line 55 was first introduced by commit
:::::: ac173824959adeb489f9fcf88858774c4535a241 mm: cma: constify and use correct signness in mm/cma.c

:::::: TO: Sasha Levin <sasha.levin@oracle.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>

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

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

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH] mm/cma.c: find a named CMA area by name
Date: Fri, 17 Jan 2020 12:17:08 +0800	[thread overview]
Message-ID: <202001170300.lllGhfiU%lkp@intel.com> (raw)
In-Reply-To: <20200114075147.30672-1-buddy.zhang@aliyun.com>

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

Hi,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on mmotm/master]
[also build test ERROR on 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/buddy-zhang-aliyun-com/mm-cma-c-find-a-named-CMA-area-by-name/20200114-155334
base:   git://git.cmpxchg.org/linux-mmotm.git master
config: m68k-allmodconfig (attached as .config)
compiler: m68k-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=m68k 

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

All errors (new ones prefixed by >>):

>> mm/cma.c:55:1: error: expected ',' or ';' before 'phys_addr_t'
    phys_addr_t cma_get_base(const struct cma *cma)
    ^~~~~~~~~~~

vim +55 mm/cma.c

0095fc296f5cf9 BuddyZhang  2020-01-14  54  
ac173824959ade Sasha Levin 2015-04-14 @55  phys_addr_t cma_get_base(const struct cma *cma)
a254129e8686bf Joonsoo Kim 2014-08-06  56  {
a254129e8686bf Joonsoo Kim 2014-08-06  57  	return PFN_PHYS(cma->base_pfn);
a254129e8686bf Joonsoo Kim 2014-08-06  58  }
a254129e8686bf Joonsoo Kim 2014-08-06  59  

:::::: The code at line 55 was first introduced by commit
:::::: ac173824959adeb489f9fcf88858774c4535a241 mm: cma: constify and use correct signness in mm/cma.c

:::::: TO: Sasha Levin <sasha.levin@oracle.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>

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

  parent reply	other threads:[~2020-01-17  4:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-14  7:51 [PATCH] mm/cma.c: find a named CMA area by name buddy.zhang
2020-01-14  9:02 ` David Hildenbrand
2020-01-14 10:08   ` buddy.zhang
2020-01-16  4:21 ` kbuild test robot
2020-01-16  4:21   ` kbuild test robot
2020-01-17  4:17 ` kbuild test robot [this message]
2020-01-17  4:17   ` kbuild test robot
2020-01-16 10:13 buddy.zhang
2020-01-16 12:12 ` Michal Hocko
2020-01-17  2:16   ` buddy.zhang
2020-01-17  6:28     ` Michal Hocko

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=202001170300.lllGhfiU%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=buddy.zhang@aliyun.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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.