public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* Need help on Suspend on RAM
@ 2008-09-30  7:26 Francesco VIRLINZI
  2008-09-30  9:07 ` Francesco VIRLINZI
  0 siblings, 1 reply; 3+ messages in thread
From: Francesco VIRLINZI @ 2008-09-30  7:26 UTC (permalink / raw)
  To: linux-pm

Hi all
I'm working on Suspend on RAM on kernel 2.6.23.17 on a Sh4 based platform.
The suspend on RAM seems really working.
But it I suspend the board more then 3/4 times than the system doesn't 
resume the user space
 but via JTAG I see the kernel is running.

I enabled CONFIG_DETECT_SOFTLOCKUP and the kernel prints:

|BUG: soft lockup detected on CPU#0|

Moreover I installed the patch suggested in http://lwn.net/Articles/287024/
and it seems the kernel is running in:
-   run_timer_softirq


and doing some other test I can confirm the kernel is really there...

In the board there is no real RTC... All the 'time' is based on the 
system timer
 and between suspend/resume the timer is really stopped.

Do you have some suggestion?

Regards
Ciao
 Francesco

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Need help on Suspend on RAM
  2008-09-30  7:26 Need help on Suspend on RAM Francesco VIRLINZI
@ 2008-09-30  9:07 ` Francesco VIRLINZI
  2008-10-08 17:01   ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: Francesco VIRLINZI @ 2008-09-30  9:07 UTC (permalink / raw)
  To: Francesco VIRLINZI; +Cc: linux-pm

Hi all
I think I find a fix (?)
In the file:
kernel/time/timekeeping.c
I'm removing the functions:
 - timekeeping_suspend and
 - timekeeping_resume
I forgot to say that I have no real ClockSource (this means that in 
suspend also the clocksource is suspended...)

Could it be a fix or there is an other solution?
Regards
 Francesco

Francesco VIRLINZI ha scritto:
> Hi all
> I'm working on Suspend on RAM on kernel 2.6.23.17 on a Sh4 based platform.
> The suspend on RAM seems really working.
> But it I suspend the board more then 3/4 times than the system doesn't 
> resume the user space
>  but via JTAG I see the kernel is running.
>
> I enabled CONFIG_DETECT_SOFTLOCKUP and the kernel prints:
>
> |BUG: soft lockup detected on CPU#0|
>
> Moreover I installed the patch suggested in http://lwn.net/Articles/287024/
> and it seems the kernel is running in:
> -   run_timer_softirq
>
>
> and doing some other test I can confirm the kernel is really there...
>
> In the board there is no real RTC... All the 'time' is based on the 
> system timer
>  and between suspend/resume the timer is really stopped.
>
> Do you have some suggestion?
>
> Regards
> Ciao
>  Francesco
> _______________________________________________
> linux-pm mailing list
> linux-pm@lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/linux-pm
>
>   

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Need help on Suspend on RAM
  2008-09-30  9:07 ` Francesco VIRLINZI
@ 2008-10-08 17:01   ` Pavel Machek
  0 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2008-10-08 17:01 UTC (permalink / raw)
  To: Francesco VIRLINZI; +Cc: linux-pm

On Tue 2008-09-30 11:07:18, Francesco VIRLINZI wrote:
> Hi all
> I think I find a fix (?)
> In the file:
> kernel/time/timekeeping.c
> I'm removing the functions:
>  - timekeeping_suspend and
>  - timekeeping_resume
> I forgot to say that I have no real ClockSource (this means that in 
> suspend also the clocksource is suspended...)

Simply commenting this out is probably not the right solution.. could
you find why it breaks your system and talk to tglx?

								Pavel


> Regards
>  Francesco
> 
> Francesco VIRLINZI ha scritto:
> > Hi all
> > I'm working on Suspend on RAM on kernel 2.6.23.17 on a Sh4 based platform.
> > The suspend on RAM seems really working.
> > But it I suspend the board more then 3/4 times than the system doesn't 
> > resume the user space
> >  but via JTAG I see the kernel is running.
> >
> > I enabled CONFIG_DETECT_SOFTLOCKUP and the kernel prints:
> >
> > |BUG: soft lockup detected on CPU#0|
> >
> > Moreover I installed the patch suggested in http://lwn.net/Articles/287024/
> > and it seems the kernel is running in:
> > -   run_timer_softirq
> >
> >
> > and doing some other test I can confirm the kernel is really there...
> >
> > In the board there is no real RTC... All the 'time' is based on the 
> > system timer
> >  and between suspend/resume the timer is really stopped.
> >
> > Do you have some suggestion?
> >
> > Regards
> > Ciao
> >  Francesco
> > _______________________________________________
> > linux-pm mailing list
> > linux-pm@lists.linux-foundation.org
> > https://lists.linux-foundation.org/mailman/listinfo/linux-pm
> >
> >   
> 
> _______________________________________________
> linux-pm mailing list
> linux-pm@lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/linux-pm

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-08 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-30  7:26 Need help on Suspend on RAM Francesco VIRLINZI
2008-09-30  9:07 ` Francesco VIRLINZI
2008-10-08 17:01   ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox