Re: WARNING: CPU: 0 PID: 1 at init/main.c:711 do_one_initcall()

2013-11-26 Thread Yuanhan Liu
On Mon, Nov 25, 2013 at 03:57:40PM +0200, Boaz Harrosh wrote: > On 11/25/2013 03:25 PM, Yuanhan Liu wrote: > > > > Hi Boaz, > > > > We are running an 0day kernel testing system. We will test all developers' > > tree we tracked in our system automatically. A

Re: WARNING: CPU: 0 PID: 1 at init/main.c:711 do_one_initcall()

2013-11-25 Thread Yuanhan Liu
On Mon, Nov 25, 2013 at 12:43:42PM +0200, Boaz Harrosh wrote: > On 11/22/2013 08:02 AM, Yuanhan Liu wrote: > > Greetings, > > > > I got the below dmesg and the first bad commit is > > > > commit 20545536cd8ea949c61527b6395ec8c0d2c237b1 > > Author: Boaz H

[PATCH 5/5] crypto: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_SLEEP

2012-10-16 Thread Yuanhan Liu
pto@vger.kernel.org Signed-off-by: Yuanhan Liu Signed-off-by: Fengguang Wu --- drivers/crypto/ux500/cryp/cryp_core.c |2 ++ drivers/crypto/ux500/hash/hash_core.c |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/crypto/ux500/cryp/cryp_core.c b/drivers/crypt