LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* kernel NULL pointer dereference in pxa_pm_enter (2.6.38-rc2)
@ 2011-01-24 9:29 Sven Neumann
2011-01-24 9:51 ` Russell King - ARM Linux
0 siblings, 1 reply; 11+ messages in thread
From: Sven Neumann @ 2011-01-24 9:29 UTC (permalink / raw)
To: linux-arm-kernel, linux-kernel, Eric Miao, Daniel Mack
Hi,
I am still trying to get our Raumfeld platform working with kernels
newer than 2.6.36 and this morning I've updated to 2.6.38-rc2 to see if
any of the remaining problems with 2.6.37 have been fixed. Kernel boots
fine, but it crashes on suspend:
[ 95.701660] PM: Syncing filesystems ... done.
[ 95.749352] Freezing user space processes ... (elapsed 0.02 seconds) done.
[ 95.776504] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[ 95.797795] dac7512 spi0.2: ... can't suspend
[ 95.803906] libertas: mmc0:0001:1: suspend: PM flags = 0x0
[ 95.809362] libertas: Suspend without wake params -- powering down card.
[ 95.816103] hub 1-0:1.0: hub_suspend
[ 95.819873] usb usb1: bus suspend
[ 95.823170] pxa27x-ohci pxa27x-ohci: suspend root hub
[ 95.834919] mmc0: card 0001 removed
[ 95.839158] PM: suspend of devices complete after 41.589 msecs
[ 95.846167] PM: late suspend of devices complete after 1.111 msecs
[ 95.852603] Unable to handle kernel NULL pointer dereference at virtual address 00000000
[ 95.860642] pgd = c6700000
[ 95.863327] [00000000] *pgd=a67fb831, *pte=00000000, *ppte=00000000
[ 95.869571] Internal error: Oops: 80000005 [#1]
[ 95.874071] last sysfs file: /sys/power/state
[ 95.878397] Modules linked in: eeti_ts libertas_sdio libertas pxamci ds2760_battery w1_ds2760 wire
[ 95.887354] CPU: 0 Not tainted (2.6.38-rc2+ #102)
[ 95.892377] PC is at 0x0
[ 95.894924] LR is at pxa_pm_enter+0x4c/0x120
[ 95.899167] pc : [<00000000>] lr : [<c0051dcc>] psr: 20000093
[ 95.899178] sp : c6749ee0 ip : 00000093 fp : 0003a490
[ 95.910568] r10: 00000004 r9 : c681c458 r8 : c6832000
[ 95.915756] r7 : 00000003 r6 : 00000000 r5 : c052f1a8 r4 : c052f1a4
[ 95.922244] r3 : c0510778 r2 : a6700018 r1 : c63f4120 r0 : 00000010
[ 95.928733] Flags: nzCv IRQs off FIQs on Mode SVC_32 ISA ARM Segment user
[ 95.935908] Control: 0000397f Table: a6700018 DAC: 00000015
[ 95.941619] Process raumfeld-master (pid: 1246, stack limit = 0xc6748278)
[ 95.948366] Stack: (0xc6749ee0 to 0xc674a000)
[ 95.952701] 9ee0: c0383958 00000000 00000000 00000003 c0383958 c0086aa8 00000000 00000003
[ 95.960832] 9f00: 00000003 c0086c04 00000101 c04936bc 00000003 c0086320 00016798 00000004
[ 95.968966] 9f20: c60177e0 c681c440 c60167c0 c0413f54 c6749f80 c0196074 00000004 c00f7b78
[ 95.977099] 9f40: c6742e80 00000004 00016798 c6749f80 00016798 c6748000 00020000 c00b4184
[ 95.985231] 9f60: c527fa20 c6742e88 00000000 00000000 c6742e80 00000004 00016798 c00b42c8
[ 95.993364] 9f80: 00000000 00000000 00010658 00000001 0000000b beca8baf 407c52f0 00000004
[ 96.001496] 9fa0: c0049144 c0048fc0 0000000b beca8baf 0000000b 00016798 00000004 00000000
[ 96.009630] 9fc0: 0000000b beca8baf 407c52f0 00000004 407c613c 00039ee0 00000000 0003a490
[ 96.017763] 9fe0: 0001f9f8 beca8ba0 00010840 40802f84 20000010 0000000b 00000000 00000000
[ 96.025932] [<c0051dcc>] (pxa_pm_enter+0x4c/0x120) from [<c0086aa8>] (suspend_devices_and_enter+0x100/0x1ac)
[ 96.035714] [<c0086aa8>] (suspend_devices_and_enter+0x100/0x1ac) from [<c0086c04>] (enter_state+0xb0/0xf4)
[ 96.045317] [<c0086c04>] (enter_state+0xb0/0xf4) from [<c0086320>] (state_store+0x94/0xc8)
[ 96.053560] [<c0086320>] (state_store+0x94/0xc8) from [<c0196074>] (kobj_attr_store+0x1c/0x24)
[ 96.062146] [<c0196074>] (kobj_attr_store+0x1c/0x24) from [<c00f7b78>] (sysfs_write_file+0x104/0x13c)
[ 96.071341] [<c00f7b78>] (sysfs_write_file+0x104/0x13c) from [<c00b4184>] (vfs_write+0xac/0x138)
[ 96.080084] [<c00b4184>] (vfs_write+0xac/0x138) from [<c00b42c8>] (sys_write+0x40/0x6c)
[ 96.088072] [<c00b42c8>] (sys_write+0x40/0x6c) from [<c0048fc0>] (ret_fast_syscall+0x0/0x2c)
[ 96.096467] Code: bad PC value
[ 96.099501] ---[ end trace 99a4afc7272fd902 ]---
I've added some printk() statements and found that pxa_cpu_pm_fns->save
and pxa_cpu_pm_fns->restore are both NULL. As far as I can see pxa25x.c
and pxa27x.c both set the save and restore function pointers, pxa3xx.c
however doesn't. Is this functionality missing from pxa3xx.c or should
pxa_pm_enter() check if the function pointers are set before using them?
Regards,
Sven
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: kernel NULL pointer dereference in pxa_pm_enter (2.6.38-rc2)
2011-01-24 9:29 kernel NULL pointer dereference in pxa_pm_enter (2.6.38-rc2) Sven Neumann
@ 2011-01-24 9:51 ` Russell King - ARM Linux
2011-01-24 10:15 ` [PATCH] ARM: pxa: fix suspend on PXA3XX Sven Neumann
0 siblings, 1 reply; 11+ messages in thread
From: Russell King - ARM Linux @ 2011-01-24 9:51 UTC (permalink / raw)
To: Sven Neumann; +Cc: linux-arm-kernel, linux-kernel, Eric Miao, Daniel Mack
On Mon, Jan 24, 2011 at 10:29:39AM +0100, Sven Neumann wrote:
> I am still trying to get our Raumfeld platform working with kernels
> newer than 2.6.36 and this morning I've updated to 2.6.38-rc2 to see if
> any of the remaining problems with 2.6.37 have been fixed. Kernel boots
> fine, but it crashes on suspend:
It seems that aae8224d is wrong:
@@ -225,9 +201,6 @@ static int pxa3xx_cpu_pm_valid(suspend_state_t state)
}
static struct pxa_cpu_pm_fns pxa3xx_cpu_pm_fns = {
- .save_count = SLEEP_SAVE_COUNT,
- .save = pxa3xx_cpu_pm_save,
- .restore = pxa3xx_cpu_pm_restore,
.valid = pxa3xx_cpu_pm_valid,
.enter = pxa3xx_cpu_pm_enter,
};
whereas the generic code does this:
/* skip registers saving for standby */
if (state != PM_SUSPEND_STANDBY) {
pxa_cpu_pm_fns->save(sleep_save);
so, pxa_cpu_pm_fns->save is now a NULL pointer, hence the PC address in
the oops of 0x0.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] ARM: pxa: fix suspend on PXA3XX
2011-01-24 9:51 ` Russell King - ARM Linux
@ 2011-01-24 10:15 ` Sven Neumann
2011-01-24 10:17 ` Russell King - ARM Linux
2011-01-24 10:21 ` Sven Neumann
0 siblings, 2 replies; 11+ messages in thread
From: Sven Neumann @ 2011-01-24 10:15 UTC (permalink / raw)
To: Russell King - ARM Linux
Cc: linux-arm-kernel, linux-kernel, Eric Miao, Daniel Mack, Sven Neumann
Resurrect the save and restore functions in pxa3xx_cpu_pm_fns
so that pxa_pm_enter() won't crash. This fixes a regression
introduced by commit aae8224d.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
arch/arm/mach-pxa/pxa3xx.c | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c
index fed372e..9320a12 100644
--- a/arch/arm/mach-pxa/pxa3xx.c
+++ b/arch/arm/mach-pxa/pxa3xx.c
@@ -205,7 +205,17 @@ static int pxa3xx_cpu_pm_valid(suspend_state_t state)
return state == PM_SUSPEND_MEM || state == PM_SUSPEND_STANDBY;
}
+static void pxa3xx_cpu_pm_save(unsigned long *sleep_save)
+{
+}
+
+static void pxa3xx_cpu_pm_restore(unsigned long *sleep_save)
+{
+}
+
static struct pxa_cpu_pm_fns pxa3xx_cpu_pm_fns = {
+ .save = pxa3xx_cpu_pm_save,
+ .restore = pxa3xx_cpu_pm_restore,
.valid = pxa3xx_cpu_pm_valid,
.enter = pxa3xx_cpu_pm_enter,
};
--
1.7.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] ARM: pxa: fix suspend on PXA3XX
2011-01-24 10:15 ` [PATCH] ARM: pxa: fix suspend on PXA3XX Sven Neumann
@ 2011-01-24 10:17 ` Russell King - ARM Linux
2011-01-24 10:25 ` Sven Neumann
2011-01-24 10:21 ` Sven Neumann
1 sibling, 1 reply; 11+ messages in thread
From: Russell King - ARM Linux @ 2011-01-24 10:17 UTC (permalink / raw)
To: Sven Neumann; +Cc: linux-arm-kernel, linux-kernel, Eric Miao, Daniel Mack
On Mon, Jan 24, 2011 at 11:15:52AM +0100, Sven Neumann wrote:
> static struct pxa_cpu_pm_fns pxa3xx_cpu_pm_fns = {
> + .save = pxa3xx_cpu_pm_save,
> + .restore = pxa3xx_cpu_pm_restore,
Indentation error.
> .valid = pxa3xx_cpu_pm_valid,
> .enter = pxa3xx_cpu_pm_enter,
> };
k
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ARM: pxa: fix suspend on PXA3XX
2011-01-24 10:15 ` [PATCH] ARM: pxa: fix suspend on PXA3XX Sven Neumann
2011-01-24 10:17 ` Russell King - ARM Linux
@ 2011-01-24 10:21 ` Sven Neumann
1 sibling, 0 replies; 11+ messages in thread
From: Sven Neumann @ 2011-01-24 10:21 UTC (permalink / raw)
To: Russell King - ARM Linux
Cc: linux-arm-kernel, linux-kernel, Eric Miao, Daniel Mack
On Mon, 2011-01-24 at 11:15 +0100, Sven Neumann wrote:
> Resurrect the save and restore functions in pxa3xx_cpu_pm_fns
> so that pxa_pm_enter() won't crash. This fixes a regression
> introduced by commit aae8224d.
>
> Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
With this patch the crash is gone and the device enters suspend. It
still has resume problems, but this is the same as with 2.6.37 and needs
further investigation.
Sven
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] ARM: pxa: fix suspend on PXA3XX
2011-01-24 10:17 ` Russell King - ARM Linux
@ 2011-01-24 10:25 ` Sven Neumann
2011-01-25 21:06 ` Eric Miao
0 siblings, 1 reply; 11+ messages in thread
From: Sven Neumann @ 2011-01-24 10:25 UTC (permalink / raw)
To: Russell King - ARM Linux
Cc: linux-arm-kernel, linux-kernel, Eric Miao, Daniel Mack, Sven Neumann
Resurrect the save and restore functions in pxa3xx_cpu_pm_fns
so that pxa_pm_enter() won't crash. This fixes a regression
introduced by commit aae8224d.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
arch/arm/mach-pxa/pxa3xx.c | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c
index fed372e..920e8ef 100644
--- a/arch/arm/mach-pxa/pxa3xx.c
+++ b/arch/arm/mach-pxa/pxa3xx.c
@@ -205,7 +205,17 @@ static int pxa3xx_cpu_pm_valid(suspend_state_t state)
return state == PM_SUSPEND_MEM || state == PM_SUSPEND_STANDBY;
}
+static void pxa3xx_cpu_pm_save(unsigned long *sleep_save)
+{
+}
+
+static void pxa3xx_cpu_pm_restore(unsigned long *sleep_save)
+{
+}
+
static struct pxa_cpu_pm_fns pxa3xx_cpu_pm_fns = {
+ .save = pxa3xx_cpu_pm_save,
+ .restore = pxa3xx_cpu_pm_restore,
.valid = pxa3xx_cpu_pm_valid,
.enter = pxa3xx_cpu_pm_enter,
};
--
1.7.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] ARM: pxa: fix suspend on PXA3XX
2011-01-24 10:25 ` Sven Neumann
@ 2011-01-25 21:06 ` Eric Miao
2011-01-26 8:10 ` Sven Neumann
0 siblings, 1 reply; 11+ messages in thread
From: Eric Miao @ 2011-01-25 21:06 UTC (permalink / raw)
To: Sven Neumann
Cc: Russell King - ARM Linux, linux-arm-kernel, linux-kernel, Daniel Mack
How about this instead?
diff --git a/arch/arm/mach-pxa/pm.c b/arch/arm/mach-pxa/pm.c
index 978e1b2..1807c9a 100644
--- a/arch/arm/mach-pxa/pm.c
+++ b/arch/arm/mach-pxa/pm.c
@@ -33,7 +33,7 @@ int pxa_pm_enter(suspend_state_t state)
#endif
/* skip registers saving for standby */
- if (state != PM_SUSPEND_STANDBY) {
+ if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->save) {
pxa_cpu_pm_fns->save(sleep_save);
/* before sleeping, calculate and save a checksum */
for (i = 0; i < pxa_cpu_pm_fns->save_count - 1; i++)
@@ -44,7 +44,7 @@ int pxa_pm_enter(suspend_state_t state)
pxa_cpu_pm_fns->enter(state);
cpu_init();
- if (state != PM_SUSPEND_STANDBY) {
+ if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->restore) {
/* after sleeping, validate the checksum */
for (i = 0; i < pxa_cpu_pm_fns->save_count - 1; i++)
checksum += sleep_save[i];
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] ARM: pxa: fix suspend on PXA3XX
2011-01-25 21:06 ` Eric Miao
@ 2011-01-26 8:10 ` Sven Neumann
2011-01-27 14:46 ` Eric Miao
0 siblings, 1 reply; 11+ messages in thread
From: Sven Neumann @ 2011-01-26 8:10 UTC (permalink / raw)
To: Eric Miao
Cc: Russell King - ARM Linux, linux-arm-kernel, linux-kernel, Daniel Mack
On Wed, 2011-01-26 at 05:06 +0800, Eric Miao wrote:
> How about this instead?
>
> diff --git a/arch/arm/mach-pxa/pm.c b/arch/arm/mach-pxa/pm.c
> index 978e1b2..1807c9a 100644
> --- a/arch/arm/mach-pxa/pm.c
> +++ b/arch/arm/mach-pxa/pm.c
> @@ -33,7 +33,7 @@ int pxa_pm_enter(suspend_state_t state)
> #endif
>
> /* skip registers saving for standby */
> - if (state != PM_SUSPEND_STANDBY) {
> + if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->save) {
> pxa_cpu_pm_fns->save(sleep_save);
> /* before sleeping, calculate and save a checksum */
> for (i = 0; i < pxa_cpu_pm_fns->save_count - 1; i++)
> @@ -44,7 +44,7 @@ int pxa_pm_enter(suspend_state_t state)
> pxa_cpu_pm_fns->enter(state);
> cpu_init();
>
> - if (state != PM_SUSPEND_STANDBY) {
> + if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->restore) {
> /* after sleeping, validate the checksum */
> for (i = 0; i < pxa_cpu_pm_fns->save_count - 1; i++)
> checksum += sleep_save[i];
>
Not sure if that will work as well. With this change the code is
skipping more than just the calls to pxa_cpu_pm_fns->save() and
pxa_cpu_pm_fns->restore(). In particular it doesn't call
pxa_cpu_pm_fns->enter(state).
Thanks,
Sven
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ARM: pxa: fix suspend on PXA3XX
2011-01-26 8:10 ` Sven Neumann
@ 2011-01-27 14:46 ` Eric Miao
2011-01-31 12:36 ` Marek Vasut
2011-01-31 13:29 ` Sven Neumann
0 siblings, 2 replies; 11+ messages in thread
From: Eric Miao @ 2011-01-27 14:46 UTC (permalink / raw)
To: Sven Neumann
Cc: Russell King - ARM Linux, linux-arm-kernel, linux-kernel, Daniel Mack
On Wed, Jan 26, 2011 at 4:10 PM, Sven Neumann <s.neumann@raumfeld.com> wrote:
> On Wed, 2011-01-26 at 05:06 +0800, Eric Miao wrote:
>> How about this instead?
>>
>> diff --git a/arch/arm/mach-pxa/pm.c b/arch/arm/mach-pxa/pm.c
>> index 978e1b2..1807c9a 100644
>> --- a/arch/arm/mach-pxa/pm.c
>> +++ b/arch/arm/mach-pxa/pm.c
>> @@ -33,7 +33,7 @@ int pxa_pm_enter(suspend_state_t state)
>> #endif
>>
>> /* skip registers saving for standby */
>> - if (state != PM_SUSPEND_STANDBY) {
>> + if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->save) {
>> pxa_cpu_pm_fns->save(sleep_save);
>> /* before sleeping, calculate and save a checksum */
>> for (i = 0; i < pxa_cpu_pm_fns->save_count - 1; i++)
>> @@ -44,7 +44,7 @@ int pxa_pm_enter(suspend_state_t state)
>> pxa_cpu_pm_fns->enter(state);
>> cpu_init();
>>
>> - if (state != PM_SUSPEND_STANDBY) {
>> + if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->restore) {
>> /* after sleeping, validate the checksum */
>> for (i = 0; i < pxa_cpu_pm_fns->save_count - 1; i++)
>> checksum += sleep_save[i];
>>
>
> Not sure if that will work as well. With this change the code is
> skipping more than just the calls to pxa_cpu_pm_fns->save() and
> pxa_cpu_pm_fns->restore(). In particular it doesn't call
> pxa_cpu_pm_fns->enter(state).
>
Nah, that ->enable() is called if the checksum is incorrect. Please compare
with the original code?
>
> Thanks,
> Sven
>
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ARM: pxa: fix suspend on PXA3XX
2011-01-27 14:46 ` Eric Miao
@ 2011-01-31 12:36 ` Marek Vasut
2011-01-31 13:29 ` Sven Neumann
1 sibling, 0 replies; 11+ messages in thread
From: Marek Vasut @ 2011-01-31 12:36 UTC (permalink / raw)
To: linux-arm-kernel
Cc: Eric Miao, Sven Neumann, Daniel Mack, Russell King - ARM Linux,
linux-kernel
On Thursday 27 January 2011 15:46:54 Eric Miao wrote:
> On Wed, Jan 26, 2011 at 4:10 PM, Sven Neumann <s.neumann@raumfeld.com> wrote:
> > On Wed, 2011-01-26 at 05:06 +0800, Eric Miao wrote:
> >> How about this instead?
> >>
> >> diff --git a/arch/arm/mach-pxa/pm.c b/arch/arm/mach-pxa/pm.c
> >> index 978e1b2..1807c9a 100644
> >> --- a/arch/arm/mach-pxa/pm.c
> >> +++ b/arch/arm/mach-pxa/pm.c
> >> @@ -33,7 +33,7 @@ int pxa_pm_enter(suspend_state_t state)
> >> #endif
> >>
> >> /* skip registers saving for standby */
> >> - if (state != PM_SUSPEND_STANDBY) {
> >> + if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->save) {
> >> pxa_cpu_pm_fns->save(sleep_save);
> >> /* before sleeping, calculate and save a checksum */
> >> for (i = 0; i < pxa_cpu_pm_fns->save_count - 1; i++)
> >> @@ -44,7 +44,7 @@ int pxa_pm_enter(suspend_state_t state)
> >> pxa_cpu_pm_fns->enter(state);
> >> cpu_init();
> >>
> >> - if (state != PM_SUSPEND_STANDBY) {
> >> + if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->restore) {
> >> /* after sleeping, validate the checksum */
> >> for (i = 0; i < pxa_cpu_pm_fns->save_count - 1; i++)
> >> checksum += sleep_save[i];
> >
> > Not sure if that will work as well. With this change the code is
> > skipping more than just the calls to pxa_cpu_pm_fns->save() and
> > pxa_cpu_pm_fns->restore(). In particular it doesn't call
> > pxa_cpu_pm_fns->enter(state).
>
> Nah, that ->enable() is called if the checksum is incorrect. Please compare
> with the original code?
I won't hesitate to Ack Eric's code. It looks to me as a much cleaner solution.
>
> > Thanks,
> > Sven
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ARM: pxa: fix suspend on PXA3XX
2011-01-27 14:46 ` Eric Miao
2011-01-31 12:36 ` Marek Vasut
@ 2011-01-31 13:29 ` Sven Neumann
1 sibling, 0 replies; 11+ messages in thread
From: Sven Neumann @ 2011-01-31 13:29 UTC (permalink / raw)
To: Eric Miao
Cc: Russell King - ARM Linux, linux-arm-kernel, linux-kernel, Daniel Mack
On Thu, 2011-01-27 at 22:46 +0800, Eric Miao wrote:
> On Wed, Jan 26, 2011 at 4:10 PM, Sven Neumann <s.neumann@raumfeld.com> wrote:
> > On Wed, 2011-01-26 at 05:06 +0800, Eric Miao wrote:
> >> How about this instead?
> >>
> >> diff --git a/arch/arm/mach-pxa/pm.c b/arch/arm/mach-pxa/pm.c
> >> index 978e1b2..1807c9a 100644
> >> --- a/arch/arm/mach-pxa/pm.c
> >> +++ b/arch/arm/mach-pxa/pm.c
> >> @@ -33,7 +33,7 @@ int pxa_pm_enter(suspend_state_t state)
> >> #endif
> >>
> >> /* skip registers saving for standby */
> >> - if (state != PM_SUSPEND_STANDBY) {
> >> + if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->save) {
> >> pxa_cpu_pm_fns->save(sleep_save);
> >> /* before sleeping, calculate and save a checksum */
> >> for (i = 0; i < pxa_cpu_pm_fns->save_count - 1; i++)
> >> @@ -44,7 +44,7 @@ int pxa_pm_enter(suspend_state_t state)
> >> pxa_cpu_pm_fns->enter(state);
> >> cpu_init();
> >>
> >> - if (state != PM_SUSPEND_STANDBY) {
> >> + if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->restore) {
> >> /* after sleeping, validate the checksum */
> >> for (i = 0; i < pxa_cpu_pm_fns->save_count - 1; i++)
> >> checksum += sleep_save[i];
> >>
> >
> > Not sure if that will work as well. With this change the code is
> > skipping more than just the calls to pxa_cpu_pm_fns->save() and
> > pxa_cpu_pm_fns->restore(). In particular it doesn't call
> > pxa_cpu_pm_fns->enter(state).
> >
>
> Nah, that ->enable() is called if the checksum is incorrect. Please compare
> with the original code?
I see. Well, I've tried your patch and it seems to work as well.
Thanks,
Sven
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2011-01-31 13:29 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-24 9:29 kernel NULL pointer dereference in pxa_pm_enter (2.6.38-rc2) Sven Neumann
2011-01-24 9:51 ` Russell King - ARM Linux
2011-01-24 10:15 ` [PATCH] ARM: pxa: fix suspend on PXA3XX Sven Neumann
2011-01-24 10:17 ` Russell King - ARM Linux
2011-01-24 10:25 ` Sven Neumann
2011-01-25 21:06 ` Eric Miao
2011-01-26 8:10 ` Sven Neumann
2011-01-27 14:46 ` Eric Miao
2011-01-31 12:36 ` Marek Vasut
2011-01-31 13:29 ` Sven Neumann
2011-01-24 10:21 ` Sven Neumann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).