Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1247132

Re: [PATCH][v5] PM / hibernate: Print the possible panic reason when resuming with inconsistent e820 map

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH][v5] PM / hibernate: Print the possible panic reason when resuming with inconsistent e820 map
Date 2015-10-14 22:20 +0200
Message-ID <qjAGK-O8-27@gated-at.bofh.it> (permalink)
References <qjzrk-7fk-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Chen,

[auto build test ERROR on tip/x86/core -- if it's inappropriate base, please suggest rules for selecting the more suitable base]

url:    https://github.com/0day-ci/linux/commits/Chen-Yu/PM-hibernate-Print-the-possible-panic-reason-when-resuming-with-inconsistent-e820-map/20151015-030054
config: m68k-sun3_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=m68k 

All errors (new ones prefixed by >>):

   In file included from drivers/tty/sysrq.c:34:0:
>> include/linux/suspend.h:11:25: fatal error: asm/suspend.h: No such file or directory
    #include <asm/suspend.h>
                            ^
   compilation terminated.

vim +11 include/linux/suspend.h

     5	#include <linux/notifier.h>
     6	#include <linux/init.h>
     7	#include <linux/pm.h>
     8	#include <linux/mm.h>
     9	#include <linux/freezer.h>
    10	#include <asm/errno.h>
  > 11	#include <asm/suspend.h>
    12	
    13	#ifdef CONFIG_VT
    14	extern void pm_set_vt_switch(int);

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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH][v5] PM / hibernate: Print the possible panic reason when resuming with inconsistent e820 map Chen Yu <yu.c.chen@intel.com> - 2015-10-14 21:00 +0200
  Re: [PATCH][v5] PM / hibernate: Print the possible panic reason when  resuming with inconsistent e820 map kbuild test robot <lkp@intel.com> - 2015-10-14 21:50 +0200
  Re: [PATCH][v5] PM / hibernate: Print the possible panic reason when  resuming with inconsistent e820 map kbuild test robot <lkp@intel.com> - 2015-10-14 22:20 +0200
  Re: [PATCH][v5] PM / hibernate: Print the possible panic reason when  resuming with inconsistent e820 map kbuild test robot <lkp@intel.com> - 2015-10-14 23:10 +0200
  Re: [PATCH][v5] PM / hibernate: Print the possible panic reason when  resuming with inconsistent e820 map kbuild test robot <lkp@intel.com> - 2015-10-14 23:10 +0200
  RE: [PATCH][v5] PM / hibernate: Print the possible panic reason  when resuming with inconsistent e820 map "Chen, Yu C" <yu.c.chen@intel.com> - 2015-10-15 03:50 +0200

csiph-web