Re: [PATCH v3 0/4] membarrier: riscv: Core serializing command

From: Andrea Parri
Date: Wed Jan 24 2024 - 09:14:20 EST


On Wed, Jan 10, 2024 at 03:55:29PM +0100, Andrea Parri wrote:
> Changes since v2 ([1]):
> - amaned inline comments
> - drop ARCH_HAS_MEMBARRIER, create membarrrier.rst
>
> Changes since v1 ([2]):
> - add smp_mb() in switch_mm()
> - introduce ARCH_HAS_MEMBARRIER, amend documentation
>
> Changes since RFC ([3]):
> - introduce prepare_sync_core_cmd()
> - fix nosmp builds
>
> [1] https://lore.kernel.org/lkml/20231211094414.8078-1-parri.andrea@xxxxxxxxx/
> [2] https://lore.kernel.org/lkml/20231127103235.28442-1-parri.andrea@xxxxxxxxx/
> [3] https://lore.kernel.org/lkml/20230803040111.5101-1-parri.andrea@xxxxxxxxx/
>
> Andrea Parri (4):
> membarrier: riscv: Add full memory barrier in switch_mm()
> membarrier: Create Documentation/scheduler/membarrier.rst
> locking: Introduce prepare_sync_core_cmd()
> membarrier: riscv: Provide core serializing command

Gentle ping to the riscv&membarrier people who have survived the merge
window: any other thoughts on this series? suggestions for a v4?

Andrea