[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201510210611.ovGZCjJo%fengguang.wu@intel.com>
Date: Wed, 21 Oct 2015 07:37:51 +0800
From: kbuild test robot <lkp@...el.com>
To: Grygorii Strashko <grygorii.strashko@...com>
Cc: kbuild-all@...org, tglx@...utronix.de,
"Rafael J. Wysocki" <rjw@...ysocki.net>, bigeasy@...utronix.de,
linux-rt-users@...r.kernel.org, Sekhar Nori <nsekhar@...com>,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Grygorii Strashko <grygorii.strashko@...com>
Subject: Re: [4.1.3-rt10][RFC PATCH] PM / sleep: freeze: fix bug "sleeping
function called from invalid context"
Hi Grygorii,
[auto build test ERROR on v4.3-rc6 -- if it's inappropriate base, please suggest rules for selecting the more suitable base]
url: https://github.com/0day-ci/linux/commits/Grygorii-Strashko/PM-sleep-freeze-fix-bug-sleeping-function-called-from-invalid-context/20151021-043733
config: i386-defconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
>> kernel/power/suspend.c:32:31: fatal error: linux/wait-simple.h: No such file or directory
compilation terminated.
vim +32 kernel/power/suspend.c
26 #include <linux/suspend.h>
27 #include <linux/syscore_ops.h>
28 #include <linux/ftrace.h>
29 #include <trace/events/power.h>
30 #include <linux/compiler.h>
31 #include <linux/moduleparam.h>
> 32 #include <linux/wait-simple.h>
33
34 #include "power.h"
35
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (23761 bytes)
Powered by blists - more mailing lists