Merge patch series "riscv: fix patching with IPI"
authorPalmer Dabbelt <palmer@rivosinc.com>
Wed, 17 Apr 2024 01:27:50 +0000 (18:27 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Tue, 30 Apr 2024 17:35:41 +0000 (10:35 -0700)
commit3f45244289398b6f29074fdb91dd164667bb0960
tree85d8898f3363543c9546487ef5d6d0c5da21c1b6
parent63f93a3ca891fd90353cf81f5d2fc4cbc3508f1a
parentc97bf629963e52b205ed5fbaf151e5bd342f9c63
Merge patch series "riscv: fix patching with IPI"

Alexandre Ghiti <alexghiti@rivosinc.com> says:

patch 1 removes a useless memory barrier and patch 2 actually fixes the
issue with IPI in the patching code.

* b4-shazam-merge:
  riscv: Fix text patching when IPI are used
  riscv: Remove superfluous smp_mb()

Link: https://lore.kernel.org/r/20240229121056.203419-1-alexghiti@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>