All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Anchal Agarwal <anchalag@amazon.com>,
	tglx@linutronix.de, mingo@redhat.com, bp@alien8.de,
	hpa@zytor.com, x86@kernel.org, boris.ostrovsky@oracle.com,
	jgross@suse.com, linux-pm@vger.kernel.org, linux-mm@kvack.org,
	kamatam@amazon.com
Cc: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 04/11] x86/xen: add system core suspend and resume callbacks
Date: Mon, 6 Jul 2020 01:22:57 +0800	[thread overview]
Message-ID: <202007060134.IPdwvINA%lkp@intel.com> (raw)
In-Reply-To: <20200702182205.GA3531@dev-dsk-anchalag-2a-9c2d1d96.us-west-2.amazon.com>

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

Hi Anchal,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on tip/auto-latest]
[also build test ERROR on linus/master v5.8-rc3 next-20200703]
[cannot apply to xen-tip/linux-next tip/irq/core]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use  as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Anchal-Agarwal/Fix-PM-hibernation-in-Xen-guests/20200703-022819
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 7e44a91e0445a854af5d34ca0f5baceccd518e73
config: x86_64-randconfig-m001-20200705 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0

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 >>):

   ld: arch/x86/xen/suspend.o: in function `xen_syscore_resume':
>> arch/x86/xen/suspend.c:111: undefined reference to `xen_hvm_map_shared_info'

vim +111 arch/x86/xen/suspend.c

   107	
   108	static void xen_syscore_resume(void)
   109	{
   110		/* No need to setup vcpu_info as it's already moved off */
 > 111		xen_hvm_map_shared_info();
   112	
   113		pvclock_resume();
   114	
   115		gnttab_resume();
   116	}
   117	

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 04/11] x86/xen: add system core suspend and resume callbacks
Date: Mon, 06 Jul 2020 01:22:57 +0800	[thread overview]
Message-ID: <202007060134.IPdwvINA%lkp@intel.com> (raw)
In-Reply-To: <20200702182205.GA3531@dev-dsk-anchalag-2a-9c2d1d96.us-west-2.amazon.com>

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

Hi Anchal,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on tip/auto-latest]
[also build test ERROR on linus/master v5.8-rc3 next-20200703]
[cannot apply to xen-tip/linux-next tip/irq/core]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use  as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Anchal-Agarwal/Fix-PM-hibernation-in-Xen-guests/20200703-022819
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 7e44a91e0445a854af5d34ca0f5baceccd518e73
config: x86_64-randconfig-m001-20200705 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0

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 >>):

   ld: arch/x86/xen/suspend.o: in function `xen_syscore_resume':
>> arch/x86/xen/suspend.c:111: undefined reference to `xen_hvm_map_shared_info'

vim +111 arch/x86/xen/suspend.c

   107	
   108	static void xen_syscore_resume(void)
   109	{
   110		/* No need to setup vcpu_info as it's already moved off */
 > 111		xen_hvm_map_shared_info();
   112	
   113		pvclock_resume();
   114	
   115		gnttab_resume();
   116	}
   117	

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

  reply	other threads:[~2020-07-05 17:24 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02 18:21 [PATCH v2 00/11] Fix PM hibernation in Xen guests Anchal Agarwal
2020-07-02 18:21 ` Anchal Agarwal
2020-07-02 18:21 ` [PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode Anchal Agarwal
2020-07-02 18:21   ` Anchal Agarwal
2020-07-13 15:52   ` Boris Ostrovsky
2020-07-15 20:49     ` Anchal Agarwal
2020-07-15 20:49       ` Anchal Agarwal
2020-07-15 21:18       ` Boris Ostrovsky
2020-07-15 21:18         ` Boris Ostrovsky
2020-07-17 19:10         ` Anchal Agarwal
2020-07-17 19:10           ` Anchal Agarwal
2020-07-19  1:47           ` Boris Ostrovsky
2020-07-19  1:47             ` Boris Ostrovsky
2020-07-20  9:37             ` Roger Pau Monné
2020-07-20  9:37               ` Roger Pau Monné
2020-07-21  0:17               ` Anchal Agarwal
2020-07-21  0:17                 ` Anchal Agarwal
2020-07-21  8:30                 ` Roger Pau Monné
2020-07-21  8:30                   ` Roger Pau Monné
2020-07-21 19:55                   ` Anchal Agarwal
2020-07-21 19:55                     ` Anchal Agarwal
2020-07-22  8:27                     ` Roger Pau Monné
2020-07-22  8:27                       ` Roger Pau Monné
2020-07-21  0:03             ` Anchal Agarwal
2020-07-21  0:03               ` Anchal Agarwal
2020-07-21 21:48               ` Boris Ostrovsky
2020-07-21 21:48                 ` Boris Ostrovsky
2020-07-22  0:18                 ` Stefano Stabellini
2020-07-22  0:18                   ` Stefano Stabellini
2020-07-22  0:18                   ` Stefano Stabellini
2020-07-22 18:02                   ` Anchal Agarwal
2020-07-22 18:02                     ` Anchal Agarwal
2020-07-22 22:45                     ` Boris Ostrovsky
2020-07-22 22:45                       ` Boris Ostrovsky
2020-07-22 23:49                     ` Stefano Stabellini
2020-07-22 23:49                       ` Stefano Stabellini
2020-07-22 23:49                       ` Stefano Stabellini
2020-07-23 22:57                       ` Anchal Agarwal
2020-07-23 22:57                         ` Anchal Agarwal
2020-07-24 23:01                         ` Stefano Stabellini
2020-07-24 23:01                           ` Stefano Stabellini
2020-07-24 23:01                           ` Stefano Stabellini
2020-07-27 22:08                           ` Boris Ostrovsky
2020-07-27 22:08                             ` Boris Ostrovsky
2020-07-30 23:06                             ` Anchal Agarwal
2020-07-30 23:06                               ` Anchal Agarwal
2020-07-31 14:13                               ` Boris Ostrovsky
2020-07-31 14:13                                 ` Boris Ostrovsky
2020-07-31 14:25                                 ` Rafael J. Wysocki
2020-07-31 14:25                                   ` Rafael J. Wysocki
2020-07-31 14:25                                   ` Rafael J. Wysocki
2020-08-04 23:42                                 ` Anchal Agarwal
2020-08-04 23:42                                   ` Anchal Agarwal
2020-08-05 13:31                                   ` Boris Ostrovsky
2020-08-05 13:31                                     ` Boris Ostrovsky
2020-08-05 17:42                                     ` Anchal Agarwal
2020-08-05 17:42                                       ` Anchal Agarwal
2020-07-02 18:21 ` [PATCH v2 03/11] x86/xen: Introduce new function to map HYPERVISOR_shared_info on Resume Anchal Agarwal
2020-07-02 18:21   ` Anchal Agarwal
2020-07-02 18:22 ` [PATCH v2 04/11] x86/xen: add system core suspend and resume callbacks Anchal Agarwal
2020-07-02 18:22   ` Anchal Agarwal
2020-07-05 17:22   ` kernel test robot [this message]
2020-07-05 17:22     ` kernel test robot
2020-07-22  9:08   ` Julien Grall
2020-07-02 18:22 ` [PATCH v2 05/11] genirq: Shutdown irq chips in suspend/resume during hibernation Anchal Agarwal
2020-07-02 18:22   ` Anchal Agarwal
2020-07-02 18:22 ` [PATCH v2 06/11] xen-blkfront: add callbacks for PM suspend and hibernation Anchal Agarwal
2020-07-02 18:22   ` Anchal Agarwal
2020-07-02 18:22 ` [PATCH v2 07/11] xen-netfront: " Anchal Agarwal
2020-07-02 18:22   ` Anchal Agarwal
2020-07-02 18:22 ` [PATCH v2 08/11] x86/xen: save and restore steal clock during PM hibernation Anchal Agarwal
2020-07-02 18:22   ` Anchal Agarwal
2020-07-02 18:23 ` [PATCH v2 09/11] xen: Introduce wrapper for save/restore sched clock offset Anchal Agarwal
2020-07-02 18:23   ` Anchal Agarwal
2020-07-02 18:23 ` [PATCH v2 10/11] xen: Update sched clock offset to avoid system instability in hibernation Anchal Agarwal
2020-07-02 18:23   ` Anchal Agarwal
2020-07-02 18:23 ` [PATCH v2 11/11] PM / hibernate: update the resume offset on SNAPSHOT_SET_SWAP_AREA Anchal Agarwal
2020-07-02 18:23   ` Anchal Agarwal
2020-07-02 18:25 ` [PATCH v2 02/11] xenbus: add freeze/thaw/restore callbacks support Anchal Agarwal
2020-07-02 18:25   ` Anchal Agarwal
2020-07-10 18:17 ` [PATCH v2 00/11] Fix PM hibernation in Xen guests Agarwal, Anchal
2020-07-10 18:17   ` Agarwal, Anchal
2020-07-13 19:43   ` Boris Ostrovsky
2020-07-15 19:49     ` Anchal Agarwal
2020-07-15 19:49       ` Anchal Agarwal
2020-07-15 20:49       ` Boris Ostrovsky
2020-07-15 20:49         ` Boris Ostrovsky
2020-07-16 23:28         ` Anchal Agarwal
2020-07-16 23:28           ` Anchal Agarwal

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=202007060134.IPdwvINA%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=anchalag@amazon.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=bp@alien8.de \
    --cc=hpa@zytor.com \
    --cc=jgross@suse.com \
    --cc=kamatam@amazon.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.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.