Searched hist:"397 d2300b08cdee052053e362018cdb6dd65eea2" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/mm/book3s32/ |
H A D | hash_low.S | diff 397d2300b08cdee052053e362018cdb6dd65eea2 Thu May 09 07:59:38 CDT 2019 Christophe Leroy <christophe.leroy@c-s.fr> powerpc/32s: fix flush_hash_pages() on SMP
flush_hash_pages() runs with data translation off, so current task_struct has to be accesssed using physical address.
Fixes: f7354ccac844 ("powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU") Cc: stable@vger.kernel.org # v5.1+ Reported-by: Erhard F. <erhard_f@mailbox.org> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|