linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: lkp@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo
Date: Tue, 30 Oct 2018 19:31:06 +0800	[thread overview]
Message-ID: <201810301913.XPGMpz0a%fengguang.wu@intel.com> (raw)
In-Reply-To: <1540593788-28181-1-git-send-email-bhsharma@redhat.com>

Hi Bhupesh,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on tip/x86/core]
[also build test ERROR on v4.19 next-20181030]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Bhupesh-Sharma/x86_64-vmcoreinfo-Append-page_offset_base-to-vmcoreinfo/20181027-075816
config: x86_64-randconfig-s4-10301649 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   arch/x86/kernel/machine_kexec_64.o: In function `arch_crash_save_vmcoreinfo':
>> arch/x86/kernel/machine_kexec_64.c:359: undefined reference to `page_offset_base'
>> arch/x86/kernel/machine_kexec_64.c:359: undefined reference to `page_offset_base'

vim +359 arch/x86/kernel/machine_kexec_64.c

   352	
   353	void arch_crash_save_vmcoreinfo(void)
   354	{
   355		VMCOREINFO_NUMBER(phys_base);
   356		VMCOREINFO_SYMBOL(init_top_pgt);
   357		vmcoreinfo_append_str("NUMBER(pgtable_l5_enabled)=%d\n",
   358				pgtable_l5_enabled());
 > 359		VMCOREINFO_NUMBER(page_offset_base);
   360	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 33580 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20181030/7d72a7ae/attachment-0001.gz>

  parent reply	other threads:[~2018-10-30 11:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-26 22:43 [PATCH] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo Bhupesh Sharma
2018-10-27 10:02 ` Baoquan He
2018-10-29 10:37   ` Bhupesh Sharma
2018-10-30  2:07     ` Baoquan He
2018-10-30  7:03       ` Bhupesh Sharma
2018-10-30  8:59         ` Baoquan He
2018-11-15 21:50           ` Bhupesh Sharma
2018-11-16  3:03             ` Baoquan He
2018-10-30 11:31 ` kbuild test robot [this message]
2018-11-01 15:49   ` Bhupesh Sharma

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=201810301913.XPGMpz0a%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).