[PATCH AUTOSEL 4.19 43/83] powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.

2019-02-12 Thread Sasha Levin
From: Christophe Leroy [ Upstream commit fb0bdec51a4901b7dd088de0a1e365e1b9f5cd21 ] Commit 8c8c10b90d88 ("powerpc/8xx: fix handling of early NULL pointer dereference") moved the loading of r6 earlier in the code. As some functions are called inbetween, r6 needs to be loaded again with the addres

[PATCH AUTOSEL 4.20 051/105] powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.

2019-02-12 Thread Sasha Levin
From: Christophe Leroy [ Upstream commit fb0bdec51a4901b7dd088de0a1e365e1b9f5cd21 ] Commit 8c8c10b90d88 ("powerpc/8xx: fix handling of early NULL pointer dereference") moved the loading of r6 earlier in the code. As some functions are called inbetween, r6 needs to be loaded again with the addres

Re: powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.

2019-01-14 Thread Michael Ellerman
On Wed, 2019-01-09 at 20:30:07 UTC, Christophe Leroy wrote: > Commit 8c8c10b90d88 ("powerpc/8xx: fix handling of early NULL pointer > dereference") moved the loading of r6 earlier in the code. As some > functions are called inbetween, r6 needs to be loaded again with the > address of swapper_pg_dir

[PATCH] powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.

2019-01-09 Thread Christophe Leroy
Commit 8c8c10b90d88 ("powerpc/8xx: fix handling of early NULL pointer dereference") moved the loading of r6 earlier in the code. As some functions are called inbetween, r6 needs to be loaded again with the address of swapper_pg_dir in order to set PTE pointers for the Abatron BDI. Fixes: 8c8c10b90