On Sun, 2013-06-09 at 13:22 +0800, Wang Dongsheng wrote: > If PID is used in the TLB, after hibernation resume, the user > threads will access to kernel space.
.../... I think the explanation is way more convoluted and confusing here than anything else. Simply say that upon resume from hibernation, the MMU context needs to be restored (this includes the PID register today it might include more if we decided to pre-set some MAS for example etc...) and be done with it. Note that switch_mmu_context() used the way you do is quite "full on", it will do a whole pile of stuff that are probably completely unnecessary, and in addition might still miss the need to completely flush the TLB anyway. I would suggest that instead, somebody adds the necessary routine to tlb_nohash.c, something like restore_mmu_context() which will do that. Cheers, Ben. > Signed-off-by: Wang Dongsheng <dongsheng.w...@freescale.com> > --- > arch/powerpc/kernel/swsusp.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/powerpc/kernel/swsusp.c b/arch/powerpc/kernel/swsusp.c > index eae33e1..1930e44 100644 > --- a/arch/powerpc/kernel/swsusp.c > +++ b/arch/powerpc/kernel/swsusp.c > @@ -32,7 +32,5 @@ void save_processor_state(void) > > void restore_processor_state(void) > { > -#ifdef CONFIG_PPC32 > switch_mmu_context(current->active_mm, current->active_mm); > -#endif > } _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev