From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v5 2/2] mm: add a field to store names for private anonymous memory
Date: Thu, 20 Aug 2020 01:42:43 +0800 [thread overview]
Message-ID: <202008200154.7GejtkR9%lkp@intel.com> (raw)
In-Reply-To: <20200819141650.7462-3-sumit.semwal@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1530 bytes --]
Hi Sumit,
I love your patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v5.9-rc1]
[cannot apply to hnaz-linux-mm/master linux/master next-20200819]
[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/Sumit-Semwal/Anonymous-VMA-naming-patches/20200819-222011
base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 18445bf405cb331117bc98427b1ba6f12418ad17
config: s390-randconfig-r025-20200818 (attached as .config)
compiler: s390-linux-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=s390
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 >>):
s390-linux-ld: kernel/sys.o: in function `prctl_set_vma':
kernel/sys.c:2294: undefined reference to `madvise_set_anon_name'
>> s390-linux-ld: kernel/sys.c:2294: undefined reference to `madvise_set_anon_name'
---
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: 16281 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Sumit Semwal <sumit.semwal@linaro.org>,
Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org,
Alexey Dobriyan <adobriyan@gmail.com>,
Jonathan Corbet <corbet@lwn.net>
Cc: kbuild-all@lists.01.org,
Linux Memory Management List <linux-mm@kvack.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
linux-media@vger.kernel.org, Kees Cook <keescook@chromium.org>,
Michal Hocko <mhocko@suse.com>, Colin Cross <ccross@google.com>
Subject: Re: [PATCH v5 2/2] mm: add a field to store names for private anonymous memory
Date: Thu, 20 Aug 2020 01:42:43 +0800 [thread overview]
Message-ID: <202008200154.7GejtkR9%lkp@intel.com> (raw)
In-Reply-To: <20200819141650.7462-3-sumit.semwal@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1495 bytes --]
Hi Sumit,
I love your patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v5.9-rc1]
[cannot apply to hnaz-linux-mm/master linux/master next-20200819]
[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/Sumit-Semwal/Anonymous-VMA-naming-patches/20200819-222011
base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 18445bf405cb331117bc98427b1ba6f12418ad17
config: s390-randconfig-r025-20200818 (attached as .config)
compiler: s390-linux-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=s390
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 >>):
s390-linux-ld: kernel/sys.o: in function `prctl_set_vma':
kernel/sys.c:2294: undefined reference to `madvise_set_anon_name'
>> s390-linux-ld: kernel/sys.c:2294: undefined reference to `madvise_set_anon_name'
---
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: 16281 bytes --]
next prev parent reply other threads:[~2020-08-19 17:42 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-19 14:16 [PATCH v5 0/2] Anonymous VMA naming patches Sumit Semwal
2020-08-19 14:16 ` [PATCH v5 1/2] mm: rearrange madvise code to allow for reuse Sumit Semwal
2020-08-19 14:16 ` [PATCH v5 2/2] mm: add a field to store names for private anonymous memory Sumit Semwal
2020-08-19 14:37 ` Michal Hocko
2020-08-19 15:02 ` Matthew Wilcox
2020-08-19 17:48 ` Sumit Semwal
2020-08-20 15:46 ` Oleg Nesterov
2020-08-19 17:14 ` kernel test robot
2020-08-19 17:14 ` kernel test robot
2020-08-19 17:42 ` kernel test robot [this message]
2020-08-19 17:42 ` kernel test robot
2020-08-20 7:58 ` Michal Hocko
2020-08-20 23:28 ` Colin Cross
2020-08-21 3:21 ` Sumit Semwal
2020-08-21 7:24 ` Michal Hocko
2020-08-21 7:53 ` Michal Hocko
2020-08-21 8:02 ` Sumit Semwal
2020-08-20 16:00 ` Oleg Nesterov
2020-08-20 21:15 ` Kees Cook
2020-08-21 3:15 ` Sumit Semwal
2020-08-21 3:14 ` Sumit Semwal
2020-08-20 21:40 ` Cyrill Gorcunov
2020-08-20 21:45 ` Colin Cross
2020-08-20 22:15 ` Cyrill Gorcunov
2020-08-20 23:51 ` Colin Cross
2020-08-21 7:05 ` Cyrill Gorcunov
2020-08-20 21:45 ` Dave Hansen
2020-08-20 21:59 ` Cyrill Gorcunov
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=202008200154.7GejtkR9%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.