]> git.itanic.dy.fi Git - linux-stable/commit
Revert "riscv: mm: notify remote harts about mmu cache updates"
authorSergey Matyukevich <sergey.matyukevich@syntacore.com>
Sun, 26 Feb 2023 15:01:36 +0000 (18:01 +0300)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 9 Mar 2023 23:22:01 +0000 (15:22 -0800)
commite921050022f1f12d5029d1487a7dfc46cde15523
treefd0cc400e815065fcca7683ace551ca258eb1373
parent1b929c02afd37871d5afb9d498426f83432e71c2
Revert "riscv: mm: notify remote harts about mmu cache updates"

This reverts the remaining bits of commit 4bd1d80efb5a ("riscv: mm:
notify remote harts harts about mmu cache updates").

According to bug reports, suggested approach to fix stale TLB entries
is not sufficient. It needs to be replaced by a more robust solution.

Fixes: 4bd1d80efb5a ("riscv: mm: notify remote harts about mmu cache updates")
Reported-by: Zong Li <zong.li@sifive.com>
Reported-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: Sergey Matyukevich <sergey.matyukevich@syntacore.com>
Cc: stable@vger.kernel.org
Reviewed-by: Guo Ren <guoren@kernel.org>
Link: https://lore.kernel.org/r/20230226150137.1919750-2-geomatsi@gmail.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/include/asm/mmu.h
arch/riscv/include/asm/tlbflush.h
arch/riscv/mm/context.c
arch/riscv/mm/tlbflush.c